Skip to main content

Interface: MapRelativeTerrainStatusIndicatorProps

Component props for MapRelativeTerrainStatusIndicator.

Hierarchy

  • ComponentProps

    MapRelativeTerrainStatusIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


iconFilePath

iconFilePath: string

The path to the indicator icon's image file.

Defined in

src/garminsdk/components/map/indicators/MapRelativeTerrainStatusIndicator.tsx:8


isFailed

isFailed: Subscribable<boolean>

Whether relative terrain mode is in a failed state.

Defined in

src/garminsdk/components/map/indicators/MapRelativeTerrainStatusIndicator.tsx:14


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


show

show: Subscribable<boolean>

Whether to show the indicator.

Defined in

src/garminsdk/components/map/indicators/MapRelativeTerrainStatusIndicator.tsx:11