infowindow - How to dismiss an info-window in android Google map API v2 -


i trying dismiss info-window in android program can't this. here using click listener

mgooglemap.setoninfowindowclicklistener( new oninfowindowclicklistener(){                           @override public void oninfowindowclick(marker arg0) { // todo auto-generated method stub alert.showpickalertdialog2(placesmapactivity.this, slat, slon, reference);              }   }  ); 

but don't know right code dismiss infowindow. please fix this

try :

marker.hideinfowindow(); 

in case arg0.hideinfowindow()


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -