Hi,
Is it possible to grab the current zoom level on a map? I'm using the
following to get the current long/lat values:
var point = marker.getPoint();
map.panTo(point);
var lng = point.lng();
var lat = point.lat();
..... 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;))
TIA!
Andy
--
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.