hey all, 

How can I make the zoom level set to a certain level when any marker is 
clicked? i want them to be able to read the words on an overlay that i've 
added. 

i found this: 
http://code.google.com/apis/maps/documentation/javascript/events.html

    google.maps.event.addListener(marker, 'click', function() {
    map.setZoom(8);
  });
}
  

I added it to the other addlisteners and it didnt change the zoom level and 
stopped the overlay appearing.

can anyone help?

http://visualisationmagazine.com/dineography.htm

thanks

chris

-- 
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/-/VSrbXiJIsAQJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to