Maxim Makhun
Maxim Makhun
### Description - Remove shadow that is applied to `FloatingButton` to be aligned with other stylable views and to improve performance (shadow usage leads to such warning: `The layer is...
In iOS 13.0 `CPManeuver.symbolSet` was deprecated in favor of `CPManeuver.symbolImage`. In scope of this ticket usage of this deprecated symbol should be replaced with new APIs. Since iOS 12 is...
At this point `NavigationMapView.showRouteDurations(along:)` allows to show route duration annotations for a list of routes. In scope of this ticket user should be given the ability to detect taps on...
### Mapbox Navigation SDK version `release-v2.4` ### Steps to reproduce Run `$ swift package update` in the root directory. ### Expected behavior Project should update dependencies without any issues. ###...
PR adds `PreviewViewController` that allows to preview destination and routes and transition to `NavigationViewController`. `PreviewViewController` can be in three states: - Browsing - Destination(s) preview - Route(s) preview Internally `PreviewViewController`...
### Description PR updates `BottomBannerViewController` to the new design.
### Description Fixes #3972. PR adds `LaneView` snapshot tests to verify whether appearance styling colors are applied correctly for specific trait collections.
### Mapbox Navigation SDK version v2.7.0-alpha.1 ### Steps to reproduce 1. Open example application on iOS and CarPlay. 2. Request route that contains `GenericRouteShield`s. 3. Start active navigation. 4. Change...
### Mapbox Navigation SDK version main ### Steps to reproduce 1. Start example application on iPad. 2. Split screen and select another application to be shown on a screen along...
`CPManeuver` exposes [junctionImage](https://developer.apple.com/documentation/carplay/cpmaneuver/3081779-junctionimage) property that allows to show more visual details about the maneuver. In scope of this ticket possibility of integration of such property should be investigated and (if...