Android Question Googlemaps-lib: Is it possible to show more than one infowindow?

schimanski

Well-Known Member
Licensed User
Longtime User
Is it possible to show more than one opened infowindow of different markers? Normaly, an opened infowindow is closed, before the next one opens.....

Thanks for help....
 

prajinpraveen

Active Member
Licensed User
Longtime User
is there a solution to this. i have tried setting Marker.InfoWindowShown = True, still shows only one marker. Please help
 
Upvote 0

prajinpraveen

Active Member
Licensed User
Longtime User
am i allowed to post a small video of the issue? I have used bitmap markers in my project. I would like to information like time and distance with other text on top of the marker.
Please help
 
Upvote 0

prajinpraveen

Active Member
Licensed User
Longtime User
in the video you will see that the marker is a bitmap, it also rotates according to the bearing. notice the lag when the map is moved/zoomed
the other option that i was thinking is everytime the marker has a new position, dynamically create the bitmap with the title and the distance. The issue here is when the marker rotates , the text would also rotate which makes it difficult for the users to read
 
Upvote 0
Top