Google 地图 API 教程教程
地图 API getCenter() 方法
地图 API getCenter() 方法
地图 API getCenter() 方法
实例
返回地图的当前中心的纬度/经度:
map.getCenter();
尝试一下 »
定义和用法
getCenter() 方法返回地图的当前中心的纬度/经度。
语法
mapvariable.getCenter();
返回值
值 | 描述 |
---|---|
latitude, longitude | 地图的当前中心的纬度/经度。 |
地图 API getCenter() 方法 |
---|
Google 地图 API 教程
Google 地图 API 是 Google 为开发者提供的创建交互式地图的应用程序编程接口。Google 地图 API 是一项免费的服务,任何非盈利性网站均可使用。