On Dec 10, 9:26 am, miniseb <[email protected]> wrote: > > Based on what i understand google api, gives the opportunity to get a > satellite image from center/zoomlevel. In my application i manipulate > bounding box, is it possible to transform a bounding box to center/ > zoomlevel ? >
Center is easy: It's just the average of north and south latitudes, and the average of east and west longitudes. Zoom level depends on the size of your viewport. See the coordinate transformation methods: http://code.google.com/apis/maps/documentation/reference.html#GMap2.fromContainerPixelToLatLng -- Marcelo - http://maps.forum.nu -- -- 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.
