Skip to main content

Interface: SyntheticVisionProps

Component props for SyntheticVision.

Hierarchy

  • HorizonLayerProps

    SyntheticVisionProps

Properties

bingDelay

Optional bingDelay: number

The amount of time, in milliseconds, to delay binding the layer's Bing instance. Defaults to 0.

Defined in

src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:16


bingId

bingId: string

The string ID to assign to the layer's bound Bing instance.

Defined in

src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:13


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

HorizonLayerProps.children

Defined in

src/sdk/components/FSComponent.ts:122


isEnabled

isEnabled: Subscribable<boolean>

Whether synthetic vision is enabled.

Defined in

src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:19


projection

projection: HorizonProjection

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection

Defined in

src/sdk/components/horizon/HorizonLayer.ts:10


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

HorizonLayerProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


updateFreq

Optional updateFreq: Subscribable<number>

A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.

Inherited from

HorizonLayerProps.updateFreq

Defined in

src/sdk/components/horizon/HorizonLayer.ts:17