Maps API getBounds() Method
Example
Returns the south-west latitude/longitude and the north-east latitude/longitude of the current viewport:
map.getBounds();
Try it Yourself »
Definition and Usage
The getBounds() method returns the south-west latitude/longitude and the north-east latitude/longitude of the current viewport.
Syntax
mapvariable.getBounds();
Return Values
Value | Description |
---|---|
(south-west latitude, longitude),(north-east latitude, longitude) | Specifies a rectangle from the points at its south-west and north-east corners |