Release Notes
Version 0.30.1 - 14/08/2023
Map
Breaking changes:
- Solve discrepancies with iOS of module routing visualization to promote to GA.
Updates:
- Expand the CameraTrackingMode type with the configurable classes that can contain FollowCameraOperatorConfig
- Promote FollowCameraOperatorConfig to publicpreview
Routing
Breaking changes:
- Remove context parameter from OfflineRoutePlanner.create() function.
Fixes:
- Fix waypoints not being updated on selecting alternative route for EV cars on long distance routes.
- Prevent setting vehicleHeading=360 when planning a route.
Navigation
Breaking changes:
- Group number of lanes properties in GeneralRoadProperties.
- Group tunnel and bridge properties together.
- Remove properties speedFog, speedSnow and speedRain from horizon API class SpeedLimits. Remove value Variable from horizon API value class SpeedLimitsType.
- Replace LocationTracesParser.fromAssets(String) method with extension function LocationTracesParser.fromAssets(Context, String).
New features:
- LocationTracesParser.fromInputStream(InputStream).
Updates:
- Improve inline documentation for off-road navigation.
- Promote Hybrid Navigation API to PP
Fixes:
- Always interpret the input speed limit values as kph.
- Fix origin coordinate is wrongly set to 0.0,0.0 while navigating.
- Initialize horizon engine if null in HybridTomTomNavigationFactory