Major changes in the CarPlay logic in the Navigation SDK v3 since Navigation SDK v2
CarPlayManager
initializes
- The main difference is that the old deprecated initializes have been removed and added new initializes for creating
CarPlayManager
. To get instance ofMapboxNavigationProvider
reach out the main migration guide for SDK v3
@MainActor init(navigationProvider: MapboxNavigationProvider, styles: [Style]? = nil)