#Map Widget
1 messages · Page 1 of 1 (latest)
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.
Is there any known possibility to place e.g. a Google map using an iframe or otherwise in a non-self-hosted application?
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:
- Drag and drop an Iframe widget onto your canvas.
- 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.
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?
Can anyone guide me how to implement google maps features using java script.
AppSmith in the cloud does not support the Map widget. I would like to use the functionality not on my own hosting.
More specifically, showing multiple markers.
Create and manage clusters for large amounts of markers - googlemaps/js-markerclusterer
@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.
I'm very sorry, I didn't notice the reply.
I tested the app on https://workflows.app.appsmith.com
It doesn't work there 🙂
Therefore, I asked whether my own hosting was necessary.
App.appsmith.com looks like it works.