22.1¶
Links to the API Reference can be found here
22.1.1 (2023-06-01)¶
Bug Fixes¶
-
Routing: Prevent switching to lower graph level early
Fixes a problem with long compute times which emerged in SDK v22.0.0
22.1.0 (2023-05-31)¶
Bug Fixes¶
- Android: Fix getAvailableVoiceList ANR issues by moving some work off the main thread
- Android: Fix nullptr check in MakeWaypoint - fixes a crash
- Core: Fix crash when truncating utf strings (e.g. in custom places search)
- Map: Correctly set second-to-last point of geometry
-
Map: Fix map matching jumping to opposite direction
The camera should not rotate around so much during navigation. Also, the map matching has been improved to prevent more anomalies.
-
Map: Keep heightmap cell context during whole processing - fixes a crash
- Navigation: Filter consequent hazmats warnings
- Navigation: Fix appearing of wrong Vehicle Aid warnings on some roads
- Navigation: Possible fix for crash during sdk deinit
- Navigation: Use distance settings for custom incidents
- Places: Fix custom places database access during db shutdown
- Routing: Calculate Camper ETA based on Car speed restrictions
- Routing: Correctly determine element directions at waypoints
Features¶
- Navigation: Make NavigationManager's incident listener send a list of incidents instead of one item