Skip to content

Mapbox Navigation SDK 2.13.2

Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 15 Jun 20:25
· 1 commit to release-v2.13 since this release
bde9b0e

Mapbox Navigation SDK 2.13.2 - 15 June, 2023

Changelog

Changes between v2.13.1 and v2.13.2

Features

Bug fixes and improvements

  • Fixed redundant route alternatives request when a single primary route is set. #7267
  • Fixed lagging of enhanced location updates, i.e. when they're behind the real position, in tunnels. #7267
  • Added experimental and temporary (i.e. it will be removed in one of the next releases) OnlineRouteAlternativesSwitch which requests online route when the current route is offline and automatically switches if such a route is found. It's designed for the case when platform's reachability API doesn't work reliably. #7264
  • Changed RouteProgress#hasUnexpectedUpcomingClosures behavior: now it returns false if there are only "expected" closures. A closure is considered expected if it was present in the original route response. An unexpected closure is the one that appears after route refresh. #7240

Known issues ⚠️

  • Route refresh base URL is not set via RouteOptions#baseUrl. Instead, NavigationOptions#routingTilesOptions#tilesBaseUri is used for refresh.

Mapbox dependencies

This release depends on, and has been tested with, the following Mapbox dependencies:

  • Mapbox Maps SDK v10.13.0 (release notes)
  • Mapbox Navigation Native v132.5.1
  • Mapbox Core Common v23.5.0
  • Mapbox Java v6.11.0 (release notes)