PuckBearingSource

public enum PuckBearingSource : Equatable

Controls how the puck is oriented

  • The puck should set its bearing using heading: CLHeading. Bearing will mimic user’s spatial orientation.

    Declaration

    Swift

    case heading
  • The puck should set its bearing using course: CLLocationDirection. Bearing will mimic the general direction of travel.

    Declaration

    Swift

    case course