Release Notes
Version 0.69.1 - 06/03/2025
Discover the improvements and new features included in the following version. Share your thoughts on this release by using the feedback button located at the bottom of the page.
Version 0.69.0 - 03/03/2025
Discover the improvements and new features included in the following version. Share your thoughts on this release by using the feedback button located at the bottom of the page.
General
Fixes
- Add the correct indentation to lists within documentation.
- Avoid stalling the app to download glyphs.
- Ensure thread safety when querying the session code to prevent any crashes from occurring.
- Prevent crashes resulting from concurrency issues when cancelling map operations.
Navigation
Fixes
- Make the
UnifiedMapDataStoreAccessProvider. unifiedStoreAccessSync
optional and implement a guard statement to handle access when it isnil
.
Routing
Updates
- Enhance the documentation for
RoutePlanningOptions
by providing additional details and ensure alignment with the documentation standards. - Omit the vehicle heading parameter from the request when utilizing the route and updating reconstruction modes.
Fixes
- Avoid route planning that involves both an electric engine and a combustion engine.
- Ensure requests do not include both
vehicleModelId
and a combustion engine.
Search
New features
- Add functionality to filter EV Search results to include only Plug&Charge-capable EV POIs.
Fixes
- Populate
TomTomSDKCommon.POI.categories
for online EV search. - Resolve the lifecycle issue for
TomTomSDKSearchOffline.OfflineSearch
and instances created byTomTomSDKSearchOffline.OfflineSearchFactory
accessingTomTomSDKDataManagementOffline.NDSStore
after deinitialization. - Update the along route calculation in requests for
TomTomSDKSearch.Search.evSearch(options:completion:)
using theTomTomSKDSearchOnline
module.