Hello All,

I'm adding LatLng objects to a LatLngBounds object via the extend()
method such that I can have my Google map include all the LatLng
objects via map.fitBounds(). However, my problem is when the
LatLngBounds object just includes a few points that are very close
together. I want my minimum zoom level to be 4, but there's times when
the points are so close together that the zoom level is 1 or 2. I
tried checking the zoom level via getZoom after fillBounds is called,
but it returns undefined. I've now been trying to figure out how to
set the minZoom property for MapType, but can't figure out how to do
that either... :(

Any suggestions on how to address my problem?!

--
Thanks!
Bryan

-- 
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