google-maps-experiments

Experimenting following tutorials at https://developers.google.com/maps/documentation/javascript/tutorials?authuser=7

Quick Start

  1. Get an API key for Google Maps.
  2. 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

  1. Add your API key to the Google Maps <script> tag in index.html.
  2. Enable billing on your Google Cloud Project.

https://console.cloud.google.com/project/_/billing/enable

  1. Start a simple HTTP server:

python3 -m http.server

Share this project:

Updates