You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Introduce the concept of the core equivalent of transform in the Android binding. Will contain all our camera related operations by removing these from MapboxMap. MapboxMap will remain the public api entrypoint (facade) but all code should be contained within Transform.java. This refactor should result in removing the equivalent methods in MapView.
The text was updated successfully, but these errors were encountered:
Introduce the concept of the core equivalent of transform in the Android binding. Will contain all our camera related operations by removing these from MapboxMap. MapboxMap will remain the public api entrypoint (facade) but all code should be contained within
Transform.java
. This refactor should result in removing the equivalent methods in MapView.The text was updated successfully, but these errors were encountered: