groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.device.pilotingitf
/
FlightPlanPilotingItf
/
RecoveryInfo
Recovery
Info
interface
RecoveryInfo
Information for flight plan execution recovery.
Members
Functions
get
Custom
Id
Link copied to clipboard
@
NonNull
abstract
fun
getCustomId
(
)
:
String
Gets custom identifier.
get
Id
Link copied to clipboard
@
NonNull
abstract
fun
getId
(
)
:
String
Gets flight plan identifier.
get
Latest
Mission
Item
Executed
Link copied to clipboard
abstract
fun
getLatestMissionItemExecuted
(
)
:
Int
Gets index of the latest mission item completed.
get
Resource
Id
Link copied to clipboard
@
Nullable
abstract
fun
getResourceId
(
)
:
String
Retrieves identifier of first resource for latest media capture.
get
Running
Time
Link copied to clipboard
@
IntRange
(
from
=
0
)
abstract
fun
getRunningTime
(
)
:
Long
Tells flight plan running time, in seconds.