25.8¶
Links to the API Reference can be found here
25.8.3 (2024-08-16)¶
Bug Fixes¶
- Map: Fix memory leaks in map reader file chunk cache
-
Map: Make BreadCrumbs data manipulation non-blocking
Fixes possible state when application stops responding for longer than usual.
-
Map: Make SetUnits function asynchronous to alleviate Dispatcher thread
Fixes possible state when application stops responding for longer than usual.
-
Navigation: Always say instruction after passing the waypoint
It would sometimes happen that the voice instruction about passing waypoint was not always told, mostly when there were a lot of other instructions. We have made the waypoint pass instruction a priority.
-
Navigation: Fix cyclic dependecies in Navigation analyzers causing high memory usage
- Navigation: Fix false VehicleAid warnings in opposite directions on roundabouts
- Navigation: Show VehicleAid warnings only for roads with the same direction as current trajectory
- Routing: Evaluate prohibited entry for truck
- Routing: Set waypoint passed flag to routeplan to correctly store route plan after recompute
- Routing: Remove POIs from EV algorithm which are mapped on closed roads
- Search: Set entry point in custom place result
25.8.1 (2024-07-19)¶
Bug Fixes¶
- Map: Evaluate environmental zones in logistic attributes
- Map: Fix calculation of camera frustum planes making vehicle object invisible
- Map: Fix crash where referenced TextureAtlas was deleted while still in use
- Navigation: Use vehicle heading in scout recompute
- Routing: Create instruction for internal intersection only if more than one way is possible
- Routing: Fix filling of road numbers when to road is internal or ramp
25.8.0 (2024-07-09)¶
Bug Fixes¶
- Android: Fix playing audio when audio focus was already lost
- Map: Fix memory leak in address points data per view
- Navigation: Consider vehicle max speed in speed limit restrictions
- Online: Fix crash with duplicate downloads while attaching saved downloads
-
Routing: Remove road limit from isochrones
When calculating EV range, there was a soft road limit cap which prevented the computation of ranges bigger than approximately 600km. This has now been fixed and a low memory cap has been reimplemented so that the app does not crash on low memory, but the
LowMemory
error is sent.
Features¶
-
Routing: Add additional routing errors
RoadsLimitReached
andLowMemory
errors have been added.