The zoom level that you get with getBoundsZoomLevel() relates to the size of the map, (width and height). On the server side, you don't have a map, so the zoom level can be anything you want.
If you set some width and height for a hypotethical map, then you can work out the zoom level with the help of some of the functions described here: http://mapki.com/wiki/Lat/Lon_To_Tile -- Marcelo - http://maps.forum.nu -- On Sep 4, 9:31 am, marcello <[EMAIL PROTECTED]> wrote: > Hi, > I have a database with some mountain GPS bike tours stored in it. > For each tour I can easily calculate (server side) the bounds > coordinates (NW and SE) but I don't know how to calculate the proper > Google Maps zoom level. > Have you an idea how I can obtain this value without using GMap2 > object? > > Thanks > Marcello --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
