Type Alias: MapSystemBuilderTrafficOffScaleOobOptions
MapSystemBuilderTrafficOffScaleOobOptions =
object
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:250
Options for handling off-scale and out-of-bounds traffic intruders on a traffic layer.
Properties
offScaleIntruders?
optionaloffScaleIntruders:MutableSubscribableSet<TcasIntruder>
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:252
A subscribable set to update with off-scale intruders.
oobIntruders?
optionaloobIntruders:MutableSubscribableSet<TcasIntruder>
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:258
A subscribable set to update with intruders that are not off-scale but whose projected positions are considered out-of-bounds.
oobOffset?
optionaloobOffset:ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:265
A subscribable which provides the offset of the intruder out-of-bounds boundaries relative to the boundaries of
the map's projected window, as [left, top, right, bottom] in pixels. Positive offsets are directed toward the
center of the map. Defaults to [0, 0, 0, 0].