DJIFlyZoneCategory
enum DJIFlyZoneCategory : uint8_t {}
An enum class represents the category of fly zone.
-
Warning zones do not restrict flight and are informational to alert the user. In a warning zone, users should be prompted with a warning message describing the zone.
Declaration
Objective-C
DJIFlyZoneCategoryWarning
-
Authorization zones restrict flight by default, but can be unlocked by a GEO authorized user.
Declaration
Objective-C
DJIFlyZoneCategoryAuthorization
-
Restricted zones restrict flight by default and cannot be unlocked by a GEO authorized user. Users should contact flysafe@dji.com if they have authorization to fly in a restricted zone.
Declaration
Objective-C
DJIFlyZoneCategoryRestricted
-
Enhanced warning zones restrict flight by default, and can be unlocked using
unlockFlyZones:withCompletion:
without requiring the user to be logged into their DJI account.Declaration
Objective-C
DJIFlyZoneCategoryEnhancedWarning
-
Unknown.
Declaration
Objective-C
DJIFlyZoneCategoryUnknown = 255