Maxim Makhun
Maxim Makhun
In scope of this ticket snapshot tests for `LaneView` should be implemented (for both iOS and CarPlay).
At this point there are multiple issues related to styling while using both iOS and CarPlay. One of the major issues is described in: https://github.com/mapbox/mapbox-navigation-ios/issues/3917. There are already several tests...
### Description TBA
### Description PR adds `testMapViewPointForCoordinate` to demonstrate an issue in `MapView` which converting `CLLocationCoordinate2D` to `CGPoint`.
### Mapbox Navigation SDK version `v2.1.0-rc.2` ### Steps to reproduce 1. Start music playback in application of choice (e.g. Shazam, Apple Music). 2. Try to request route, which is likely...
Fix playback issues, while playing music, re-routing sound and voice instruction at the same time.
Remove tryMixAudio() in favor of tryDuckAudio() to prevent voice instructions and music playback issues. Closing #3641.
At this point during `NavigationMapView` initialization Navigation SDK sets `MapOptions` that cannot be overridden in future by the end user. In scope of this ticket user should be provided with...
### Mapbox Navigation SDK version `v2.0.0` ### Steps to reproduce 1. Start memory leaks profiler. 2. Start active guidance navigation on iOS Simulator. 3. Repeatedly switch between overview and following...
### Mapbox Navigation SDK version main ### Steps to reproduce 1. Start active navigation trip on CarPlay. 2. Wait till ride finishes and set rating for it. 3. Observe behavior....
### Mapbox Navigation SDK version v2.4.0-rc.2 ### Steps to reproduce 1. Start example in active navigation. 2. Observe behavior. ### Expected behavior Default day style should be used. ### Actual...