class DJIFlightHubFlightPathNode
@interface DJIFlightHubFlightPathNode : NSObject
|
Header: | DJIFlightHubBaseTypes.h |
Inherits From: | NSObject |
Description:
The class provide flight information of a node in flight path.
Class Members:
property date
@property (nonatomic, readonly) NSDate *date
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the flight date.
property deviceModel
@property (nonatomic, readonly) NSString *deviceModel
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets flight device's model.
property flightTime
@property (nonatomic, readonly) NSUInteger flightTime
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the flight time.
property coordinate
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the location coordinate of the flight node.
property altitude
@property (nonatomic, readonly) float altitude
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the altitude of the flight node.
property speed
@property (nonatomic, readonly) double speed
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the flight speed (m/s).
property yaw
@property (nonatomic, readonly) double yaw
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets flight yaw in degree.