Marker Clickable

image
image
Is there a way where I can make when user click the marker a notifier will pop out mentioning the place name from firebase. How do assign the marker value.

Use the infobox to display data, fetch your data from firebase and assign to the respective infobox

already asked and solved on Kodular

How you proceed is determined by whether your Markers are design time Markers (e.g. Marker1, Marker2, Marker 3 etc) or whether they are run time Markers (created with CreateMarker( latitude , longitude ) which creates a new [ Marker ] Maps) on the Map at the specified latitude and longitude .

You must in either case enable EnableMarker to true to allow them to display an InfoBox when 'clicked'.

For more information, search for map marker in the community for numerous examples.

1 Like