Android MapView animateTo 和 ZoomIn 同时进行

发布于 2024-12-17 07:16:20 字数 63 浏览 0 评论 0原文

如何同时调用地图视图控制器的 animateTo 和 ZoomIn 以获得像 Google 地图一样的双击动画?

How can I call animateTo and zoomIn for Map View Controller at the same time to get beautiful animation like Google Maps on double click?

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

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

发布评论

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

评论(2

挥剑断情 2024-12-24 07:16:20

不支持 ZoomIn 和 animateTo 是异步且独立的。您必须使用此序列制作一点动画,然后放大一点,再制作一点动画,再放大一点。为此,您必须自己计算 animateTo 步骤并执行动画缩放序列以实现平滑的动画。

Well is not supported zoomIn and animateTo are async and independant. You must animate a little bit then zoomin a little bit, animate a bit more , zoom a bit more with this sequence. To do that you must calculate yourself the animateTo steps and do that animate zoom sequence to achieve this smooth animation.

怪我太投入 2024-12-24 07:16:20

MapController 有一个方法,称为 zoomInFishing。它做我需要的事情。

There is a method of MapController, it called zoomInFixing. It do what I need.

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