SpeedType

public enum SpeedType : Int, CustomStringConvertible

Speed type.

  • Air speed.

    Declaration

    Swift

    case airSpeed = 0
  • Ground speed.

    Declaration

    Swift

    case groundSpeed = 1
  • Debug description.

    Declaration

    Swift

    public var description: String { get }