Class: MapGarminTrafficModule
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:37
A module describing the display of traffic.
Constructors
Constructor
new MapGarminTrafficModule(
trafficSystem
):MapGarminTrafficModule
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:75
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
trafficSystem | TrafficSystem | This module's associated traffic system. |
Returns
MapGarminTrafficModule
Properties
adsbOperatingMode
readonly
adsbOperatingMode:Subscribable
<AdsbOperatingMode
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:45
The ADS-B operating mode.
alertLevelMode
readonly
alertLevelMode:Subject
<MapTrafficAlertLevelMode
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:57
The alert level mode.
altitudeRestrictionMode
readonly
altitudeRestrictionMode:Subject
<MapTrafficAltitudeRestrictionMode
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:60
The altitude restriction mode.
innerRangeIndex
readonly
innerRangeIndex:Subject
<number
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:54
The index of the inner ring range.
isAltitudeRelative
readonly
isAltitudeRelative:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:63
Whether displayed intruder altitude is relative.
motionVectorLookahead
readonly
motionVectorLookahead:NumberUnitSubject
<Duration
,SimpleUnit
<Duration
>>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:69
The motion vector mode.
motionVectorMode
readonly
motionVectorMode:Subject
<MapTrafficMotionVectorMode
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:66
The motion vector mode.
operatingMode
readonly
operatingMode:Subscribable
<TcasOperatingMode
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:42
The TCAS operating mode.
outerRangeIndex
readonly
outerRangeIndex:Subject
<number
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:51
The index of the outer ring range.
show
readonly
show:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:39
Whether to show traffic information.
showIntruderLabel
readonly
showIntruderLabel:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:48
Whether to show intruder labels.
trafficSystem
readonly
trafficSystem:TrafficSystem
Defined in: src/garminsdk/components/map/modules/MapGarminTrafficModule.ts:75
This module's associated traffic system.