v0.16.0-beta.1
Pre-release
Pre-release
·
5932 commits
to main
since this release
User interface
- While the user travels through a tunnel,
NavigationMapViewtemporarily applies a night style (a style whosestyleTypeproperty is set toStyleType.night). (#1127) - The user can reveal the list of upcoming steps by swiping downward from the top banner. (#1150)
- Renamed
StyleType.dayStyleandStyleType.nightStyletoStyleType.dayandStyleType.night, respectively. (#1250) - Fixed an issue causing the overview map to insist on centering the route upon each location update. (#1223)
- Improved the contrast of
TimeRemainingLabel.trafficSevereColoragainstBottomBannerView.backgroundColorinNightStyle. (#1228) - Fixed an issue where a slash appeared between two shields in the top banner. (#1169)
- Fixed an issue where using
NavigationMapViewControllerDelegate.navigationMapView(_:imageFor:)would not override the destination annotation. #1256
Spoken instructions
- Audio data for spoken instructions is cached in device storage to minimize data usage. (#12296)
Core Navigation
- Renamed the
RouteController.reroutesOpportunisticallyproperty toRouteController.reroutesProactively,RouteControllerOpportunisticReroutingIntervalglobal variable toRouteControllerProactiveReroutingInterval, and theRouteControllerNotificationUserInfoKey.isOpportunisticKeyvalue toRouteControllerNotificationUserInfoKey.isProactiveKey. (#1230) - Added a
RouteStepProgress.currentIntersectionproperty that is set to the intersection the user has most recently passed along the route. (#1127) - Fixed an issue where the
RouteStepProgress.upcomingIntersectionproperty was always set to the current step’s first intersection. (#1127) - Added support for using the Mapbox Map Matching API. #1177
Other changes
- Added Arabic and European Portuguese localizations. (#1252)
Installation
To install this prerelease via CocoaPods, point your Podfile to both the following URLs:
pod 'MapboxCoreNavigation', :podspec => 'https://raw.githubusercontent.com/mapbox/mapbox-navigation-ios/v0.16.0-beta.1/MapboxCoreNavigation.podspec'
pod 'MapboxNavigation', :podspec => 'https://raw.githubusercontent.com/mapbox/mapbox-navigation-ios/v0.16.0-beta.1/MapboxNavigation.podspec'