class FlyToParam
Package: | dji.v5.manager.intelligent.flyto |
Description:
Parameter of Fly-To task.
Supported since MSDK 5.14.0
Class Members:
Members
method getFlyToMode
Package: | dji.v5.manager.intelligent.flyto |
Description:
Gets the mode of the fly to target function.
Return:
FlyToMode | Returns the mode of the fly to target function. |
method setFlyToMode
void setFlyToMode(FlyToMode flyToMode)
|
Package: | dji.v5.manager.intelligent.flyto |
Description:
Sets the mode of fly to target.
FlyToMode flyToMode | The mode of fly to target. |
method getHeight
Package: | dji.v5.manager.intelligent.flyto |
Description:
Gets the set target point height.
Return:
Integer | Returns the set target point height. |
method setHeight
void setHeight(Integer height)
|
Package: | dji.v5.manager.intelligent.flyto |
Description:
Sets the height of fly to target.
Integer height | The height of fly to target. |