DJI Mobile SDK Documentation

      class UnlockedZoneGroup

      class UnlockedZoneGroup
      Package:dji.common.flightcontroller.flyzone
      Description:

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

      Class Members:
      method
      method getSn
      String getSn()
      Package:dji.common.flightcontroller.flyzone
      Description:

      The serial number of the aircraft.

      Return:
      StringA string instance of the unlocked zone group serial number.
      method getSelfUnlockedFlyZones
      List<FlyZoneInformation> getSelfUnlockedFlyZones()
      Package:dji.common.flightcontroller.flyzone
      Description:

      The self-unlocked authorization fly zones for the aircraft.

      Return:
      List<FlyZoneInformation>A list of FlyZoneInformation objects.
      method getCustomUnlockZones
      List<CustomUnlockZone> getCustomUnlockZones()
      Package:dji.common.flightcontroller.flyzone
      Description:

      The custom unlock zones for the aircraft.

      Return:
      List<CustomUnlockZone>A list of CustomUnlockZone objects.