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
Post a Comment