DJI Mobile SDK Documentation

      class WaypointDownloadProgress

      @EXClassNullAway
      class WaypointDownloadProgress
      Package:dji.common.mission.waypoint
      Description:

      The download progress of the waypoint mission operator.

      Class Members:
      Summary
      property
      property isSummaryDownloaded
      boolean isSummaryDownloaded
      Package:dji.common.mission.waypoint
      Description:

      true if Waypoint summary is downloaded.

      Count
      property
      property totalWaypointCount
      @InitialValue @IntRange(from = WaypointMission.MIN_WAYPOINT_COUNT, to = WaypointMission.MAX_WAYPOINT_COUNT)
      int totalWaypointCount
      Package:dji.common.mission.waypoint
      Description:

      The total count of waypoints in the waypoint mission.

      See Also:

      WaypointMission, WaypointMission

      property downloadedWaypointIndex
      @InitialValue @IntRange(from = 0, to = WaypointMission.MAX_WAYPOINT_COUNT - 1) int downloadedWaypointIndex
      Package:dji.common.mission.waypoint
      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.

      See Also:

      WaypointMission