Skip to main content

Class: Regions

Defined in: workingtitle-instruments-epic2/shared/Navigation/Regions.ts:4

Utility class for working with ICAO region codes.

Constructors

Constructor

new Regions(): Regions

Returns

Regions

Methods

getName()

static getName(code): string

Defined in: workingtitle-instruments-epic2/shared/Navigation/Regions.ts:289

Gets the display name of the region associated with a specified ICAO region code.

Parameters

ParameterTypeDescription
codestringthe 2 character ICAO region code.

Returns

string

the display name of the region.