mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Text layers from Nav SDK should pick up font stack from map style road label layer
As we add more UI elements via symbol style layers to the Nav SDK Map style, we should default to using the font stack specified in the road label layer as what is used for any text.
Current examples of Map UI include:
- Route Duration Annotations: https://github.com/mapbox/mapbox-navigation-ios/pull/2873/
- Intersection Annotations via Electronic Horizon: https://github.com/mapbox/mapbox-navigation-ios/pull/2928