Mapbox Navigation SDK version: main
For example, setting:
class CustomStyle: NightStyle {
required init() {
super.init()
mapStyleURL = URL(string: StyleURI.dark.rawValue)!
}
override func apply() {
super.apply()
}
}
lazy var carPlayManager: CarPlayManager = CarPlayManager(styles: [CustomStyle()])
has no effect on style in CarPlayMapViewController.
Mapbox Navigation SDK version:
mainFor example, setting:
has no effect on style in
CarPlayMapViewController.