Google 地图 v2 api:如何显示特定地图区域
我正在使用谷歌地图 API v2。我想根据地图边界(东北和西南坐标)显示特定的地图区域。但是,Google 地图 api v2 仅支持 setCenter() 方法。有没有根据地图面积计算中心位置的公式?
I am using google map api v2. I'd like to show a specific map area based on map bound (northeast and southwest coordinates). However, google map api v2 only supports setCenter() method. Is there any formula to calculate center position based on map area?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用地图的
GetBounds()
方法,您可以从中获取中心以及其他信息。Use the map's
GetBounds()
method from which you can get the center along with other information.