Skip to main content

Class: G3XMapTrafficModule

A module describing the display of traffic for G3X Touch maps.

Hierarchy

  • MapGarminTrafficModule

    G3XMapTrafficModule

Constructors

constructor

new G3XMapTrafficModule(trafficSystem): G3XMapTrafficModule

Constructor.

Parameters

NameTypeDescription
trafficSystemTrafficSystemThis module's associated traffic system.

Returns

G3XMapTrafficModule

Overrides

MapGarminTrafficModule.constructor

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Modules/G3XMapTrafficModule.ts:33

Properties

adsbOperatingMode

Readonly adsbOperatingMode: Subscribable<AdsbOperatingMode>

The ADS-B operating mode.

Inherited from

MapGarminTrafficModule.adsbOperatingMode

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:45


alertLevelMode

Readonly alertLevelMode: Subject<MapTrafficAlertLevelMode>

The alert level mode.

Inherited from

MapGarminTrafficModule.alertLevelMode

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:57


altitudeRestrictionMode

Readonly altitudeRestrictionMode: Subject<MapTrafficAltitudeRestrictionMode>

The altitude restriction mode.

Inherited from

MapGarminTrafficModule.altitudeRestrictionMode

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:60


innerRangeIndex

Readonly innerRangeIndex: Subject<number>

The index of the inner ring range.

Inherited from

MapGarminTrafficModule.innerRangeIndex

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:54


isAltitudeRelative

Readonly isAltitudeRelative: Subject<boolean>

Whether displayed intruder altitude is relative.

Inherited from

MapGarminTrafficModule.isAltitudeRelative

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:63


motionVectorLookahead

Readonly motionVectorLookahead: NumberUnitSubject<Duration, SimpleUnit<Duration>>

The motion vector mode.

Inherited from

MapGarminTrafficModule.motionVectorLookahead

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:69


motionVectorMode

Readonly motionVectorMode: Subject<MapTrafficMotionVectorMode>

The motion vector mode.

Inherited from

MapGarminTrafficModule.motionVectorMode

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:66


operatingMode

Readonly operatingMode: Subscribable<TcasOperatingMode>

The TCAS operating mode.

Inherited from

MapGarminTrafficModule.operatingMode

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:42


outerRangeIndex

Readonly outerRangeIndex: Subject<number>

The index of the outer ring range.

Inherited from

MapGarminTrafficModule.outerRangeIndex

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:51


show

Readonly show: Subject<boolean>

Whether to show traffic information.

Inherited from

MapGarminTrafficModule.show

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:39


showIntruderLabel

Readonly showIntruderLabel: Subject<boolean>

Whether to show intruder labels.

Inherited from

MapGarminTrafficModule.showIntruderLabel

Defined in

src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:48


source

Readonly source: Subject<G3XTrafficSystemSource>

The current traffic data source.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Modules/G3XMapTrafficModule.ts:27


trafficSystem

Readonly trafficSystem: TrafficSystem

This module's associated traffic system.

Inherited from

MapGarminTrafficModule.trafficSystem

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Modules/G3XMapTrafficModule.ts:33