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
.
精彩评论