最新的Web開發教程
 

谷歌地圖API getBounds() Method

< Map()構造函數

返回西南經/緯度和當前視口的東北緯度/經度:

map.getBounds();
試一試»

定義和用法

getBounds()方法返回西南面經/緯度和當前視口的東北經/緯度。


句法

mapvariable.getBounds();

返回值

描述
(south-west latitude, longitude),(north-east latitude, longitude) 從南,西,北,東角點指定的矩形

< Map()構造函數