Release Notes

Version 0.23.0 - 16/06/2023

Map

New features:

  • Implement a decision point hint on route manager
  • Release note message.

Updates:

  • Add possibility to run performance test on different zoom levels.
  • Bump style version to 24.2.*
  • Minor optimisation and snippet fix.

Fixes:

  • Fix crash on sprites loading when local cache file cant be opened.
  • Fix false map interaction events
  • Fix rare crash that happened on style load.

Breaking changes:

  • Replace position, address, entryPoints properties in CustomRecord.CustomPoi with Place class.

New features:

  • Add support for address for custom POIs.

Updates:

  • Move online custom POI support to Public Preview

Fixes:

  • Fix for non-findable offline search native library.

Routing

New features:

  • Expose information on when and where path alternative forks off the primary route.
  • Extend routing options with arrival side preference.

Fixes:

  • Fix routing sections mapping.
  • Promote arrival side preference to public preview
  • Release note message.

Breaking changes:

  • Refactor RouteTrackingEngine to handle RouteTrackingState.
  • Renaming dependency

New features:

  • Add waypoint arrival panel to navigation fragment
  • Conversion from a bounding box to a list of tiles.
  • Promote NavigationTileStore API to Public Preview.
  • Rename OnlineLocationContextProvider engines according to convention and move APIs to Public Preview.

Updates:

  • Add translations for waypoint arrival panel
  • Declare click listener parameter for UI components as View.OnClickListener instead of an anonymous type.
  • Filter out Lane Sections with no Direction to follow.
  • Use NavigationConfiguration to createTomTomNavigation in the Navigation use case.

Fixes:

  • Correct timestamps in predictions.
  • Fix potential crash during navigation of Route planned with RouteInformationMode=FirstIncrement.
  • Guidance instructions and maneuver icon displayed too early after the route has been refreshed.

General

Breaking changes:

  • Enable RSA with OAEP encryption.

New features:

  • Add optional charging parameters
  • Extend DefaultVehicleProvider to support optional charging parameters.

Updates:

  • Initialize vehicle snapshot through DefaultVehicleProvider constructor.
  • Promot an Experimental Telemetry API to Public Preview.

Removals:

  • Retire Navigation Visualization Addon

Fixes:

  • Inconsistent use of function names.
  • Incorrect bottom padding on the map.
  • Minor DefaultVehicleProvider improvements
  • UpdateVehicleState should properly handle updates that lead to inconsistent state of the vehicle.