DJI Mobile SDK Documentation

      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
      property event
      @property(nonatomic, readonly) DJIFlyingSafetyTipEvent event
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the event of DJI flying safety tip.

      See Also:

      DJIFlyingSafetyTipEvent

      property
      property heightLimit
      @property(nonatomic, readonly) NSInteger heightLimit
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the height limit of current fly zone.

      property flyZoneInformations
      @property(nonatomic, readonly) NSArray <DJIFlyZoneInformation *> *flyZoneInformations
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns information about the fly zones.

      See Also:

      DJIFlyZoneInformation

      enum DJIFlyingSafetyTipEvent
      typedef NS_ENUM(NSUInteger, DJIFlyingSafetyTipEvent)
      Header:DJIFlyZoneBaseTypes.h
      Description:

      DJI Flying safety tip.

      Enum Members:
      DJIFlyingSafetyTipEventTakeOffInHeightLimitZoneWithoutGpsThe aircraft is below the height limit zone and has no GPS signal, please pay attention to flight safety.
      DJIFlyingSafetyTipEventTakeOffInHeightLimitZoneThe aircraft is below the height limit zone, please pay attention to flight safety.
      DJIFlyingSafetyTipEventTakeOffInWarningAreaThe aircraft is in the warning zone, please pay attention to flight safety.
      DJIFlyingSafetyTipEventTouchNoFlyZoneThe aircraft has touched the no-fly zone, please control the aircraft as far as possible.
      DJIFlyingSafetyTipEventTouchAuthorizationZoneThe aircraft has touched the authorized area, please control the aircraft as far as possible.
      DJIFlyingSafetyTipEventReachMaximumFlightHeightThe aircraft has reached the maximum flight height in the height limit zone.
      DJIFlyingSafetyTipEventRTHAffectedAtBoundaryOfGEOZoneYour aircraft is at the boundary of a GEO Zone, Return To Home may be affected. Please fly away with caution.
      DJIFlyingSafetyTipEventAtBoundaryOfCustomUnlockZoneYour aircraft is at the boundary of an Custom Unlocking Zone.
      DJIFlyingSafetyTipEventUnknownUnknown.