Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将 GIF 图像添加到谷歌地图 V2 的标记时,图像会显示,但它会停止移动。为什么?我怎样才能解决这个问题并使图像移动?
希望任何人都可以帮助我。提前致谢。
谷歌地图 android api v2 中的标记图标是静态图像,一旦创建标记就无法更改图标。因此,如果您尝试使用 GIF 图像包含任何动画,它将不受支持,并且仅 GIF 中的单个图像将显示为图标。
实现更改标记图像的一个选项是remove()在一定时间后以编程方式标记标记,然后立即添加标记,使用addMarker不同的图像集作为图标MarkerOptions()并保留其他属性。
remove()
addMarker
MarkerOptions()