#Map Widget

1 messages · Page 1 of 1 (latest)

nova dagger
#

Is the Google Map widget only available in the self-hosted version ?

hardy oakBOT
#

The Google Map widget is available for use on the self-hosted version of Appsmith. To use it, you need to configure Google Maps on your self-hosted instance by integrating a Google Maps API key?5:0?Appsmith Documentation.md?.

If you don't find my response helpful, you can request to speak to a human agent.

nova dagger
#

Is there any known possibility to place e.g. a Google map using an iframe or otherwise in a non-self-hosted application?

hardy oakBOT
#

Yes, you can embed a Google Map in a non-self-hosted Appsmith application using an iframe. You can use the Iframe widget to achieve this. Here's a basic example of how you can do it:

  1. Drag and drop an Iframe widget onto your canvas.
  2. Set the Source property of the Iframe widget to the Google Maps URL you want to embed. For example:

https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY&q=Place+Name

Replace YOUR_API_KEY with your actual Google Maps API key and Place+Name with the location you want to display.

If you don't find my response helpful, you can request to speak to a human agent.

hardy oakBOT
#

Hey @nova dagger,

We provide a Map widget here on all Appsmith instances including the cloud service. Is this not what you're looking for or is it not working as expected?

This page provides information on using the Map widget (powered by Google Maps API) to display location data and enable users to add markers, search, and select locations on the map.

nova dagger
hardy oakBOT
#

@nova dagger I'm a human responding right now, and I also sent the previous message. Is the Map widget not working for you on app.appsmith.com? I just checked and it's working as expected on my end.

nova dagger