28.1¶
Links to the API Reference can be found here
28.1.6 (2025-04-24)¶
Bug Fixes¶
- Android: Fix crash when adding map objects from multiple threads
- Android: Fix crash when reading road names
- Android: Fix heavy disk usage when finishing many downloads at the same time
- Core: Do not call places api request multiple times for the same rectangle
- Core: Fix crash during map update
- Core: Fix custom audio play callback handling
- Map: Fix Z-index of logistics info icon on map
- Map: Handle setting new vehicle profile during drawing roads on map
- Navigation: Collect lanes data via invalid lanes connections
- Navigation: Fix incorrect zone warning at route start
- Places: Call GetImagesFromProvider from UI thread
- Places: Clear update data for offline custom places on lower priority thread
- Routing: Remove border crossing penalty for Romania and Bulgaria after Schengen accession
28.1.4 (2025-04-15)¶
Bug Fixes¶
- Android: Fix crash when cancelling download
- Android: Fix crash when logging exception
- Map: Fix interleaving animations during autozoom
- Navigation: Handle some edge cases where progress of exploring function might not be reported properly
28.1.2 (2025-04-10)¶
Bug Fixes¶
- Position: Do not ignore first inaccurate gps updates after app start
28.1.1 (2025-04-08)¶
Bug Fixes¶
- Android: Fix crash when creating LanesView before initializing SDK
- Core: Fix crash in Autozoom after changing skin in background and switching app to foreground
- Map: Correctly evaluate bus directions
- Map: Evaluate EV stations compatibility in one thread and refresh POIs with conditional formatting when skin is changed
- Navigation: Filter incidents alongside of the route
- Navigation: Improved reaching destination
- Position: Allow snap with last location at start
- Position: Filter match candidates base on gps angle
- Position: Fix animation when trajectory changed and some tunel simulation bugs
- Position: Fix finish waypoint detection in restricted areas by correctly computed match position on route
- Position: Fix interrupted in tunnel simulation
- Position: Fix long jumps at tunnel exit
- Position: Fix turning vehicle at tunnel entry
- Position: Keep vehicle heading on tunnel exit after gps update with zero speed
- Position: Stabilize tunnel speed and fix stuck in tunnel simulation
- Position: Update history for tunnel simulation
- Position: Use car entry speed for tunnel simulation clamped by tunnel speedlimit
- Routing: Deserialize correct route plan element corresponding to original vehicle weight
- Routing: Fix missing or incorrect instructions due to incorrect processing of multiple prohibited maneuvers
- Routing: Fix several issues in online routing request
- Routing: Update capacity after deleting a charger
28.1.0 (2025-03-21)¶
Bug Fixes¶
- Core: Fix crash in maploader
- Core: Fix crash when scout compute wants to redraw route
- Map: Hide junction arrows after reaching destination
- Navigation: Add heading to incidents with trace
- Navigation: Set incident heading correctly for default values
- Routing: Correctly fill warnings for EV route
- Search: Fix race condition when managing CustomPlaces search instances
Features¶
- Core: Implement Charging Station Filtering based on Service Providers
-
iOS: Add more error codes for SYReverseSearchError
Add
SYReverseSearchErrorRequestCancelled
,SYReverseSearchErrorInvalidCategoryTags
,SYReverseSearchErrorUnauthorized
,SYReverseSearchErrorNetworkUnavailable
,SYReverseSearchErrorNetworkTimeout
errors. -
iOS: Add possibility to schedule block after map view has finished setup (SYMapView.dispatchAfterSetupFinished)
It is now possible for
SYMapView
to call a callback when map view setup is finished. -
Map: Add Polyline info into object map selecting
A MapPolyline object was added to the possible returned objects when requesting objects from map.
-
Navigation: Update for tts voice incident warnings
TTS warnings when approaching incidents (such as speed cameras, school zones, crashes etc.) were updated for each language.