Skip to main content

Interface: FlightPathMarkerProps

Component props for FlightPathMarker.

Hierarchy

  • HorizonLayerProps

    FlightPathMarkerProps

Properties

bus

bus: EventBus

The event bus.

Defined in

src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:11


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

HorizonLayerProps.children

Defined in

src/sdk/components/FSComponent.ts:122


lookahead

Optional lookahead: number

The lookahead time of the flight path marker, in seconds. Defaults to 60 seconds.

Defined in

src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:20


minGroundSpeed

Optional minGroundSpeed: number

The minimum ground speed, in knots, required for the flight path marker to be displayed. Defaults to 30 knots.

Defined in

src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:17


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


show

show: Subscribable<boolean>

Whether to show the flight path marker.

Defined in

src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:14


smoothingTimeConstant

Optional smoothingTimeConstant: number

The smoothing time constant for ground track and ground speed, in milliseconds. Defaults to 500 / ln(2).

Defined in

src/garminsdk/components/nextgenpfd/horizon/FlightPathMarker.tsx:23


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