Android MapView:animateTo 事件已完成?
是否有一些 animateTo()
的事件在 android 的 地图视图?
我不是指手动滚动,我的意思是 animateTo()
- 来自我的代码的调用或 animateTo()
- 通过更改 myLocation
引起的调用,如果myLocation
已启用?
谢谢
Are there some kind events for animateTo()
is finished in android's MapView?
I don't mean manual scrolls, I mean animateTo()
-calls from my code or animateTo()
-calls causing by changing myLocation
if myLocation
is enabled?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有一个带有 Runnable 参数的
animateTo
。您可以通过以下方式使用它:Yes, there is an
animateTo
that takes a Runnable parameter. You can use this in this manner: