开发者

Android MapView: custom animation possible?

开发者 https://www.devze.com 2023-01-30 23:45 出处:网络
Is it possible in Android to animate between two points in a Google MapView in a predefined number of seconds?

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 wher开发者_StackOverflow社区e 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


Call animateTo() on your MapController.

0

精彩评论

暂无评论...
验证码 换一张
取 消