1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00

Update google_maps_integration.md

Explain APIs needed for AdventureLogs versions.

Fixes #731 and #727
This commit is contained in:
Cathelijne Hornstra 2025-07-18 17:13:05 +02:00 committed by GitHub
parent 4e96e529f4
commit 06b3f87603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,12 @@ Follow the steps below to generate your own API key:
10. Click on **Create credentials** and select **API key**. 10. Click on **Create credentials** and select **API key**.
11. A dialog will appear with your new API key. Copy this key for later use. 11. A dialog will appear with your new API key. Copy this key for later use.
> [!Note]
> When creating the API Key, you can choose which APIs it can use.
> For versions *v0.10.0* and _lower_, you need the *Geocoding* and *Places* APIs.
> For versions _hogher_ than v0.10.0, You'll need *Geocoding* and *Places (New)*.
> Note that the latter isn't enabled by default!
<!-- To prevent misuse: <!-- To prevent misuse:
1. Click the **Edit icon** next to your new API key. 1. Click the **Edit icon** next to your new API key.