SmartTakeOffLandAction

@objc(GSSmartTakeOffLandAction)
public enum SmartTakeOffLandAction : Int, CustomStringConvertible

Action performed when smartTakeOffLand() is called.

  • Take Off from ground.

    Declaration

    Swift

    case takeOff
  • Request the copter to get prepared for a thrown take off.

    Declaration

    Swift

    case thrownTakeOff
  • The drone is flying or taking off, or a thrown take off is in progress so action will be land.

    Declaration

    Swift

    case land
  • No action.

    Declaration

    Swift

    case none
  • Debug description.

    Declaration

    Swift

    public var description: String { get }