Skip to main content

Type Alias: ApproachNameParts

ApproachNameParts = object

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1656

A type representing the three parts of an approach name.

Properties

flags?

optional flags: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1666

Additonal flags (eg, RNAV type)


runway?

optional runway: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1664

The runway identifier.


subtype?

optional subtype: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1660

The approach subtype (eg, GPS)


suffix?

optional suffix: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1662

The approach suffix


type

type: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1658

The approach type.