New
Navigation SDK v3.17.1
Navigation SDK Core Framework 3.17.1 - 12 December, 2025
Features
- Added new class
RerouteStateV2: it allows you to observe RerouteStates with additional substates which are not present in the originalRerouteState.
Current additional states are:RerouteStateV2.Deviation.ApplyingRouteandRerouteStateV2.Deviation.RouteIgnored. See the corresponding API reference for details. To observeRerouteStateV2, register a new type of observer:RerouteController#registerRerouteStateV2Observer.
Bug fixes and improvements
- Improved EV SAR call to return requested number of charging stations.
- ⚠️ Breaking change (preview API): removed
MapboxRoadCamerasDisplayConfig::showOnlyOnRoute. Safe to remove. It's now a default behavior to show road cameras only on the route. - Fixed a bug that prevented road cameras from being removed from the map after passing them.
- Fixed Copilot issues that caused recordings to be lost.
- Obfuscated access token in
RouteShieldError#url#toString.