PuckBearingSource

public enum PuckBearingSource : Equatable

Controls how the puck is oriented

  • The puck should set its bearing using heading: CLHeading

    Declaration

    Swift

    case heading
  • The puck should set its bearing using course: CLLocationDirection

    Declaration

    Swift

    case course