GuidedType

@objc(GSGuidedType)
public enum GuidedType : Int, CustomStringConvertible

Guided move type.

  • Moves the drone to an absolute position and altitude.

    Declaration

    Swift

    case absoluteLocation
  • Moves the drone to a position, relative to its current position and altitude.

    Declaration

    Swift

    case relativeMove
  • Debug description.

    Declaration

    Swift

    public var description: String { get }