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.
Map
Fixes
- Danger zone icon misalignment issue is fixed.
Navigation
Breaking changes
- Remove the Public Preview
TomTomSDKNavigationEngines.ActiveRouteData
structure.
Updates
TomTomSDKNavigationTileStore.CachingConfiguration.init(storageConfiguration:maxMemorySize:)
is now available in General Availability.TomTomSDKNavigationTileStore.CachingConfiguration.storageConfiguration
is now available in General Availability.
Fixes
- Fix the crash that appears during lane guidance calculations.
Deprecations
TomTomSDKNavigationTileStore.CachingConfiguration.cacheStorageConfiguration
is deprecated, useTomTomSDKNavigationTileStore.CachingConfiguration.storageConfiguration
instead.TomTomSDKNavigationTileStore.CachingConfiguration.init(cacheMemoryMaxSize:cacheStorageConfiguration:)
is deprecated, useTomTomSDKNavigationTileStore.CachingConfiguration.init(storageConfiguration:maxMemorySize:)
instead.
Routing
Fixes
- Fix
RoutePoints
creation when reconstructing an A-A track.
Search
Updates
-
The following public APIs are available in General Availability:
TomTomSDKSearch.POICategory.synonyms
property.
Fixes
- Align the fuzzy search implementation with the Android implementation.