Release Notes
Version 0.25.0 - 30/06/2023
Map
New features:
- Add support for number of axles for Vehicle restriction
- Expose camera operators customization on the SDK API
Updates:
- Move first number of safety location from style to API
- Update navigation visualization safety cameras UX spec
Fixes:
- Add missing font to Routing Visualization
- Fix flaky tests for map display binding
Search
Fixes:
- Add support for address ranges from online search in GOSDK online search.
- Use the search endpoint even when the category filter is set.
Navigation
Breaking changes:
- Data store maintenance is reset when navigation is stopped.
- Update signature of DataUpdatedListener to use a list of GeoBoundingBox within the component com.tomtom.sdk.navigation:horizon-data-adapter.
- Updated signature of OnlineHazardsHorizonDataAdapterFactory.create to consume Hazards object.
- Updated signature of OnlineSafetyLocationsDataAdapterFactory.create to consume SafetyLocations object.
Updates:
- Vehicle profile test case for horizon-engine-unified.
Fixes:
- Correct dependencies.
- DataStoreMaintenanceEngineFactory and DataStoreMaintenanceEngine are visible in SDK.
General
New features:
- Promote CompositeRegionsUpdater API to public preview
Updates:
- Convert quantity classes to Kotlin’s value classes.
- Refactor UnitBase abstract class to an interface.