class FlySafeWarningInformation |
Package: | dji.v5.manager.aircraft.flysafe.info |
Fly safety warning information. Including the event enumeration and description of fly safety warning information, height limit and fly zone information. Supported since MSDK 5.3.0
FlySafeWarningEvent getEvent() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the event of fly safety warning. Supported since MSDK 5.3.0
FlySafeWarningEvent | Returns the event of fly safety warning. |
String getDescription() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the description of fly safety warning. Supported since MSDK 5.3.0
String | Returns the description of fly safety warning. |
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