Replies: 1 comment
-
I am not sure how to do this with markers, but with symbol icons you can have a geojson source for the icon and then just update the source. This is how I update locations of hot-air balloons on a map... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Requirements
A marker on map which represents a drone, and the marker's postion will be changed in real time according to the drone's current location(lattidue, longitude, height) and attitude(heading).
Questions
After I call MapboxMap#addMarker(MarkerOptions) to add a marker on map, how can I update the rotation or bearing of this icon?
Beta Was this translation helpful? Give feedback.
All reactions