Android MapView:可以自定义动画吗?
Android 是否可以在预定义的秒数内在 Google MapView 中的两点之间制作动画?
我想编写某种游戏,其中一个物体从起点飞到终点。但对象将位于屏幕中央,并且地图将被移动。
您知道如何做到这一点吗? :)
最好的, 基瓦克
Is it possible in Android to animate between two points in a Google MapView in a predefined number of seconds?
I want to write some sort of game where an object is flying from the start point to the end point. But the Object will be centered on the screen and the map shall be moved.
Do you have any idea how to do this? :)
Best,
kiwaque
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的
MapController
.Call
animateTo()
on yourMapController
.