class DJIFlyingSafetyTip
@interface DJIFlyingSafetyTip : NSObject
|
| Header: | DJIFlyZoneBaseTypes.h |
| Inherits From: | NSObject |
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:
property event
@property(nonatomic, readonly) DJIFlyingSafetyTipEvent event
|
| Header: | DJIFlyZoneBaseTypes.h |
Description:
Returns the event of DJI flying safety tip.
See Also:
DJIFlyingSafetyTipEvent
property heightLimit
@property(nonatomic, readonly) NSInteger heightLimit
|
| Header: | DJIFlyZoneBaseTypes.h |
Description:
Returns the height limit of current fly zone.
enum DJIFlyingSafetyTipEvent
typedef NS_ENUM(NSUInteger, DJIFlyingSafetyTipEvent)
|
| Header: | DJIFlyZoneBaseTypes.h |
Description:
DJI Flying safety tip.
Enum Members:
| DJIFlyingSafetyTipEventTakeOffInHeightLimitZoneWithoutGps | The aircraft is below the height limit zone and has no GPS signal, please pay attention to flight safety. |
| DJIFlyingSafetyTipEventTakeOffInHeightLimitZone | The aircraft is below the height limit zone, please pay attention to flight safety. |
| DJIFlyingSafetyTipEventTakeOffInWarningArea | The aircraft is in the warning zone, please pay attention to flight safety. |
| DJIFlyingSafetyTipEventTouchNoFlyZone | The aircraft has touched the no-fly zone, please control the aircraft as far as possible. |
| DJIFlyingSafetyTipEventTouchAuthorizationZone | The aircraft has touched the authorized area, please control the aircraft as far as possible. |
| DJIFlyingSafetyTipEventReachMaximumFlightHeight | The aircraft has reached the maximum flight height in the height limit zone. |
| DJIFlyingSafetyTipEventRTHAffectedAtBoundaryOfGEOZone | Your aircraft is at the boundary of a GEO Zone, Return To Home may be affected. Please fly away with caution. |
| DJIFlyingSafetyTipEventAtBoundaryOfCustomUnlockZone | Your aircraft is at the boundary of an Custom Unlocking Zone. |
| DJIFlyingSafetyTipEventUnknown | Unknown. |