v1.1.0-beta.2
Pre-release
Pre-release
MaximAlien
released this
22 Oct 22:47
·
2028 commits
to main
since this release
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 toMGLMapView
. In case of offline navigationMapboxNavigationService
andPassiveLocationDataSource
has to containtilesVersion
parameter of downloaded Navigation region. UndeprecatedNavigationDirections
,OfflineRouteCompletionHandler
andNavigationDirections.calculate(_:offline:completionHandler:)
and introducedNavigationDirections.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.