On Nov 30, 1:16 am, Chris Macdonald <[email protected]> wrote: > In my old v2 code I had this (not directly, within some other loops, > but similiar)
That code is not the same. If you had done that in v3 it would have worked. > > 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.
