class FlySafeSeriousWarningInformation |
Package: | dji.v5.manager.aircraft.flysafe.info |
Fly safety serious warning information. Including the event enumeration and description of fly safety serious warning information, automatic landing countdown, height limit and fly zone information. Supported since MSDK 5.3.0
FlySafeSeriousWarningEvent getEvent() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the event of fly safety serious warning. Supported since MSDK 5.3.0
FlySafeSeriousWarningEvent | Returns the event of fly safety serious warning. |
String getDescription() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the description of fly safety serious warning. Supported since MSDK 5.3.0
String | Returns the description of fly safety serious warning. |
int getCountdown() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the countdown to start automatically landing. After the countdown is over, it will automatically drop to the limit height, you will not be able to control the throttle, but you can adjust the horizontal direction to avoid obstacles. Supported since MSDK 5.3.0
int | Returns the countdown to start automatically landing. |
int getHeightLimit() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the height limit of current fly zone. Returns 0 if not in the height limit zone. Supported since MSDK 5.3.0
int | Returns the height limit of current fly zone. |
List<FlyZoneInformation> getFlyZoneInformation() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets information about the fly zones. Returns null if not in a restricted fly zone. Supported since MSDK 5.3.0
List<FlyZoneInformation> | Returns information about the fly zones. |
{{searchCount}} Results