In my old v2 code I had this (not directly, within some other loops,
but similiar)

var bounds = new GLatLngBounds();
bounds.extend(point);
map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));

to center it around the points of the map.

I thought that function would select the furthest ne point and furthest
sw point from the array value. This would then create the rectangle to
show all the values within that.

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