Skip to main content

Interface: AirportFacility

Defined in: src/sdk/navigation/Facilities.ts:406

An airport facility from the simulator.

Extends

Properties

airportClass

readonly airportClass: number

Defined in: src/sdk/navigation/Facilities.ts:427

The class of the airport.


airportPrivateType

readonly airportPrivateType: AirportPrivateType

Defined in: src/sdk/navigation/Facilities.ts:409

The privacy type of this airport.


airspaceType

readonly airspaceType: number

Defined in: src/sdk/navigation/Facilities.ts:424

The type of airspace for the airport.


altitude

readonly altitude: number

Defined in: src/sdk/navigation/Facilities.ts:448

The airport altitude in metres.


approaches

readonly approaches: readonly ApproachProcedure[]

Defined in: src/sdk/navigation/Facilities.ts:442

The approach procedures on the airport.


arrivals

readonly arrivals: readonly Procedure[]

Defined in: src/sdk/navigation/Facilities.ts:445

The arrival procedures on the airport.


bestApproach

readonly bestApproach: string

Defined in: src/sdk/navigation/Facilities.ts:418

The name of the preferred airport approach.


city

readonly city: string

Defined in: src/sdk/navigation/Facilities.ts:397

The city region boundary within which this facility appears, and optionally also the state, separated by , . Both city and state can be localized strings (prefixed with TT:), and will need split before passing to Utils.Translate individually.

Inherited from

Facility.city


departures

readonly departures: readonly Procedure[]

Defined in: src/sdk/navigation/Facilities.ts:439

The departure procedures on the airport.


frequencies

readonly frequencies: readonly FacilityFrequency[]

Defined in: src/sdk/navigation/Facilities.ts:433

The frequencies available on the airport.


fuel1

readonly fuel1: string

Defined in: src/sdk/navigation/Facilities.ts:412

The primary fuel available at this airport.


fuel2

readonly fuel2: string

Defined in: src/sdk/navigation/Facilities.ts:415

The secondary fuel available at this airport.


icao

readonly icao: string

Defined in: src/sdk/navigation/Facilities.ts:379

The FS ICAO for this facility.

Inherited from

Facility.icao


lat

readonly lat: number

Defined in: src/sdk/navigation/Facilities.ts:385

The latitude of the facility.

Inherited from

Facility.lat


lon

readonly lon: number

Defined in: src/sdk/navigation/Facilities.ts:388

The longitude of the facility.

Inherited from

Facility.lon


magvar

readonly magvar: number

Defined in: src/sdk/navigation/Facilities.ts:400

The magnetic variation at a given facilty location.

Inherited from

Facility.magvar


name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:382

The name of the facility. Can be a localized string (prefix with TT:) that needs passed to Utils.Translate.

Inherited from

Facility.name


radarCoverage

readonly radarCoverage: GpsBoolean

Defined in: src/sdk/navigation/Facilities.ts:421

Whether or not the airport has radar coverage.


region

readonly region: string

Defined in: src/sdk/navigation/Facilities.ts:391

The region code in which this facility appears.

Inherited from

Facility.region


runways

readonly runways: AirportRunway[]

Defined in: src/sdk/navigation/Facilities.ts:436

The runways available on the airport.


towered

readonly towered: boolean

Defined in: src/sdk/navigation/Facilities.ts:430

Whether or not the airport is towered.