Release Notes

Version 0.73.0-rc04 - 03/03/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
  • Support Xcode 26.
Fixes
  • Update navigation demo app - style for map Daichi issue.

    Simulator Screenshot - iPhone 17 Pro - 2026-01-07 at 10 50 27 Simulator Screenshot - iPhone 17 Pro - 2026-01-07 at 10 37 53
Deprecations
  • Set specific API retirement date for the existing deprecated APIs.

Map Visualization

Fixes
  • Fix destination marker placement at departure in Navigation Visualization.
  • Guard invalid coordinates in pointForCoordinate that caused crash on ttapp when tap on cosmic void.
  • Remove unknown category incidents from the map and show all the roadworks category incidents magnitude of delay as unknown.
  • Unityframework.yml => 0.499.5.
Fixes
  • Brings back the functionality which was disabled (Apple's TTS framework crashing on iOS 26 devices.) as the issue is fixed by Apple in iOS 26.1 (DefaultTextToSpeech framework).

  • Fix wrong download size reporting in CompositeRegion.

  • Fix: remove alternatives when update fails.

  • Fixes the issue with thread-safety of lastKnownLocation and speedLimit in MapMatchedLocationProvider.

  • Preserve BRP id if new BRP geometry is equal to existing proposal's geometry.

  • Reset route projection when intaking BRP.

  • Upon every deviation after first continuous.

    replan, preserve the initially selected suboptimal route instead of offering the optimal.

Removals
  • Removal of path expansion feature toggle.

Routing

Fixes
  • Better route proposal should be proposed at least 45s ahead.

Telemetry

New features
  • Traffic events coming from TPEG are now tracked with Telemetry.

Vehicle

Deprecations
  • Plug types TomTomSDKCommon.ConnectorType.Iec60309Ac3PhaseRed, TomTomSDKCommon.ConnectorType.Iec60309Ac1PhaseBlue, and TomTomSDKCommon.ConnectorType.Iec60309DcWhite are deprecated and will be removed in 6 months after the release.

Virtual Horizon

Updates
  • Add CityElementPublisher for element type City.
  • Add GeneralRoadPropertiesElementPublisher for element type GeneralRoadProperties.
  • Add GenericElementPublisher.
  • Add StreetElementPublisher for element type Street.
Fixes
  • Make corrections in route projection to route window transformation.
  • Use the correct route progress when creating a route window.