Hello Everyone!
A little question, is there a way to call infowindow marker clic event? like android?:
Thanks for all the help!
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!