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
Name | Type | Description |
---|---|---|
designator | RunwayDesignator | The 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
Name | Type | Description |
---|---|---|
num | number | The 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