maps-polyline

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i maps-polyline

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • alisonmonteiro