Minh Nguyễn
Minh Nguyễn
Additionally, applications that use InstructionsCardViewController would expect the CarPlay maneuver panel to automatically switch to a highlight color when nearing a maneuver.
> We can have a nightly CI job Does this need to be a nightly job, or can we add a per-commit CI bot that tests the minimum dependency configuration...
Unfortunately, this is a design decision on the part of the Mapbox GL project. You can read the rationale here: https://github.com/mapbox/mapbox-gl-js/issues/2351#issuecomment-202586487 https://github.com/mapbox/mapbox-gl-js/issues/3427#issuecomment-262354870. Consider setting `MGLLineStyleLayer.linePattern` to an image that contains...
Although a dotted line isn’t part of the style specification, the navigation SDK should use a dashed line to represent any walking segment of a route based on the `RouteStep.transportType`...
This may be blocked by a regression in the map SDK: mapbox/mapbox-maps-ios#381. Need to visually confirm that the tails still point to the route line and that the bubble can...
1ef5c186bffc30b7f9976e6a102d347d3942cb19 has been rebased to squash some intermediate commits.
> This may be blocked by a regression in the map SDK: [mapbox/mapbox-maps-ios#381](https://github.com/mapbox/mapbox-maps-ios/issues/381). Need to visually confirm that the tails still point to the route line and that the bubble...
> MapboxNavigationNative can provide a list of “keypoints” that we can use in interpolation. #2789 would expose these keypoints.
User interface style is a [trait](https://developer.apple.com/documentation/uikit/uitraitcollection/1651063-userinterfacestyle) that we could observe changes to.
This is very unexpected for a native application; I’m not sure what could cause that to happen. Do you see random language switching in any other part of your application?...