Android Question listening on marker click ( googlemaps)

tufanv

Expert
Licensed User
Longtime User
Hello,

I was able to use in one of my projects ( which i cant find now ) to listen to a marker click and display some information upon marker click. Now i cant find a way to listen on marker click. For example i have 4 markers on my map and i have to lisen to any marker click and according to marker i have to display different informations.

Can anyone help about this .

ty
 

DonManfred

Expert
Licensed User
Longtime User
See objectmethos,properties,events of MapFragment

B4X:
MarkerClick (SelectedMarker As Marker) As Boolean 'Return True to consume the click
 
Upvote 0
Top