@interface DJISubFlyZoneInformation : NSObject |
Header: | DJIFlyZoneInformation.h |
Inherits From: | NSObject |
This class contains information about a Sub fly zone.
@property(nonatomic, readonly) NSInteger areaID |
Header: | DJIFlyZoneInformation.h |
The fly zone's identifier.
@property(nonatomic, readonly) DJISubFlyZoneShape shape |
Header: | DJIFlyZoneInformation.h |
The shape of the sub-fly-zone.
@property(nonatomic, readonly) CLLocationCoordinate2D center |
Header: | DJIFlyZoneInformation.h |
The location of the fly zone's center. Only used when shape
is DJISubFlyZoneShapeCylinder
.
@property(nonatomic, readonly) double radius |
Header: | DJIFlyZoneInformation.h |
The radius of the fly zone in meters. Only used when shape
is DJISubFlyZoneShapeCylinder
.
@property(nonatomic, readonly) NSArray *vertices |
Header: | DJIFlyZoneInformation.h |
The vertices (locations) that make up the sub fly zone polygon shape. Only used when shape
is DJISubFlyZoneShapePolygon
.
@property(nonatomic, readonly) NSInteger maximumFlightHeight |
Header: | DJIFlyZoneInformation.h |
Maximum flight height in meters allowed in the sub fly zone. A height of 0m will restrict flight completely within the zone.
{{searchCount}} Results