DJI Mobile SDK Documentation

      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
      property date
      @property (nonatomic, readonly) NSDate *date
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets the flight date.

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

      Gets flight device's model.

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

      Gets the flight time.

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

      Gets the location coordinate of the flight node.

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

      Gets the altitude of the flight node.

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

      Gets the flight speed (m/s).

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

      Gets flight yaw in degree.