-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct
NavigationMatchOptions
congestion level in cycling profile … (
#4564) * Correct `NavigationMatchOptions` congestion level in cycling profile (#4563) Correct the `.numericCongestionLevel` attribute to `.congestionLevel` when using the cycling profile. This is the same as #3495 (#3496) but for `NavigationMatchOptions` instead of `NavigationRouteOptions`. https://github.com/mapbox/mapbox-navigation-ios/blob/ff4873f77bd91505820e6027f1a4a43efc4a7a3d/Sources/MapboxCoreNavigation/NavigationRouteOptions.swift#L28-L34 Signed-off-by: Matt Robinson <[email protected]> * Use .numericCongestionLevel option only for driving/traffic profile * Update logic in NavigationRouteOptions * Update changelog * Fix tests --------- Signed-off-by: Matt Robinson <[email protected]> Co-authored-by: Matt Robinson <[email protected]>
- Loading branch information
1 parent
ff4873f
commit 2c637ce
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters