maps-polyline
v0.0.3
Published
Create polylines on your map easily.
Downloads
7
Maintainers
Readme
Maps Polyline
Create polylines on your map easily.
Usage
const element = document.getElementById('map');
const map = new google.maps.Map(element, options); // your map with it's config
const jsonData = 'YOUR_JSON_HERE'; // you can use a JSON or an Object
mapsPolyline(map, jsonData);
See a JSON Example