CarPlayCompassView

open class CarPlayCompassView : StylableView

A control indicating the direction that the vehicle is traveling towards.

  • Sets the course, rounds it to closest 45°, and draws the cardinal direction on the label.

    Declaration

    Swift

    open var course: CLLocationDirection { get set }