Interface: NavIndicators<SourceName, IndicatorName>
A collection of NavReferenceIndicators.
Type parameters
Name | Type | Description |
---|---|---|
SourceName | extends string | The names of the nav sources supported by the nav indicators contained in the collection. |
IndicatorName | extends string | The names of the nav indicators contained in the collection. |
Implemented by
Methods
get
▸ get(name
): NavIndicator
<SourceName
>
Gets a nav indicator with a given name.
Parameters
Name | Type | Description |
---|---|---|
name | IndicatorName | The name of the indicator to get. |
Returns
NavIndicator
<SourceName
>
The specified nav indicator.
Throws
Error if an indicator with the specified name could not be found.
Defined in
src/garminsdk/navreference/indicator/NavReferenceIndicator.ts:89