Skip to content

v1.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MaximAlien MaximAlien released this 22 Oct 22:47
· 2028 commits to main since this release
89f6cf5

Changes since v1.1.0-beta.1:

  • MapboxNavigationNative dependency was updated to v22.0.5 and MapboxCommon to v7.1.2. (#2648)
  • Added Offline Service support for Maps and Navigation. To allow Mapbox Maps SDK to pick up downloaded regions, OfflineService has to be instantiated prior to MGLMapView. In case of offline navigation MapboxNavigationService and PassiveLocationDataSource has to contain tilesVersion parameter of downloaded Navigation region. Undeprecated NavigationDirections, OfflineRouteCompletionHandler and NavigationDirections.calculate(_:offline:completionHandler:) and introduced NavigationDirections.configureRouter(tilesVersion:) to be able to request route in offline. (#2653)
  • Fixed an issue where the End of route view UI is broken prior to iOS 11. (#2690)
  • Fixed an issue where completed waypoints remained on map after rerouting. (#2378)
  • Fixed an issue where positioning icon was not highlighted on CarPlay when using iOS 14.0. (#2681)

Documentation is available online or within Xcode.