class FlyToCapability
Package: | dji.v5.manager.intelligent.flyto |
Description:
Capability of Fly-To task.
Supported since MSDK 5.14.0
Class Members:
Members
method getSupportedFlyModes
private List<FlyToMode> getSupportedFlyModes()
|
Package: | dji.v5.manager.intelligent.flyto |
Description:
Gets the target types supported by the fly-to target function.
Return:
private List<FlyToMode> | Returns the target types supported by the fly-to target function. |
method getHeightRange
DoubleMinMax getHeightRange()
|
Package: | dji.v5.manager.intelligent.flyto |
Description:
Gets the supported altitude range for the target point.
Return:
DoubleMinMax | Returns the supported altitude range for the target point. |