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.
We first refactored MapView into MapboxMap and afterwards start moving contents from MapboxMap into smaller testable classes eg. UiSettings and Projection. I'm suggesting to do the same for anything related to tracking modes. This class will also be responsible for configuration.
eg.
I have been hearing about not stopping tracking when a gesture occurs.
The text was updated successfully, but these errors were encountered:
The benefit that this gives is that setMyLocationEnabled and setMyLocationTrackingMode are now found on separate classes. This will make the api more concrete and will lower developer friction when autocompleting (eg. less confusion because our specific API's are hidden versus google parity api's).
We first refactored
MapView
intoMapboxMap
and afterwards start moving contents fromMapboxMap
into smaller testable classes eg.UiSettings
andProjection
. I'm suggesting to do the same for anything related to tracking modes. This class will also be responsible for configuration.eg.
I have been hearing about not stopping tracking when a gesture occurs.
The text was updated successfully, but these errors were encountered: