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
Fixes
  • NavigationTileStore now only accepts URLs with HTTP or HTTPS scheme.

Map Visualization

New features
  • Expose com.tomtom.sdk.map.display.PremiumMapRendererCompat to enable rendering the Premium map directly onto an arbitrary Surface without requiring a MapView.
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:navigation is relocated to com.tomtom.sdk.maps.visualization:visualization. The dependency on com.tomtom.sdk.maps.visualization:navigation should be removed.
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, but speedConsumption is not.

Virtual Horizon

Fixes
  • Remove HorizonElement.id from hashCode and equals in all types of HorizonElement.