sealed class SubFlyZoneInformation |
Declaration: | DJI.WindowsSDK.FlySafe |
This class contains information about a Sub fly zone.
FlyZoneCategory Category { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The category of the sub fly zone.
uint SubAreaID { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The fly zone's identifier.
FlyZoneCategory Category { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The category of the sub fly zone.
SubFlyZoneShape Shape { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The shape of the sub-fly-zone.
DJI.WindowsSDK.LocationCoordinate2D Center { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The location of the fly zone's center. Only used when Shape
is Cylinder
.
uint Radius { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The radius of the fly zone in meters. Only used when Shape
is Cylinder
.
List<DJI.WindowsSDK.LocationCoordinate2D> Vertices { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
The vertices (locations) that make up the sub fly zone polygon shape. Only used when Shape
is Polygon
.
uint MaximumFlightHeight { get; } |
Declaration: | DJI.WindowsSDK.FlySafe |
Maximum flight height in meters allowed in the sub fly zone. A height of 0m will restrict flight completely within the zone.