class DJIFlightHubFlightHistoricalDetail
@interface DJIFlightHubFlightHistoricalDetail : NSObject
|
Header: | DJIFlightHubBaseTypes.h |
Inherits From: | NSObject |
Description:
This class provides the detail information for one flight. It includes aircraft information, flight location and statistics data.
Class Members:
property orderID
@property (nonatomic, readonly) NSString *orderID
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the order ID of the flight.
property sn
@property (nonatomic, readonly) NSString *sn
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the aircraft's serial number of the flight.
property deviceModel
@property (nonatomic, readonly) NSString *deviceModel
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the device model of the flight.
property teamID
@property (nonatomic, readonly) NSString* teamID
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the team ID of the flight.
property account
@property (nonatomic, readonly) NSString *account
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the account of the flight.
property address
@property (nonatomic, readonly) NSString *address
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the address of the flight.
property startTime
@property (nonatomic, readonly) NSDate *startTime
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the start time of the flight.
property maxFlightTime
@property (nonatomic, readonly) NSUInteger maxFlightTime
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the maximum flight time during the flight in seconds.
property minFlightTime
@property (nonatomic, readonly) NSInteger minFlightTime
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the minimum flight time during the flight in seconds.
property distance
@property (nonatomic, readonly) NSInteger distance
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the flight distance in meters.
property duration
@property (nonatomic, readonly) double duration
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets flight duration in seconds.
property peakHeight
@property (nonatomic, readonly) double peakHeight
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the peak height in meters during the flight.