Google Maps Extended

Hey any chance somebody has found a way to click on the map and pass the lat/long of the clicked location to pass through into a workflow? I see 's Marker Clicked lat but what I’m trying to do is drop a pin on the map where the user clicks.

2 Likes

@tchristian & @AliFarahat Any update on this? The ability to click anywhere on a map and get the lat/long or google location seems like a standard feature, but I too can’t seem to get it to work.

@chris.sj unfortunately I never found a way nor heard back. Hoping for an answer one day as it would be massively helpful to my application. Heck, I’d even pay for this feature to be built or fixed!

Not sure if anyone will ever see this or if tchristian even uses Bubble anymore but I tried for many hours to just extract the center of the map. You need to add an event listener in the workflows (I guess you can assign it to page load, I just did it when the user presses e.g. logo for restaurants, hotels, or whatever - to make it search for nearby places within the area of the map). And then you can get center changed, map clicked or whatever and pass the lat and long of that. Otherwise won’t be possible.

1 Like

I do! But I ended up transitioning to the Google Maps Geometry/Drawing + W3W plugin which had this option and many many more.