Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 760 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 760 Bytes

maps-draggable-polygon

An example using Google Maps Javascript API to select areas.

How to use it

  1. Clone or download project
  2. Generate your Google Maps API Key
  3. Add your key to script tag on index.html
  <script async defer 
      src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
  </script>
  1. Enjoy it!

Example

alt text

License

This project is licensed under the MIT License - see the LICENSE.md file for details