开发者

Do marker animations exist in googlemaps on android?

开发者 https://www.devze.com 2023-03-31 19:15 出处:网络
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.

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.

0

精彩评论

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