Release Notes
Version 0.65.1 - 28/11/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
Removals
-
The speed limits from speed cameras will be temporarily hidden in this release to address a visualization issue. They will be reintroduced once the fix has been implemented.
Version 0.65.0 - 23/10/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 ReferenceRouting
New features
- Expose
TomTomSDKRoutePlanningOptions.AlternativeType.LocalAlternativeto the public API of the TomTom SDK.
Updates
- Add experimental
TomTomSDKFeatureToggleRuntimeFeatureType.useEncodedPolylinesfeature toggle to use encoded polylines for routing. This reduces the online data consumption.
Fixes
- Previously, when updating multi-modal routes, the
routeTypesetting was not preserved, resulting in an inconsistency in route planning. Now,routeTypeis considered when performing updates of multi-modal routes.
Traffic
Fixes
- Remove the internal class
TrafficObserverWrapperfromTomTomSDKTrafficEnginedocumentation.