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:43
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: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?
optionaladsbRealTimeUpdateFreq: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?
optionaladsbSimTimeUpdateFreq: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?
optionalmaxIntruderCount: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?
optionalrealTimeUpdateFreq: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?
optionalsimTimeUpdateFreq: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?
optionalsupportGpsFlightPhase: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?
optionalsupportRadarAltitude:boolean
Defined in: src/garminsdk/traffic/TrafficInfoService.ts:20
Whether the TIS supports radar altitude. Defaults to false.