Release Notes
Version 0.61.0 - 13/09/2024
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.
For more in-depth documentation, check the API ReferenceMap
Fixes
- Danger zone icon misalignment issue is fixed.
Navigation
Breaking changes
- Remove the Public Preview
TomTomSDKNavigationEngines.ActiveRouteDatastructure.
Updates
TomTomSDKNavigationTileStore.CachingConfiguration.init(storageConfiguration:maxMemorySize:)is now available in General Availability.TomTomSDKNavigationTileStore.CachingConfiguration.storageConfigurationis now available in General Availability.
Fixes
- Fix the crash that appears during lane guidance calculations.
Deprecations
TomTomSDKNavigationTileStore.CachingConfiguration.cacheStorageConfigurationis deprecated, useTomTomSDKNavigationTileStore.CachingConfiguration.storageConfigurationinstead.TomTomSDKNavigationTileStore.CachingConfiguration.init(cacheMemoryMaxSize:cacheStorageConfiguration:)is deprecated, useTomTomSDKNavigationTileStore.CachingConfiguration.init(storageConfiguration:maxMemorySize:)instead.
Routing
Fixes
- Fix
RoutePointscreation when reconstructing an A-A track.
Search
Updates
-
The following public APIs are available in General Availability:
TomTomSDKSearch.POICategory.synonymsproperty.
Fixes
- Align the fuzzy search implementation with the Android implementation.