Interface: FlightPathMarkerProps
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:9
Component props for FlightPathMarker.
Extends
HorizonLayerProps
Properties
bus
bus:
EventBus
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:11
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
HorizonLayerProps.children
lookahead?
optional
lookahead:number
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:20
The lookahead time of the flight path marker, in seconds. Defaults to 60 seconds.
minGroundSpeed?
optional
minGroundSpeed:number
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:17
The minimum ground speed, in knots, required for the flight path marker to be displayed. Defaults to 30 knots.
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
show
show:
Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:14
Whether to show the flight path marker.
smoothingTimeConstant?
optional
smoothingTimeConstant:number
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:23
The smoothing time constant for ground track and ground speed, in milliseconds. Defaults to 500 / ln(2)
.
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