Skip to content

Custom style cannot be applied for CarPlayMapViewController. #3224

Description

@MaximAlien

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

CarPlayBugs, improvements and feature requests on Apple CarPlayUIWork related to visual components, Android Auto, Camera, 3D, voice, etc.

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions