mapbox-navigation-android
mapbox-navigation-android copied to clipboard
Telemetry events: migrating to NavNative
Description
Telemetry events: migrating to NavNative
the Pull request is opened in draft and not ready for review
Changelog
Features
- Added support for uncompressed memory mapped tiles that could be enabled via config options(turned off by default).
[#7197](https://github.com/mapbox/mapbox-navigation-android/pull/7197)
Bug fixes and improvements
- Fixed
NavigationRoutes#waypointsbeing null for EV offline fallback.[#7165](https://github.com/mapbox/mapbox-navigation-android/pull/7165) - Improved road snapping for the case when GPS signal is unstable. When GPS signal becomes unstable, LocationMatcherResult#isOffRoad stays false and LocationMatcherResult#enhancedLocation is snapped to a road, the effect takes place until stabilisation of GPS signal.
[#7197](https://github.com/mapbox/mapbox-navigation-android/pull/7197)