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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Initial release of Navigation UI package.
We adapted Navigation module (mostly RouteFetcher) to be aligned with the implementation we need in the Navigation-UI package.
Move Style-Url, Routing-Url and Access-Token to NavigationSettings in sample app.
Remove unused code (mostly Mapbox Speech Service related classes).
Updated Maplibre version to v10.0.2.
Incremented minSdk version from 15 to 21 to work same as maplibre implementation.
Created custom classes for GoogleLocationEngineImpl, Utils, LocationEngineProvider which were removed from default implementation maplibre to provide working with GSM location.
Corrected resource calls due to renamed res files in maplibre (from mapbox_ to maplibre_).
Use the navigation options instead of constants in ToleranceUtils (used in the offroute detection), if you haven't modified rerouting values in the navigation options, nothing should change