如何检测地图视图上的当前缩放级别?

发布于 2024-12-10 11:58:35 字数 75 浏览 0 评论 0原文

我有一个地图视图,可以从当前位置绘制半径叠加。但为此,我需要知道地图上的当前缩放级别。 我该怎么做?

I have a map view that draws radius overlay from current location. But for that, I need to know current zoomlevel on the map.
How can I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

一梦等七年七年为一梦 2024-12-17 11:58:35

使用 getZoomLevel() 方法。

Use getZoomLevel() method of MapView class.

沒落の蓅哖 2024-12-17 11:58:35

使用该功能:

mapView.getZoomLevel()

Use the function:

mapView.getZoomLevel()
余生再见 2024-12-17 11:58:35

getZoomLevel() 现已弃用 (v 6+)
请改用 getZoomLevelDouble()。

getZoomLevel() is deprecated now (v 6+)
Use getZoomLevelDouble() instead.

初雪 2024-12-17 11:58:35

在MapView类中,调用
方法 - getZoomLevel()。
它返回地图的当前缩放级别。

In MapView Class, call
method - getZoomLevel().
It returns the current zoom level of the map.

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