Skip to content Skip to sidebar Skip to footer

Google Maps Api Locate Corner Coordinates

QUESTION: Is there a way that I could locate what the coordinates are of corner points of the google map each time I zooms in, zooms out, or shift the map? ELABORATING ON WHAT I ME

Solution 1:

map.getBounds() will return a bounds object containing the North, South, East and Western bounds of the map (as SouthWest, NorthEast).


Post a Comment for "Google Maps Api Locate Corner Coordinates"