Skip to main content

Interface: ChartMetadata<T>

Defined in: src/sdk/charts/ChartTypes.ts:120

Metadata describing a chart.

Type Parameters

Type ParameterDefault type
T extends stringstring

Properties

aircraftTypes

readonly aircraftTypes: readonly string[]

Defined in: src/sdk/charts/ChartTypes.ts:149

The aircraft types to which the chart applies. If the chart has no aircraft type restrictions, then the array is empty.


airportIcao

readonly airportIcao: IcaoValue

Defined in: src/sdk/charts/ChartTypes.ts:131

The ICAO of the airport associated with the chart.


geoReferenced

readonly geoReferenced: boolean

Defined in: src/sdk/charts/ChartTypes.ts:137

Whether any of the chart's pages are georeferenced.


guid

readonly guid: string

Defined in: src/sdk/charts/ChartTypes.ts:125

The GUID of the chart.


name

readonly name: string

Defined in: src/sdk/charts/ChartTypes.ts:134

The name of the chart.


procedures

readonly procedures: readonly ChartProcedureIdentifier[]

Defined in: src/sdk/charts/ChartTypes.ts:140

A list of procedures associated with the chart.


provider

readonly provider: string

Defined in: src/sdk/charts/ChartTypes.ts:122

The chart provider from which these data were obtained.


relationships

readonly relationships: readonly ChartRelationship[]

Defined in: src/sdk/charts/ChartTypes.ts:152

A list of relationships from the chart to other charts.


runways

readonly runways: readonly Readonly<RunwayIdentifier>[]

Defined in: src/sdk/charts/ChartTypes.ts:143

A list of runways associated with the chart.


type

readonly type: T

Defined in: src/sdk/charts/ChartTypes.ts:128

The type of the chart.


validFrom

readonly validFrom: null | number

Defined in: src/sdk/charts/ChartTypes.ts:155

The date from which the chart is valid, as a Javascript timestamp, or null if the date is not available.


validUntil

readonly validUntil: null | number

Defined in: src/sdk/charts/ChartTypes.ts:158

The date to which the chart is valid, as a Javascript timestamp, or null if the date is not available.