DJI Mobile SDK Documentation

      class WaypointV2MissionDownloadEvent

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

      The download event of a waypoint mission.

      Class Members:
      Progress
      method
      method getProgress
      @Nullable
      WaypointV2DownloadProgress getProgress()
      Package:dji.common.mission.waypointv2
      Description:

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

      Return:
      WaypointV2DownloadProgressAn object of WaypointV2DownloadProgress.
      method
      method getError
      @Nullable
      DJIWaypointV2Error getError()
      Package:dji.common.mission.waypointv2
      Description:

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

      Return:
      DJIWaypointV2ErrorAn object of DJIWaypointV2Error.