google maps - Android, InfoWindows not follow the marker postion changes -
i have changed position of marker in map. if infowindow of 1 marker shown want infowindow should remain visibile should in new position of marker , new information. infowindow update information still remain in old marker position.
.... mrk.setposition(v.getpostion()); mrk.setsnippet(v.getspeed() ); //update information if(mrk.isinfowindowshown()){ mrk.hideinfowindow(); mrk.showinfowindow(); }
Comments
Post a Comment