An example using Google Maps Javascript API to select areas.
- Clone or download project
- Generate your Google Maps API Key
- 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>
- Enjoy it!
This project is licensed under the MIT License - see the LICENSE.md file for details