CLHeadingComponent

public enum CLHeadingComponent : String

Represents different components of heading data. Apple Documentation

  • The heading relative to the magnetic North Pole.

    Declaration

    Swift

    case magneticHeading = "Magnetic Heading"
  • The heading relative to the geographic North Pole.

    Declaration

    Swift

    case trueHeading = "True Heading"
  • The accuracy of the heading data in degrees.

    Declaration

    Swift

    case headingAccuracy = "Heading Accuracy"