Is it possible to get the bounding coordinates of a google map that a user has zoomed to using Javascript? I see that it can be done using the Google App Engine but I don't know if is possible using the Google Maps API (Version 3).
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
What about getBounds() method on the Map object: http://code.google.com/intl/fr/apis/maps/documentation/javascript/reference.html#Map |
|||||||
|

