Type Alias: TrafficInfoServiceOptions
TrafficInfoServiceOptions =
object
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:18
Configuration options for TrafficInfoService.
Properties
adsb?
optionaladsb:GarminAdsb|null
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:46
The ADS-B system associated with the TIS, or null if the TIS does not support ADS-B.
adsbMaxIntruderCount?
optionaladsbMaxIntruderCount:number
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:52
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?
optionaladsbRealTimeUpdateFreq:number
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:58
The maximum update frequency (Hz) in real time when ADS-B is available. Defaults to TrafficInfoService.DEFAULT_ADSB_REAL_TIME_UPDATE_FREQ.
adsbSimTimeUpdateFreq?
optionaladsbSimTimeUpdateFreq:number
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:64
The maximum update frequency (Hz) in sim time when ADS-B is available. Defaults to TrafficInfoService.DEFAULT_ADSB_SIM_TIME_UPDATE_FREQ.
maxIntruderCount?
optionalmaxIntruderCount:number
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:29
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?
optionalrealTimeUpdateFreq:number
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:35
The maximum update frequency (Hz) in real time when ADS-B is not available. Defaults to TrafficInfoService.DEFAULT_REAL_TIME_UPDATE_FREQ.
simTimeUpdateFreq?
optionalsimTimeUpdateFreq:number
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:41
The maximum update frequency (Hz) in sim time when ADS-B is not available. Defaults to TrafficInfoService.DEFAULT_SIM_TIME_UPDATE_FREQ.
supportGpsFlightPhase?
optionalsupportGpsFlightPhase:boolean
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:70
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?
optionalsupportRadarAltitude:boolean
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:23
Whether the TIS supports radar altitude. Defaults to false.
supportTisA?
optionalsupportTisA:boolean
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:20
Whether the TIS supports TIS-A.