Interface: SyntheticVisionProps
Defined in: src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:11
Component props for SyntheticVision.
Extends
HorizonLayerProps
Properties
bingDelay?
optional
bingDelay:number
Defined in: src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:16
The amount of time, in milliseconds, to delay binding the layer's Bing instance. Defaults to 0.
bingId
bingId:
string
Defined in: src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:13
The string ID to assign to the layer's bound Bing instance.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
HorizonLayerProps.children
isEnabled
isEnabled:
Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/SyntheticVision.tsx:19
Whether synthetic vision is enabled.
projection
projection:
HorizonProjection
Defined in: src/sdk/components/horizon/HorizonLayer.ts:10
The layer's horizon projection.
Inherited from
HorizonLayerProps.projection
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
HorizonLayerProps.ref
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: src/sdk/components/horizon/HorizonLayer.ts:17
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