class DJIFlightHubRealTimeFlightData
| @interface DJIFlightHubRealTimeFlightData : NSObject
 | 
| Header: | DJIFlightHubBaseTypes.h | 
| Inherits From: | NSObject | 
Description:
This class includes detail of current flight.
Class Members:
property sn
| @property (nonatomic, readonly) NSString *sn
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets current device's serial number.
 
property deviceModel
| @property (nonatomic, readonly) NSString *deviceModel
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets the model of the device.
 
property teamID
| @property (nonatomic, readonly) NSString *teamID
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets the team's id that current device belongs to.
 
property date
| @property (nonatomic, readonly) NSDate *date
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets flight date.
 
property coordinate
| @property (nonatomic, readonly) CLLocationCoordinate2D coordinate
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets current location coordinate.
 
property altitude
| @property (nonatomic, readonly) float altitude
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets current altitude in meters.
 
property speed
| @property (nonatomic, readonly) NSUInteger speed
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets flight speed.
 
property yaw
| @property (nonatomic, readonly) NSInteger yaw
 | 
| Header: | DJIFlightHubBaseTypes.h | 
Description:
Gets flight yaw.