On 12 February 2012 10:05, Nivedita Majumdar <[email protected]> wrote: > using center lat long, size and zoom, how to get boundaries of image > from google map
Why do you need this? What are you trying to do? I can only think of one operation which requires this data (getting POIs in the area covered by the map), and that's going about things the wrong way. Static Maps show data: you should be selecting your data and getting the map to show it at an appropriate scale, not the other way around. It's possible of course, because the Maps API does it. But dynamic maps need it, because they can move and alter the criteria for selecting data. Static maps can't move, so the criteria don't change. What is your use case? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
