Skip to main content

Interface: MapRunwayDesignationImageCache

A cache of images for runway designations.

Implemented by

Methods

getDesignator

getDesignator(designator): undefined | HTMLImageElement

Retrieves an image from this cache for a runway designator.

Parameters

NameTypeDescription
designatorRunwayDesignatorThe runway designator for which to retrieve an image.

Returns

undefined | HTMLImageElement

The image for the specified runway designator, or undefined if one could not be found.

Defined in

src/garminsdk/components/map/MapRunwayDesignationImageCache.ts:17


getNumber

getNumber(num): undefined | HTMLImageElement

Retrieves an image from this cache for a runway number.

Parameters

NameTypeDescription
numnumberThe runway number for which to retrieve an image.

Returns

undefined | HTMLImageElement

The image for the specified runway number, or undefined if one could not be found.

Defined in

src/garminsdk/components/map/MapRunwayDesignationImageCache.ts:10