Google 地图 v2 api:如何显示特定地图区域

发布于 2024-12-04 04:00:58 字数 109 浏览 1 评论 0原文

我正在使用谷歌地图 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音栖息无 2024-12-11 04:00:58

使用地图的 GetBounds() 方法,您可以从中获取中心以及其他信息。

Use the map's GetBounds() method from which you can get the center along with other information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文