DJI Mobile SDK Documentation

      class WaypointUploadProgress

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

      The upload progress of the waypoint mission operator.

      Class Members:
      property uploadedWaypointIndex
      @InitialValue @IntRange(from = 0, to = WaypointMission.MAX_WAYPOINT_COUNT - 1) int uploadedWaypointIndex
      Package:dji.common.mission.waypoint
      Description:

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

      See Also:

      WaypointMission

      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

      Summary
      property
      property isSummaryUploaded
      boolean isSummaryUploaded
      Package:dji.common.mission.waypoint
      Description:

      The waypoint mission operator has uploaded the the mission's summary (information except waypoints).