Release Notes
Version 0.29.0 - 06/10/2023
General
Breaking changes
- Made DefaultTomTomNavigation internal.
- Promoted some experimental APIs to Public Preview.
Fixes
- Ensure valid links in API reference.
Map
Breaking changes
- Updated type signature of
FollowCameraOperatorConfig.ControlPointsMap
from[String: ControlPoints]
to[CameraOperatorRoadClass: ControlPoints]
.
New Features
- Introduced new enum
CameraOperatorRoadClass
.
Removals
- Removed
FollowCameraOperatorConfig.RoadClass
.
Navigation
Breaking changes
- Make TomTomSDKNavigation.TomTomNavigation a class-only protocol. Convert implementations of TomTomSDKNavigation.TomTomNavigation to classes.
- Reverted DefaultTomTomNavigation from internal to deprecated.
New Features
- Support city district, neighborhood and subCountry in horizon-based LocationContext.
Fixes
- Make TomTomSDKNavigation.TomTomNavigation a class-only protocol to allow creation a weak references to its implementation.
Updates
- Add location context collaboration tests for tile store.
- NDS.Live navigation tile store can now be constructed without a persistent cache.
Routing
New Features
- Offline route assets provider.
Fixes
- Explicitly forbid to create requests with chargingOptions and enabled waypointOptimization parameters.
Updates
- Clarify the documentation of the baseUrl parameter.