DJIHotPointStartPoint
enum DJIHotPointStartPoint : NSUInteger {}
Aircraft starting point relative to the hot point.
-
Start from the North.
Declaration
Objective-C
DJIHotPointStartPointNorth -
Start from the South.
Declaration
Objective-C
DJIHotPointStartPointSouth -
Start from the West.
Declaration
Objective-C
DJIHotPointStartPointWest -
Start from the East
Declaration
Objective-C
DJIHotPointStartPointEast -
Start the circle surrounding the hotpoint at the nearest point on the circle to the aircraft’s current location.
Declaration
Objective-C
DJIHotPointStartPointNearest
View on GitHub
DJIHotPointStartPoint Enum Reference