Skip to content

v3.25.0

Latest

Choose a tag to compare

@roopepal roopepal released this 11 Jun 18:33
· 8 commits to main since this release

Packaging

API Deprecations

  • Deprecated NavigationMapView.init(location:routeProgress:navigationCameraType:heading:predictiveCacheManager:) instead in favor of NavigationMapView.init(location:routeProgress:routeRefreshing:navigationCameraType:heading:predictiveCacheManager:) instead.

Routing

  • Fixed a race condition that could cause the latest traffic information to be missing when alternative routes are available.
  • Fixed a possible route refresh error when the refreshed data contains an incident with an empty alertCodes array.