Interface: MapOrientationIndicatorProps
Component props for MapOrientationIndicator.
Hierarchy
ComponentProps
↳
MapOrientationIndicatorProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
isVisible
• isVisible: Subscribable
<boolean
>
A subscribable which provides whether the indicator should be visible.
Defined in
src/garminsdk/components/map/indicators/MapOrientationIndicator.tsx:16
orientation
• orientation: Subscribable
<MapOrientation
>
A subscribable which provides the orientation mode.
Defined in
src/garminsdk/components/map/indicators/MapOrientationIndicator.tsx:10
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
text
• text: Partial
<Record
<MapOrientation
, string
>>
The text to display for each orientation mode.
Defined in
src/garminsdk/components/map/indicators/MapOrientationIndicator.tsx:13