I am doing it in a J2ME app and static maps is the only option available. I had to implement my own scrolling/zooming but it work only for maps where center and zoom level are known.
In some cases, I rely on Google to figure out the center based on collection of pins. What I am not happy about is I cannot do zooming and scrolling at all on this map. Unless of course I decide to calculate my own center and zoom level rather than delegating this to Google. Y. On Jan 24, 11:49 pm, Mike Williams <[email protected]> wrote: > I don't think it's possible for static maps to return any additional > data. All you get back is the image file. > > If you're in an environment that supports Javascript, you could perform > the calculations using the Maps API, but still use Static maps for the > display. (I imagine you've got a good reason for using static maps > rather than taking the easy route of doing it all in the API). If you > don't have Javascript, then you'd need to calculate the centre and zoom > information yourself. > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
