_______
                   |            |
                   |      c    |
                   -------------
_______
| a         |
|            |
-------------       _______
                    |            |
                    |     b     |
                    -------------


 Consider 2 points a & b (given in LAT_LON values ) on map I have to
calculate distance between a and b in pixels and find the latitude and
longitude of point c (c is given in PIXEL x,y values) for a given Zoom
Z.
::For Example Given Values
a=(23.567567, -56.87987)    (lat,lon) in degree
b=(-4.8768768,64.876876)    (lat,lon) in degree
c=(45,89)    (x,y) in pixel


> Why not use the regular API?

My requirement is to develop it using static map. Since i am
developing it for mobile phone i have to make sure that very less data
transfer is made


Thanks for helping in advance... :-)
--~--~---------~--~----~------------~-------~--~----~
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