Skip to main content

Type Alias: TrafficInfoServiceOptions

TrafficInfoServiceOptions = object

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:18

Configuration options for TrafficInfoService.

Properties

adsb?

optional adsb: GarminAdsb | null

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:43

The ADS-B system associated with the TIS, or null if the TIS does not support ADS-B.


adsbMaxIntruderCount?

optional adsbMaxIntruderCount: number

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:49

The maximum number of intruders tracked at any one time by the TIS when ADS-B is available. Defaults to TrafficInfoService.DEFAULT_ADSB_MAX_INTRUDER_COUNT.


adsbRealTimeUpdateFreq?

optional adsbRealTimeUpdateFreq: number

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:55

The maximum update frequency (Hz) in real time when ADS-B is available. Defaults to TrafficInfoService.DEFAULT_ADSB_REAL_TIME_UPDATE_FREQ.


adsbSimTimeUpdateFreq?

optional adsbSimTimeUpdateFreq: number

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:61

The maximum update frequency (Hz) in sim time when ADS-B is available. Defaults to TrafficInfoService.DEFAULT_ADSB_SIM_TIME_UPDATE_FREQ.


maxIntruderCount?

optional maxIntruderCount: number

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:26

The maximum number of intruders tracked at any one time by the TIS when ADS-B is not available. Defaults to TrafficInfoService.DEFAULT_MAX_INTRUDER_COUNT.


realTimeUpdateFreq?

optional realTimeUpdateFreq: number

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:32

The maximum update frequency (Hz) in real time when ADS-B is not available. Defaults to TrafficInfoService.DEFAULT_REAL_TIME_UPDATE_FREQ.


simTimeUpdateFreq?

optional simTimeUpdateFreq: number

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:38

The maximum update frequency (Hz) in sim time when ADS-B is not available. Defaults to TrafficInfoService.DEFAULT_SIM_TIME_UPDATE_FREQ.


supportGpsFlightPhase?

optional supportGpsFlightPhase: boolean

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:67

Whether the ADS-B traffic alerting algorithm supports using GPS phase of flight information to select sensitivity levels. Ignored if ADS-B is not supported. Defaults to false.


supportRadarAltitude?

optional supportRadarAltitude: boolean

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:20

Whether the TIS supports radar altitude. Defaults to false.