Add your Google Maps API key
This planner needs your own key to load the live map, route lines, and place photos.
Open this file in a text editor and paste your key into the line near the top:
const GOOGLE_API_KEY = "PASTE_YOUR_KEY_HERE";
- In Google Cloud Console, enable Maps JavaScript API, Directions API, and Places API.
- Create an API key under Credentials.
- Restrict it: Application = Websites, and limit API restrictions to those three.
- Paste it into the file, save, and reload.
Your key stays in your copy of the file — keep it private.