class WaypointV2UploadProgress
interface WaypointV2UploadProgress
|
Package: | dji.common.mission.waypointv2 |
Description:
The upload progress of the waypoint mission operator.
Class Members:
Check Waypoint Summary Uploaded
method
method isSummaryUploaded
boolean isSummaryUploaded()
|
Package: | dji.common.mission.waypointv2 |
Description:
The waypoint mission operator has uploaded the mission's summary (information except waypoints).
Return:
boolean | A boolean value to check summary uploaded. |
Last Uploaded Waypoint Index
method
method getLastUploadedWaypointIndex
int getLastUploadedWaypointIndex()
|
Package: | dji.common.mission.waypointv2 |
Description:
The last uploaded waypoint's index. Waypoint is uploaded in ascending order. If no waypoint has been uploaded, the value should be -1.
Return:
int | An int value of last uploaded 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:
int | An int value of total waypoint count. |