Maxim Makhun
Maxim Makhun
While injecting `NavigationMapView` to the `NavigationViewController` several of its properties will be irrevocably modified. It'll lead to undefined behavior while invoking camera updates, calling delegate methods etc. In scope of...
Since `CarPlayManagerDelegate.carPlayManagerDidEndNavigation(_:)` was replaced by `CarPlayManagerDelegate.carPlayManagerDidEndNavigation(_:byCanceling:)` but couldn't be deprecated/obsoleted because of various issues described in this [comment](https://github.com/mapbox/mapbox-navigation-ios/pull/3731/files#r802161994) it'll have to be removed in next major release.
### Mapbox Navigation SDK version v2.0.0-rc.3 ### Steps to reproduce 1. Start example application. 2. Request really short route. 3. Observe behavior. ### Expected behavior Camera animation should be smooth....
In scope of this ticket appearance of the `SpeedLimitView` UI component should be covered with snapshot tests.
In scope of https://github.com/mapbox/mapbox-navigation-ios/pull/3757 `HighlightedButton`, `LineView`, `ManeuverContainerView`, `MarkerView`, `ProgressBar`, `TitleLabel`, `ReportButton` and `SubtitleLabel` UI components were deprecated as they're no longer used. In scope if this ticket in `v3.0.0` they...
CarPlay related components should have higher test coverage. Some areas of improvement include: - Tests for `CarPlaySearchController`. - Possibility of using real `CPInterfaceController` instead of fake one (might not be...
At this point when switching to overview mode only currently active leg will be visible, for example: ![Simulator Screen Shot - iPhone 13 Pro Max - 2022-01-12 at 17 51...
### Description PR adds example that allows to showcase preview mode (with the ability to start active navigation as well).
### Description PR adds the ability to preview destination and routes via `PreviewViewController`. For example: https://user-images.githubusercontent.com/1496498/194180739-15f8e831-c5f5-482f-aecb-70499112909b.mov
### Description Update dependencies to Mapbox Maps `v10.9.0-rc.1`, Navigation Native `v117.0.0` and Common `v23.1.0-rc.2`.