Mapbox Navigation SDK 2.19.0
mapbox-github-ci-writer-public-1
released this
15 Mar 19:36
·
2 commits
to release-v2.19
since this release
Mapbox Navigation SDK 2.19.0 - 15 March, 2024
Changelog
Changes between v2.18.0 and v2.19.0
Features
- Added new property
AdasisDataSendingConfig.treeTrailingLength
that allows to specify the trailing length of the path tree, relative to the map-matched position, in the ADASIS provider. #7753 - Fixed an issue where
RouterFailure.code
could have been null for Directions API errors. #7753 - Added billing explanation logs. Now Navigation SDK explains in the logs why certain Active Guidance or Free Drive Trip session started/stopped/paused/resumed. Billing explanations have
[BillingExplanation]
prefix in the logcat. #7710
Bug fixes and improvements
- Resolved an issue where a crash could occur if telemetry sending settings were changed after creating
MapboxNavigation
. #7755 - Fixed ADASIS generator errors related to the split edges. #7753
- Fixed ADAS cache tiles eviction mechanism. #7753
- Started handling "unlilimited" speed limits in ADASIS. #7753
- Fixed possible
java.lang.UnsatisfiedLinkError
crash on application startup when Mapbox native libraries could not yet be found. #7753 - Fixed leak of CarAppLifecycleOwner on every Copilot start. #7669
- Started sending special type POSITION messages in OFF-ROAD mode. #7753
Mapbox dependencies
This release depends on, and has been tested with, the following Mapbox dependencies:
- Mapbox Maps SDK
v10.16.6
(release notes) - Mapbox Navigation Native
v203.0.0
- Mapbox Core Common
v23.9.1
- Mapbox Java
v6.15.0
(release notes)