Posts

Showing posts from June, 2018

Slowly zoom google map on marker double click

Add marker then double click event for the marker  var marker = new google.maps.Marker({                                     position: location,                                                                        map: map,                                     title: sname                                 });                                 google.maps.event.addListener(marker, 'dblclick', function (event) {               ...