I want the info window open on the marker to remain open, even if a different marker is indicated on the google map. here is my code.
private void drawMarker(LatLng point, String pLoc){
I call this simple method to add multiple markers. using the showInfoWindow() method, the info window for the current marker simply opens, but I want the info window to remain open for the current and previous markers (several) all the time.
Please help me!
Thanks.
source share