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