sessionConfiguration(_:contentStyleChanged:)
Tells the delegate that the vehicle changed its selected content style.
Declaration
optional func sessionConfiguration(_ sessionConfiguration: CPSessionConfiguration, contentStyleChanged contentStyle: CPContentStyle)Parameters
- sessionConfiguration:
The current session configuration.
- contentStyle:
The vehicle’s selected content style.
Discussion
The vehicle selects the content style according to the ambient light level, which can change periodically. Use this method to make sure your navigation app is always drawing the most appropriate style of map content in its base view.