Do marker animations exist in googlemaps on android?
I am trying to create the "falling pins" effect with my app. I have an array of points (longitude and latitude) but I don't know how to make them fall onto the map.
In javascript googlemaps has the animate function but I cannot find a similar function for android. What should I do?
开发者_开发问答Thanks
You will need to write a custom Overlay.
精彩评论