i have many makers (maybe 500) to insert to maps, so i want to Optimization them
google.maps.event.addListener(marker, 'visible_changed', function() {
alert('ww')
});
this code can't alert 'ww', when i zoom in the map(so some marker will not be seen)
why can't trigger the 'visible_changed' event when zoomin
and how to handle the event when the marker is loaded into memory,
and how to handle the event when the marker is inserted into map,
thanks