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.