Transcript
In this Quick Tip, we're going to learn about the Map marker is clicked event.
To do this, we create the event from Elements → A map marker is clicked. For this event to show, we must have a map element on the page. If we do, the Element property will be automatically filled in with that specific map element.
From there, we can retrieve this map's current marker and display its address. This requires some knowledge of how to set up a map element, so please refer to that video as needed.
In this example, our map element is displaying a list of markers from a list of geographic addresses that we've stored on the User. When we select one of the markers, we trigger the Map marker clicked event to show a popup that displays the name of the marker location.
This is just another way to trigger workflows as you see fit. Try this event out for yourself—we're excited to see what workflows you come up with.
That's it for this Quick Tip! For more, be sure to check out bubble.io/academy.