Android Question Showing title on many gmap.AddMarker2

yfleury

Active Member
Licensed User
Longtime User
I use this.
B4X:
    gmap.AddMarker2(Cursor.GetDouble("Latitude"), Cursor.GetDouble("Longitude"),idclient , gmap.HUE_RED)

The title is showing when I clic on marker, it's ok. Can I show title on many marker at same time?
 

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top