Hello,
I would like to get the title of the selected marker in this routine:
But the Title method is write only.
Would it be possible to make it readable?
Thank you
Jmon.
I would like to get the title of the selected marker in this routine:
B4X:
Private Sub gmap_MarkerClick (SelectedMarker As Marker)
Log(SelectedMarker.Title)
End Sub
Would it be possible to make it readable?
Thank you
Jmon.