Hola amigos tengo este codigo y me gustaria que me sivieran de gran ayuda
lo qe necesito es que por determinado zoom con el scroll aparezca y
desaparezca los marcadores.
google.maps.event.addListener(this.map.getMap(), 'zoom_changed',
function() {
var zoomLevel =this.map.getMap().getZoom();
if(zoomLevel >= 5){
// hide
}
else{
// show
}
}.bind(this));
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/-W6E3TSPYSQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.