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

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -