iOS Question InfoWindow Click Event Google Maps

Daniel Uribe

Member
Licensed User
Longtime User
Hello Everyone!

A little question, is there a way to call infowindow marker clic event? like android?:

B4X:
....
Dim oiwcl AsOnInfoWindowClickListener
 oiwcl.Initialize("InfoWindow")
 gmapextras.SetOnInfoWindowClickListener(gmap, oiwcl)

Sub InfoWindow_click(Marker1 AsMarker)
Log("click on infowindow")
End Sub

Thanks for all the help!
 
Top