Replies: 2 comments
-
What platform? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can make your own compass component and disable built-in by setting "isCompassEnabled" in "uiSettings: to false. Then add two camera listeners: addOnCameraDidChangeListener and addOnCameraIsChangingListener. In both listeners read bearing from cameraPosition and rotate your component by given value (with negative value). |
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
-
I wanna customize the Compass Icon? Is there any plan to make it possible?
Beta Was this translation helpful? Give feedback.
All reactions