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 getSn
Package: | dji.common.flightcontroller.flyzone |
Description:
The serial number of the aircraft.
Return:
String | A 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:
method getCustomUnlockZones
List<CustomUnlockZone> getCustomUnlockZones()
|
Package: | dji.common.flightcontroller.flyzone |
Description:
The custom unlock zones for the aircraft.
Return: