class WaypointV2MissionDownloadEvent
interface WaypointV2MissionDownloadEvent
|
Package: | dji.common.mission.waypointv2 |
Description:
The download event of a waypoint mission.
Class Members:
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:
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: