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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -