0.0.3 • Published 7 years ago

maps-polyline v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Maps Polyline

Create polylines on your map easily.

My map

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