Skip to content

v2.15.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 07 Jul 17:19
· 70 commits to main since this release
4cf4863

Changes since v2.14.0:

Packaging

Routing

  • Route request timeout errors are now considered failures as opposed to cancellations. RouterDelegate.router(_:didFailToRerouteWith:) will be called in this case. (#4490)

CarPlay

  • Added new CarPlayManagerDelegate.carPlayManagerWillCancelPreview(_:configuration:) delegate method to allow for customization of route cancellation behavior. If configuration.popToRoot is true, the popToRootTemplate method is called to navigate to the root template. This change enhances the flexibility of route cancellation in CarPlay. (#4495)

Electronic horizon

Note: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing. Use of the feature is subject to the beta product restrictions in the Mapbox Terms of Service. Mapbox reserves the right to eliminate any free tier or free evaluation offers at any time and require customers to place an order to purchase the Mapbox Electronic Horizon feature, regardless of the level of use of the feature.

  • Added RoadObjectKind.unknown for an unknown type of road object. (#4490)

Other changes

  • Fixed an issue when starting NavigationViewController with injected NavigationService (for example via CarPlay) could result in alternative routes not showing on the map. (#4489)
  • Fixed an issue where the EndOfRouteViewController was not properly localized. (#4494)

Documentation is available online or within Xcode.