DJIHotPointHeading
enum DJIHotPointHeading : NSUInteger {}
Heading of the aircraft while orbiting the hot point.
-
Heading is in the forward direction of travel along the circular path.
Declaration
Objective-C
DJIHotPointHeadingAlongCircleLookingForward -
Heading is in the backward direction of travel along the circular path.
Declaration
Objective-C
DJIHotPointHeadingAlongCircleLookingBackward -
Heading is toward the hotpoint.
Declaration
Objective-C
DJIHotPointHeadingTowardHotPoint -
Heading is in the direction of the vector, defined by the hotpoint and the aircraft, in the direction away from the hotpoint.
Declaration
Objective-C
DJIHotPointHeadingAwayFromHotPoint -
Heading is controlled by the remote controller.
Declaration
Objective-C
DJIHotPointHeadingControlledByRemoteController -
The heading remains as the heading of the aircraft when the mission started.
Declaration
Objective-C
DJIHotPointHeadingUsingInitialHeading
View on GitHub
DJIHotPointHeading Enum Reference