Animating markers on Google Maps v2
问题 What is the best way to animate markers on Google Maps using v2 API? I am working on a map-centered game where I track locations of people and display them on the map for each other to see. As people move, I want to animate a marker from his current to his latest position. Every person has a direction, so I need to rotate the marker appropriately. What is the best way to do it using the new Google Maps API? 回答1: Some Google engineers have provided a nice demo video with some elegant sample