On Sep 10, 2:07 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
>
> for example if i use an 100x100px image with center of 53.112000,
> 6.992000 with span of 0.0040.
> i thought top left corner was (center - (span/2)) in both directions
> and bottom right was (center + (span/2))

The reason why this isn't right is because what the API does is ensure
that your span is shown -- that is, that the locations you specify as
the corners of your desired area are actually visible. The API can
only show maps at certain fixed scales, so it chooses a scale where
your span fits into the visible area.

That almost certainly means that the visible map is larger than the
span you specified.

Andrew

--~--~---------~--~----~------------~-------~--~----~
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