缩小 MKMapView

发布于 2024-10-21 05:01:05 字数 43 浏览 2 评论 0原文

当您双击 MKMapView 时:放大。

但是如何缩小?

When you double tap on MKMapView : zoom in.

But how to zoom out??

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

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

发布评论

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

评论(1

要走就滚别墨迹 2024-10-28 05:01:05

总是使用两根手指来放大和缩小。在模拟器上,您需要按住选项键才能在模拟屏幕上显示“两根手指”(我认为这是 Alt 键,但我在 mac 上使用 PC 键盘,因此在真正的 mac 键盘上可能有所不同

)在程序上,您需要在地图套件上设置区域。
通过 MKMapKit 对象的 setRegion 方法。

确保您在范围内,否则会导致崩溃。 (即长-180

There's always using two fingers to zoom in and out. On the emulator you need to hold down an option key to get 'two fingers' appear on the emulated screen (I think it's the Alt key but I use a PC keyboard on my mac so may differ on a real mac keyboard)

As for doing it procedurally you need to set the region on the mapkit.
via the setRegion method of your MKMapKit object.

Make sure you're within bounds though as it will cause a crash if not. (i.e. long -180

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