Hi, I was wondering if anyone has documented or seen an example of how to calculate the zoom levels for a map without the Google Maps API. Sorry, but since this is a server side operation, there is no example to show.
Our company has a list of center points that shift day to day based on the children each have. Each child point can change from day to day which would change the calculated center point for the parent. Every day we will be calculating the outer boundries by generaing a south west and north east point. In the past, I've implemented something similar to this by taking the box and using oGoogleMap.getBoundsZoomLevel(oBounds) to get the level, but again I need this to happen at the server side in order to be able to use the Google Static Image API to set the center point and it's zoom level without having to load the Google Map API client on this page. I'm essentially looking to replicate the calculations mayde by getBoundsZoomLevel() logic. Thanks in advance. Agustin Colchado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
