DJIFlyZoneType
enum DJIFlyZoneType : uint8_t {}
An enum class contains the type of the fly zone.
-
Airport that cannot be unlocked using GEO system.
Declaration
Objective-C
DJIFlyZoneTypeAirport -
Military authorized zone. This cannot be unlocked using the GEO system.
Declaration
Objective-C
DJIFlyZoneTypeMilitary -
Special Zone. This cannot be unlocked using the GEO system.
Declaration
Objective-C
DJIFlyZoneTypeSpecial -
Commercial airport.
Declaration
Objective-C
DJIFlyZoneTypeCommercialAirport -
Private commercial airport.
Declaration
Objective-C
DJIFlyZoneTypePrivateCommercialAirport -
Recreational airport.
Declaration
Objective-C
DJIFlyZoneTypeRecreationalAirport -
National park.
Declaration
Objective-C
DJIFlyZoneTypeNationalPark -
The National Oceanic and Atmospheric Administration.
Declaration
Objective-C
DJIFlyZoneTypeNOAA -
Parcel.
Declaration
Objective-C
DJIFlyZoneTypeParcel -
Power plant.
Declaration
Objective-C
DJIFlyZoneTypePowerPlant -
Prison.
Declaration
Objective-C
DJIFlyZoneTypePrison -
School.
Declaration
Objective-C
DJIFlyZoneTypeSchool -
Stadium.
Declaration
Objective-C
DJIFlyZoneTypeStadium -
Prohibited special use.
Declaration
Objective-C
DJIFlyZoneTypeProhibitedSpecialUse -
Restriction special use.
Declaration
Objective-C
DJIFlyZoneTypeRestrictedSpecialUse -
Temporary flight restriction.
Declaration
Objective-C
DJIFlyZoneTypeTemporaryFlightRestriction -
Class B controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Declaration
Objective-C
DJIFlyZoneTypeClassBAirSpace -
Class C controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Declaration
Objective-C
DJIFlyZoneTypeClassCAirSpace -
Class D controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Declaration
Objective-C
DJIFlyZoneTypeClassDAirSpace -
Class E Controlled Airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Declaration
Objective-C
DJIFlyZoneTypeClassEAirSpace -
Airport with unpaved runway.
Declaration
Objective-C
DJIFlyZoneTypeUnpavedAirport -
Heliport.
Declaration
Objective-C
DJIFlyZoneTypeHeliport -
Unknown.
Declaration
Objective-C
DJIFlyZoneTypeUnknown = 255
View on GitHub
DJIFlyZoneType Enum Reference