I am just getting to grips with the excellent jSD_OpenMaps library from @Star-Dust
I wish to illustrate a number of locations on the map with a short text or HTML label. I already tried:
The InfoWindow Is the sort of thing I am looking for, unfortunately only the last added window remains visible and once the user closes it, it is gone. Can multiple windows be made persistant?
Is it possible to retain multiple info windows open without the user being able to close them? If so how? If not, an alternative solution/example would be welcome.
I wish to illustrate a number of locations on the map with a short text or HTML label. I already tried:
B4X:
OpenMaps1.AddInfoWindow("My Information",LatLon)
Is it possible to retain multiple info windows open without the user being able to close them? If so how? If not, an alternative solution/example would be welcome.