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