最新的Web开发教程
 

谷歌地图API getBounds() Method

< Map()构造函数

返回西南经/纬度和当前视口的东北纬度/经度:

map.getBounds();
试一试»

定义和用法

getBounds()方法返回西南面经/纬度和当前视口的东北经/纬度。


句法

mapvariable.getBounds();

返回值

描述
(south-west latitude, longitude),(north-east latitude, longitude) 从南,西,北,东角点指定的矩形

< Map()构造函数