DJI Mobile SDK Documentation

      class DJIWaypointMissionDownloadEvent

      @interface DJIWaypointMissionDownloadEvent : NSObject
      Header:DJIWaypointMissionOperator.h
      Inherits From:NSObject
      Description:

      The download event of a waypoint mission.

      Class Members:
      Progress
      property
      property progress
      @property (nonatomic, readonly, nullable) DJIWaypointDownloadProgress *progress
      Header:DJIWaypointMissionOperator.h
      Description:

      The download progress of the mission. It is nil if there is an error during download.

      See Also:

      DJIWaypointDownloadProgress

      Error
      property
      property error
      @property (nonatomic, readonly, nullable) NSError *error
      Header:DJIWaypointMissionOperator.h
      Description:

      The encountered error during download if there is any. Otherwise, it is nil.