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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i maps-polyline

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • alisonmonteiro