jill-cardamon
jill-cardamon
This PR reenables codecov for MapboxGeocoder.swift.
Currently, mapbox-navigation's `AppDelegate` extends `GeocodedPlacemark` to include a `substring` property used to display the address when using search on CarPlay. This property has some complicated logic that we should not...
This PR fixes #4023 by adding three new actions to the gear button in the Example application to switch the routing profile between `.automobileAvoidingTraffic`, `.cycling`, and `.walking`. Users can switch...
### Description This PR is to implement the `SpeedLimitView` redesign. ### Implementation - [x] Add method to draw new design while maintaining backwards compatibility - [x] Adjust string for translation...
This PR adds logging functionality to CarPlay to make it easier for us to debug locally. Still needs testing on a real CarPlay head unit. Additional ideas: - output to...
### Description This PR fixes tests that would crash after merging https://github.com/mapbox/mapbox-directions-swift/pull/688 which requires options to be initialized with at least 2 waypoints.
### Description This PR reenables codecov for mapbox-navigation-ios.
The current duration of `navigationViewController.notifyUserAboutLowVolumeIfNeeded()` is only 3 seconds. If someone is not focusing on their screen, they will potentially miss it. The banner is not turned off by an...
I posted a notification in NavigationService and added a userInfoKey to CoreConstants, but I couldn't use NavigationService as a namespace by extending it with a NotificationUserInfoKey struct. I got a...
This PR reenables codecov for mapbox-directions-swift.