CarPlayManager

CarPlayManager is the main object responsible for orchestrating interactions with a Mapbox map on CarPlay.

You do not create instances of this object yourself; instead, use the CarPlayManager.shared class property.

Messages declared in the CPApplicationDelegate protocol should be sent to this object in the containing application’s application delegate. Implement CarPlayManagerDelegate in the containing application and assign an instance to the delegate property of the CarPlayManager shared instance.