-
|
How can I set an animated image to a marker on Android? I've tried replicating the Can I avoid using native code for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You can update images. It is asynchronous so it may not be super suitable for animations, but you can give it a try. |
Beta Was this translation helpful? Give feedback.
-
|
I've ended up with a solution by using additional annotations as animation elements and altered their alpha, scale, etc via ValueAnimator. Screen.Recording.2025-05-19.at.15.12.11.mov |
Beta Was this translation helpful? Give feedback.
I've ended up with a solution by using additional annotations as animation elements and altered their alpha, scale, etc via ValueAnimator.
Screen.Recording.2025-05-19.at.15.12.11.mov