Puedes utilizar el MarkerManager.
esta liga te pudiera ayudar mas:

http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/docs/reference.html


Saludos,
Carlos Montelongo


2012/1/26, Carlos Montelongo <[email protected]>:
> Con Scroll te refieres al nivel del Zoom?
>
>
> Carlos Montelongo
>
> 2012/1/26, blade <[email protected]>:
>> 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.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
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.

Reply via email to