Release Notes

Version 0.28.0 - 01/08/2023

Map

Breaking changes:

  • Add vehicle restrictions styles for onboard map.

New features:

  • Unsupported GeoJSON Marker operations now throw an exception.

Updates:

  • Add NavigationTileStoreConfiguration values bounds for prefetchedAreaRadiusMeters and cache sizes.
  • Add big groups of markers in batches rather than one by one.
  • Enable smooth style reloading feature by default.
  • Release note message.
  • Remove explicit font names from copyright notice.
  • Update standard style version.

Fixes:

  • Vehicle Restrictions within Routing Visualization

Fixes:

  • Throw NetworkOnMainThreadException when calling Search from the Main Thread.

Routing

Fixes:

  • Create route points for legs with a single arc.

New features:

  • Add tunnel and bridge names in LocationContext.

Updates:

  • Added close() method to TomTomNavigationService that needs to be called before unbindService().
  • Fix namings and documentation in ReplannedRouteValidator and RouteMergerTest.
  • Improve performance by not creating unnecessary lists in RouteMerger.
  • Promote RouteTrackingState to PP.
  • Update the documentation for RouteUpdatedListener.

Fixes:

  • Fix crash in Route.init() that can happen during route refresh.
  • Remove unnecessary dependency to online component from offline route projection.