DJI Mobile SDK Documentation

      class DJIUnlockedZoneGroup

      @interface DJIUnlockedZoneGroup : NSObject
      Header:DJIUnlockedZoneGroup.h
      Inherits From:NSObject
      Description:

      An unlocked zone group contains the self-unlocked fly zones and custom unlock zones for an aircraft.

      Class Members:
      property
      property SN
      @property(nonatomic, readonly) NSString *SN
      Header:DJIUnlockedZoneGroup.h
      Description:

      The serial number of the aircraft.

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

      The self-unlocked authorization fly zones for the aircraft.

      See Also:

      DJIFlyZoneInformation

      property customUnlockZones
      @property(nonatomic, readonly) NSArray<DJICustomUnlockZone *> *customUnlockZones
      Header:DJIUnlockedZoneGroup.h
      Description:

      The custom unlock zones for the aircraft.

      See Also:

      DJICustomUnlockZone