From 06b3f876033fd307d58a4f2c903c401e66dfbc42 Mon Sep 17 00:00:00 2001 From: Cathelijne Hornstra Date: Fri, 18 Jul 2025 17:13:05 +0200 Subject: [PATCH] Update google_maps_integration.md Explain APIs needed for AdventureLogs versions. Fixes #731 and #727 --- documentation/docs/configuration/google_maps_integration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/docs/configuration/google_maps_integration.md b/documentation/docs/configuration/google_maps_integration.md index 2618d12..1eab05b 100644 --- a/documentation/docs/configuration/google_maps_integration.md +++ b/documentation/docs/configuration/google_maps_integration.md @@ -18,6 +18,12 @@ Follow the steps below to generate your own 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. +> [!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! +