Appsmith
Github
Discord
Appsmith Cloud
Community Forum
Search…
v1.3
Introduction
Setup Appsmith
Docker
Kubernetes
AWS AMI
AWS ECS
DigitalOcean
Heroku
CloudJiffy
Ansible
Instance Configuration
Admin Settings
Email
SSL & Custom Domain
Custom MongoDB & Redis
Signup Restriction
Google Maps
Disable Intercom
Maintenance Window
Single Sign-On(SSO)
Instance Management
Tutorials
Sample Apps
Templates
How To Guides
Debugging Errors
FAQs
Telemetry
Security
Core Concepts
Connecting to Data Sources
Displaying Data (Read)
Capturing Data (Write)
Writing Code
Designing an Application
Building Dynamic UI
Access Control
Git Sync
JSON Web Tokens (JWT)
Datasource Reference
Amazon / Generic S3
ArangoDB
DynamoDB
Elasticsearch
Firestore
Google Sheets
MongoDB
MS SQL
MySQL
PostgreSQL
Redis
Redshift
Snowflake
SMTP
Framework Reference
Appsmith Context Object
Query
Show Modal
Close Modal
Download
Intervals (Time events)
Show Alert
Navigate To
Store Value
Copy To Clipboard
Reset Widget
JavaScript Editor (Beta)
Widget Reference
Audio
Audio Recorder
Button
Button Group
Camera
Chart
Checkbox
Checkbox Group
Container
Currency Input
Datepicker
Divider
Document Viewer
Form
Filepicker
Icon Button
Iframe
Image
Input
JSON Form
List
Maps
Map Chart
Menu Button
Modal
Multi-select
Multi-tree-select
Phone Input
Progress
Radio Group
Rating
Rich Text Editor
Select
Stat Box
Switch
Switch Group
Tabs
Table
Text
Tree-select
Video
Powered By
GitBook
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!
6.
Restart the Appsmith Instance
****
The maps widget should now be enabled on your installation. Read more about
Obtaining a google API key
​
Previous
Signup Restriction
Next
Disable Intercom
Last modified
1mo ago
Copy link
Edit on GitHub