๐Ÿ“ฆ robzwolf / google-maps-experiments

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

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/robzwolf/google-maps-experiments.git
HTTPS git clone https://github.com/robzwolf/google-maps-experiments.git
SSH git clone git@github.com:robzwolf/google-maps-experiments.git
CLI gh repo clone robzwolf/google-maps-experiments
Robbie Jakob-Whitworth Robbie Jakob-Whitworth Create CNAME 252531b 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ CNAME
๐Ÿ“„ index.html
๐Ÿ“„ index.js
๐Ÿ“„ m1.png
๐Ÿ“„ m2.png
๐Ÿ“„ m3.png
๐Ÿ“„ m4.png
๐Ÿ“„ m5.png
๐Ÿ“„ README.md
๐Ÿ“„ style.css
๐Ÿ“„ README.md

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