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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -