Animated custom mark current location #570
Unanswered
azertyuiop23
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add an animated icon drawn with Canva to the maplibre controller? I created a pulsing_dot.dart file that displays a dot with an animation and an upward arrow. This icon represents the user's exact position. So I want to do something like: mapcontroller.add(PulsingDot) to the coordinates of the current position. So, the purpose is to get an animated icon like this one on Flutter :
https://docs.mapbox.com/mapbox-gl-js/example/add-image-animated/
(copy and paste on the navigator)
Beta Was this translation helpful? Give feedback.
All reactions