DJI Mobile SDK Documentation

      class DJIWaypointDownloadProgress

      @interface DJIWaypointDownloadProgress : NSObject
      Header:DJIWaypointMissionTypes.h
      Inherits From:NSObject
      Description:

      The download progress of the waypoint mission operator.

      Class Members:
      Count
      property
      property totalWaypointCount
      @property(nonatomic, readonly) NSUInteger totalWaypointCount
      Header:DJIWaypointMissionTypes.h
      Description:

      The total count of waypoints in the waypoint mission.

      property downloadedWaypointIndex
      @property(nonatomic, readonly) NSInteger downloadedWaypointIndex
      Header:DJIWaypointMissionTypes.h
      Description:

      The index of the last downloaded waypoint. Information for each waypoint is downloaded one by one in ascending order. If no waypoint has been downloaded, the value will be -1.