Interface: WaypointIconImageCache
A cache of images for waypoint icons.
Implemented by
Methods
getForWaypoint
▸ getForWaypoint(waypoint
): undefined
| HTMLImageElement
Retrieves an image for a waypoint.
Parameters
Name | Type | Description |
---|---|---|
waypoint | Waypoint | The waypoint for which to retrieve the image. |
Returns
undefined
| HTMLImageElement
The image for the specified waypoint, or undefined
if one could not be found.
Defined in
src/garminsdk/graphics/img/WaypointIconImageCache.ts:12