DJI Mobile SDK Documentation

      class DJIFlightHubRealTimeFlightData

      @interface DJIFlightHubRealTimeFlightData : NSObject
      Header:DJIFlightHubBaseTypes.h
      Inherits From:NSObject
      Description:

      This class includes detail of current flight.

      Class Members:
      property
      property sn
      @property (nonatomic, readonly) NSString *sn
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets current device's serial number.

      property
      property deviceModel
      @property (nonatomic, readonly) NSString *deviceModel
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets the model of the device.

      property
      property teamID
      @property (nonatomic, readonly) NSString *teamID
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets the team's id that current device belongs to.

      property
      property date
      @property (nonatomic, readonly) NSDate *date
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets flight date.

      property
      property coordinate
      @property (nonatomic, readonly) CLLocationCoordinate2D coordinate
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets current location coordinate.

      property
      property altitude
      @property (nonatomic, readonly) float altitude
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets current altitude in meters.

      property
      property speed
      @property (nonatomic, readonly) NSUInteger speed
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets flight speed.

      property
      property yaw
      @property (nonatomic, readonly) NSInteger yaw
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets flight yaw.