Up ! ;-)

So, it's the latitude span which causes some problems. For a given
zoom, the longitude span is constant all around the earth. But it's
wrong with latitude.
For example, with a image size of 640x640 and a zoom at 11 :

In France :
    lat_span = 0.270911702°
    lon_span = 0.439453125°

In North Africa :
    lat_span = 0.353233336°
    lon_span = 0.439453125° (the same!)

So my question is : How can I calculate latitude span according to
zoom and coordinates of center point?


On 30 juin, 17:13, ftessier <[email protected]> wrote:
> Thank you for your link! It helps me a lot. Now I'm able to get thezoomlevel 
> choosen by GoogleMap. The next step for me is to determine
> thebounds(=coordinates of corners) of the getted map according to
> thezoom, and the size of the map. I looked for this on GoogleGroups
> (and on Google also) but I didn't found a clear solution. Do you have
> any idea?
>
> Thx a lot!
>
> Cheers, François T.
>
> On 29 juin, 16:18, Rossko <[email protected]> wrote:
>
>
>
> > On Jun 29, 2:51 pm, ftessier <[email protected]> wrote:
>
> > > Ok! Is there a way to calculate the "choosen"zoom?
>
> > Have you tried searching this group for something like 'staticmapzoom'?
> > Thise thread looks to have relevant info 
> > -http://groups.google.com/group/Google-Maps-API/browse_thread/thread/e...
>
> > Be careful if you're planning on cropping astaticmap image, cutting
> > off the logo and copyright wouldn't be allowed.
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to