GSOrientationDirective

@objc(GSOrientationDirective)
public enum GSOrientationDirective : Int

Objective-C version of OrientationDirective.

Note

This enum is for Objective-C only. Swift must use the enum OrientationDirective.
  • Orientation for which the drone won’t change its heading.

    Declaration

    Swift

    case none
  • Orientation for which the drone will make a rotation to look in direction of the given location before moving to the location.

    Declaration

    Swift

    case toTarget
  • Orientation for which the drone will orientate itself to the given heading before moving to the location.

    Declaration

    Swift

    case headingStart
  • Orientation for which the drone will orientate itself to the given heading while moving to the location.

    Declaration

    Swift

    case headingDuring