On Feb 23, 2:40 pm, youradds <[email protected]> wrote:
>
> ..... but am unsure of how to get the zoom? I've tried:
>
>                    var zoom = point.zoom();
>
> ...but that doesn't work (wasn't expecting it to, to be honest;))

You might conceivably consult the documentation?
http://code.google.com/apis/maps/documentation/reference.html

But even if you don't you could consider that marker.getPoint() might
be analogous to what you want to do: you want to get the zoom of the
map, so map.getZoom() might be appropriate.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to