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
Parameter | Type | Description |
---|---|---|
code | string | the 2 character ICAO region code. |
Returns
string
the display name of the region.