Skip to content

alisonmonteiro/maps-polyline

Repository files navigation

Maps Polyline

Create polylines on your map easily.

My map

Usage

const polyline = require('maps-polyline');

const element = document.getElementById('map');
const map = new google.maps.Map(element, options); // your map with it's config
const data = {}; // you can use a JSON or an Object

polyline(map, data);

See a JSON Example

About

Easy way to create polylines on your maps 📍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published