> For now I tried using "span" paramter in URL and a size with the same > ratio but it doesn't really work. The map is larger than what I need.
The map only comes in discrete zoom levels, You can't get an image at "zoom 7.35" which is the kind of thing you'd need to get an exact 'span'. So image come including at least your span , but probably more, at the next integer zoom level. http://groups.google.com/group/Google-Maps-API/browse_thread/thread/f9f2587d03429ca7/b5203610b9105c61?lnk=gst&q=static+span#b5203610b9105c61 I think you'd have to do some clever processing to crop down an image from 'span' back to where the edges fit the actual span you wanted. Of course, that would give you different image sizes for different spans. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
