v3.4.0-beta.1
Pre-release
Pre-release
Packaging
- MapboxNavigationCore now requires MapboxNavigationNative v318.0.0.
- MapboxNavigationCore now requires MapboxMaps v11.7.0-beta.1.
- MapboxNavigationCore now requires Turf-swift v3.0.0.
CarPlay
- Added new method
previewRoutes(to destination: Waypoint) async
in CarPlayManager. - Added new method
previewRoutes(between waypoints: [Waypoint]) async
in CarPlayManager. - Added new method
previewRoutes(for options: RouteOptions) async
in CarPlayManager.
Location
- Fixed the issue that a map-matched location was sent instead of a raw location in
MapMatchingState.location
. Switch toMapMatchingState.enhancedLocation
if you need a map-matched location.
Other changes
NavigatorErrors.UnexpectedNavigationStatus
is now public.- Improved Telemetry UI-related data collection from the main thread.
- Reported road names will now also respect user languages preferences.
- Fixed a UI bug when the opened steps list view was not updated and sometimes had a blank space at the top.
- Added more feedback categories for Active Guidance.
- Added missing languages for the
SAME_TIME
label localization.