Using an Animated Gif as Ground Overlays in G. Maps v2

前端 未结 3 966
终归单人心
终归单人心 2021-02-19 13:28

I am currently using Google Maps and would like to use an animated Gif as Overlay in my app. This is really frustrating as it seems very easy on iOS version of the app, SO I rea

3条回答
  •  我在风中等你
    2021-02-19 14:04

    As a solution, we have decomposed the GIF in multiple images and we are looping all the image list.

    We are using the same code as above and everything is fine.

    Using an ImageView + Glide as suggested below doesn't help at all as the Image will not move with the Map.

提交回复
热议问题