Interface: Airspace
An airspace.
Properties
name
• Readonly
name: string
The name of the airspace.
Defined in
src/sdk/navigation/Airspace.ts:42
segments
• Readonly
segments: readonly GeoPoint
[]
The type of the airspace.
Defined in
src/sdk/navigation/Airspace.ts:45
type
• Readonly
type: AirspaceType
The type of the airspace.
Defined in
src/sdk/navigation/Airspace.ts:39
Methods
equals
▸ equals(other
): boolean
Checks whether this airspace is the same as another airspace.
Parameters
Name | Type | Description |
---|---|---|
other | Airspace | The other airspace. |
Returns
boolean
whether this airspace is the same as another airspace.
Defined in
src/sdk/navigation/Airspace.ts:52