class FlySafeTipInformation
class FlySafeTipInformation
|
Package: | dji.common.flysafe.notification |
Description:
This class contains DJI flying safety tip related to fly zones. The event
indicates the reason. Use description
method to get detail information.
Class Members:
method getEvent
FlySafeTipEvent getEvent()
|
Package: | dji.common.flysafe.notification |
Description:
Returns the event of DJI flying safety tip.
Return:
method getHeightLimit
Package: | dji.common.flysafe.notification |
Description:
Returns the height limit of current fly zone.
Return:
int | An int value of the height limit. |
method getDescription
Package: | dji.common.flysafe.notification |
Description:
Returns the description of fly zone tip information.
Return:
String | The String of the description. |
enum FlySafeTipEvent
Package: | dji.common.flysafe.notification |
Description:
DJI Flying safety tip.
Enum Members:
TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPS | The aircraft is below the height limit zone and has no GPS signal, please pay attention to flight safety. |
TAKE_OFF_IN_HEIGHT_LIMIT_ZONE | The aircraft is below the height limit zone, please pay attention to flight safety. |
TAKE_OFF_IN_WARNING_AREA | The aircraft is in the warning zone, please pay attention to flight safety. |
TOUCH_NO_FLY_ZONE | The aircraft has touched the no-fly zone, please control the aircraft as far as possible. |
TOUCH_AUTHORIZATION_ZONE | The aircraft has touched the authorized area, please control the aircraft as far as possible. |
REACH_MAXIMUM_FLIGHT_HEIGHT | The aircraft has reached the maximum flight height in the height limit zone. |
RTH_AFFECTED_AT_BOUNDARY_OF_GEO_ZONE | Your aircraft is at the boundary of a GEO Zone, Return To Home may be affected. Please fly away with caution. |
AT_BOUNDARY_OF_CUSTOM_UNLOCK_ZONE | Your aircraft is at the boundary of an Custom Unlocking Zone. |
UNKNOWN | Unknown. |
Class Members: