PuckBearingSource

public enum PuckBearingSource : Equatable

This enum controls how the puck is oriented

  • A setting that tells the puck to orient the bearing using heading: CLHeading

    Declaration

    Swift

    case heading
  • A setting that tells the puck to orient the bearing using course: CLLocationDirection

    Declaration

    Swift

    case course