Google Maps
Configure your google maps API key to enable the maps widget on Appsmith
To enable the maps widget, login to your google cloud console​
1. Navigate to the credentials section under APIs & Services
Click to expand
2. Create a new API Key Credential
Click to expand
3. Restrict the API Key
click to expand
4. Enable the following APIs
  • Maps Embed API
  • Maps JavaScript API
  • Places API
  • Geolocation API
Click to expand
5. Update the instance configuration with the below fields
1
# Example Docker Configuration
2
# ******** Google Maps ***********
3
APPSMITH_GOOGLE_MAPS_API_KEY=YOUR_API_KEY
4
# ********************************
Copied!
The maps widget should now be enabled on your installation. Read more about Obtaining a google API key​
Copy link
Edit on GitHub