DJI Mobile SDK Documentation

      class WaypointV2DownloadProgress

      interface WaypointV2DownloadProgress
      Package:dji.common.mission.waypointv2
      Description:

      The download progress of the waypoint mission operator.

      Class Members:
      Check Summary Downloaded
      method
      method isSummaryDownloaded
      boolean isSummaryDownloaded()
      Package:dji.common.mission.waypointv2
      Description:

      true if Waypoint summary is downloaded.

      Return:
      booleanA boolean value to check summary downloaded.
      Last Downloaded Waypoint Index
      method
      method getLastDownloadedWaypointIndex
      int getLastDownloadedWaypointIndex()
      Package:dji.common.mission.waypointv2
      Description:

      The last index of downloaded waypoint. Waypoint is downloaded in ascending order. If no waypoint has been downloaded, the value shoud be -1.

      Return:
      intAn int value of the last downloaded waypoint index.
      Total Waypoint Count
      method
      method getTotalWaypointCount
      int getTotalWaypointCount()
      Package:dji.common.mission.waypointv2
      Description:

      The total count of waypoints in the waypoint mission.

      Return:
      intAn int value of the total waypoint count.