google-maps-experiments
Experimenting following tutorials at https://developers.google.com/maps/documentation/javascript/tutorials?authuser=7
Quick Start
- Get an API key for Google Maps.
- Enable Google Maps for your API key(!)
Link to enable: https://console.cloud.google.com/apis/library/maps-backend.googleapis.com?q=Google%20Maps%20JavaScript%20API&id=fd73ab50-9916-4cde-a0f6-dc8be0a0d425&project=windy-furnace-180806
Troubleshooting information: https://stackoverflow.com/a/38056246/2176546
- Add your API key to the Google Maps
<script> tag in index.html.
- Enable billing on your Google Cloud Project.
https://console.cloud.google.com/project/_/billing/enable
- Start a simple HTTP server:
python3 -m http.server