Click event not generating on google maps here https://developers.google.com/maps/documentation/javascript/examples/event-simple -


i going through google maps api v3 , found out click event not working here https://developers.google.com/maps/documentation/javascript/examples/event-simple . known issue?

you can try zoom out, after click marker for:

  google.maps.event.addlistener(marker, 'click', function() {     map.setzoom(8);     map.setcenter(marker.getposition());   }); 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -