class SpotLightTarget
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Target of the spotlight function.
Supported since MSDK 5.14.0
Class Members:
Members
method getTargetType
TargetType getTargetType()
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Gets the target type of the spotlight function.
Return:
TargetType | Returns the target type of the spotlight function. |
method setTargetType
void setTargetType(TargetType targetType)
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Sets target type of spotlight function.
TargetType targetType | Target type of spotlight function |
method getTargetIndex
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Gets the index of spotlight function.
Return:
Integer | Returns the index of spotlight function. |
method setTargetIndex
void setTargetIndex(Integer targetIndex)
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Sets the target index of spotlight function.
Integer targetIndex | Target index of spotlight function. |
method getTargetLocation
LocationCoordinate3D getTargetLocation()
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Gets the target location of spotlight function.
Return:
method setTargetLocation
void setTargetLocation(LocationCoordinate3D targetLocation)
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Sets the target location of SpotLight function.
method getTargetRect
DoubleRect getTargetRect()
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Gets the target Rectangle of SpotLight function.
Return:
DoubleRect | Returns the target Rectangle of SpotLight function. |
method setTargetRect
void setTargetRect(DoubleRect targetRect)
|
Package: | dji.v5.manager.intelligent.spotlight |
Description:
Sets the target Rectangle of spotlight function.
DoubleRect targetRect | Target Rectangle of spotlight function. |