Release Notes
Version 3.0.0 - 25/02/2026
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.
General
Updates
- Migrate Map Display Error Dialog Components to Compose Bottom Sheets.
- Migrate Marker details dialog Components to Compose Bottom Sheets.
Fixes
- Logs no longer cut off if their size exceeds 4KB and are instead split into multiple lines.
Data Management
Updates
-
The following APIs are now available in General Availability:
- method
com.tomtom.sdk.datamanagement.nds.NdsStore.addMapUpdateAvailabilityCheckListener - method
com.tomtom.sdk.datamanagement.nds.NdsStore.removeMapUpdateAvailabilityCheckListener - method
com.tomtom.sdk.datamanagement.nds.NdsStore.setUpdatesEnabled - property
com.tomtom.sdk.datamanagement.nds.NdsStore.updater - method
com.tomtom.sdk.datamanagement.nds.NdsStoreConfiguration.buildUpdateConfiguration - method
com.tomtom.sdk.datamanagement.nds.update.NdsStoreUpdateConfigurationFactories.kt.buildNdsStoreUpdateConfiguration - property
com.tomtom.sdk.datamanagement.nds.NdsStoreConfiguration.updateConfiguration - class
com.tomtom.sdk.datamanagement.nds.update.NdsStoreAutomaticUpdatesConfiguration - class
com.tomtom.sdk.datamanagement.nds.update.NdsStoreUpdateConfiguration - secondary constructor
com.tomtom.sdk.datamanagement.nds.update.compositeregion.CompositeRegionsUpdater
- method
Fixes
- NavigationTileStore now only accepts URLs with HTTP or HTTPS scheme.
Map Visualization
New features
- Expose
com.tomtom.sdk.map.display.PremiumMapRendererCompatto enable rendering the Premium map directly onto an arbitrarySurfacewithout requiring aMapView.
Fixes
- Alternative route marker remains on the map.
- Bind unbound NavigationVisualizationAdapter to data flows in Compose.
- Fix missing average speed zone yellow lines during Lane Level Navigation (LLN) scenarios.
- Fix missing traffic on lanes.
- Fix offset cache update when geometry route geometry changes.
- Fix: LLN not rendered after map style switching.
Deprecations
- The contents of the
com.tomtom.sdk.maps.visualization:navigationis relocated tocom.tomtom.sdk.maps.visualization:visualization. The dependency oncom.tomtom.sdk.maps.visualization:navigationshould be removed.
Navigation
Updates
-
The following APIs are now in general available:
com.tomtom.sdk.datamanagement.nds.update.NdsStoreUpdaterConfiguration.manualUpdateNetworkConfig
Fixes
- Disable Continue Interim feature toggle by default.
Deprecations
- RouteReplanner public interface methods (update, fullReplan, incrementRouteContents) are now deprecated and will be removed 6 months after the next release. The backToRoute method has been transitioned from experimental to internal API.
Vehicle
Updates
- Better error message if consumption options are set via the
VehicleProvider, butspeedConsumptionis not.
Virtual Horizon
Fixes
- Remove
HorizonElement.idfromhashCodeandequalsin all types ofHorizonElement.