From 887f698d5dc5a0112cd52c5f5cf5f31f2ba1f800 Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Fri, 7 Mar 2025 13:17:36 +0530 Subject: [PATCH] Update Maps API Keys info --- docs/ff-integrations/maps/google-maps/place-picker-widget.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ff-integrations/maps/google-maps/place-picker-widget.md b/docs/ff-integrations/maps/google-maps/place-picker-widget.md index f56108bb..dec47547 100644 --- a/docs/ff-integrations/maps/google-maps/place-picker-widget.md +++ b/docs/ff-integrations/maps/google-maps/place-picker-widget.md @@ -45,11 +45,10 @@ Here's an example from the Demo app:

-:::note[Prerequisites] +:::info[Prerequisites] +- The Place Picker **requires a Google Maps API key**. See how to [**create and add API keys**](generate-maps-keys.md#add-maps-apis) to FlutterFlow. - Ensure you have enabled **Places API** from Cloud console. [**Check out the Setup docs.**](generate-maps-keys.md#add-places-apis) - Enable **Google Maps Platform Billing** via your Cloud console. Please note: Failing to enable the Google Maps Platform Billing will not show any place in an autocomplete list. -- Add API keys as suggested in [**Getting Started**](generate-maps-keys.md#add-keys-to-flutterflow) guide. - :::