@didikunila
Lecturer at University of Lampung Indonesia
Nothing here yet.
Nothing here yet.
No blogs yet.
put this code at first line lastWindow =null; then edit your click listener like this google.maps.event.addListener(marker, 'click' , function ( ) { if (lastWindow) lastWindow.close(); this .infowindow.open(map, this ); lastWindow=infowindow; });