Google Maps API Key
Setup and Configuration
Setting up
Get an API key at https://cloud.google.com/maps-platform/.
Enable Google Map SDK for each platform.
Go to Google Developers Console.
Choose the project that you want to enable Google Maps on.
Select the navigation menu and then select “Google Maps”.
Select “APIs” under the Google Maps menu.
To enable Google Maps for Android, select “Maps SDK for Android” in the “Additional APIs” section, then select “ENABLE”.
To enable Google Maps for iOS, select “Maps SDK for iOS” in the “Additional APIs” section, then select “ENABLE”.
Make sure the APIs you enabled are under the “Enabled APIs” section.
For more details, see Getting started with Google Maps Platform.
Android: Specify your API key in the application manifest
android/app/src/main/AndroidManifest.xml
iOS: Specify your API key in the application
AppDelegate.swift
Constant updates
Production License (You do not need this step)
If you are subscribed to the monthly/annually plan from Nilog, it means that all your mobile app settings are already configured.
Last updated