On Oct 7, 6:00 am, Zac <[email protected]> wrote: > > 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
Is this a school problem? :-) For minimal data transfer, look at the API V3. You can use fromLatLngToDivPixel() and fromDivPixelToLatLng() methods of the MapCanvasProjection object: http://code.google.com/apis/maps/documentation/v3/reference.html#MapCanvasProjection V3 has also its own group: http://groups.google.com/group/google-maps-js-api-v3/topics -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
