Maxim Makhun
Maxim Makhun
**Mapbox Navigation SDK version:** `main` After reverting back `NavigationMapView.shape(forCasingOf:legIndex:)` in https://github.com/mapbox/mapbox-navigation-ios/pull/2623 main route casing for vanishing route line is no longer in sync during active-guidance navigation. For example: @Udumft, @1ec5...
**Mapbox Navigation SDK version:** `1.1.0` ### Steps to reproduce Implement such `NavigationViewControllerDelegate` method: ```swift func navigationViewController(_ navigationViewController: NavigationViewController, mainRouteStyleLayerWithIdentifier identifier: String, source: MGLSource) -> MGLStyleLayer? { let layer = MGLLineStyleLayer(identifier:...
At this point iOS shows route duration annotations along available routes by calling `NavigationMapView.showRouteDurations(along:)`. In scope of this ticket similar functionality should be exposed on CarPlay.
In scope of this ticket UI components, which are available publicly and marked with `/// :nodoc:` should be documented. Some examples include classes in `Style.swift`, `WayNameView.swift`, `NextBannerView.swift` etc.
Mapbox Static `v0.13.0` that contains https://github.com/mapbox/MapboxStatic.swift/pull/118.
Currently when creating standalone `NavigationMapView` `styleURL` is set to [mapbox://styles/mapbox/streets-v11](url). In case when creating `NavigationViewController` `NavigationMapView` sets `styleURL` to [mapbox://styles/mapbox-map-design/ckd6dqf981hi71iqlyn3e896y](url). In both cases the same `styleURL` should be used, which...
### Description In this PR: - `Status` initializer was made public. - `NavigationViewController.topContainerViewController` and `NavigationViewController.bottomContainerViewController` were made public.
PR fixes typo in `README.md`.