AUTELMisstionRecordModel
class AUTELMisstionRecordModel
@interface AUTELMisstionRecordModel : NSObject
Describe:Task recording info.
property coordinate
@property(nonatomic, assign) CLLocationCoordinate2D coordinate;
Describe: Coordinate of the waypoint in degrees.。
property height
@property(nonatomic, assign) double height;
Describe: This property describes the altitude of aircraft is the relative altitude of the take off point when it reaches the waypoint. The value of altitude in meters. The valid range for the altitude is from 0m to 800m. The altitude value must be smaller than maximum flight altitude. We can invoke [AUTELFlightLimitation getMaxFlightHeightWithCompletion:] and [AUTELFlightLimitation setMaxFlightHeight:withCompletion:] to read and write flight altitude limitation.
property altitude
@property (nonatomic) double altitude;
Describe: Altitude
property headAngle
@property (nonatomic) float headAngle;
Describe: head angle
property cameraPitch
@property (nonatomic) float cameraPitch;
Describe:camera pitch。
property cameraYaw
@property (nonatomic) float cameraYaw;
Describe: camera yaw.
property cameraRoll
@property (nonatomic) float cameraRoll;
Describe: camera roll.
property cameraZoom
@property (nonatomic, assign) float cameraZoom;
Describe: camera zoom.
property filePath
@property (nonatomic, copy) NSString *filePath;
Describe: file path.