Type Alias: TrafficOffScaleOobOptions
TrafficOffScaleOobOptions =
object
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:161
Options for handling off-scale and out-of-bounds traffic intruders on a traffic layer.
Properties
offScaleIntruders?
optional
offScaleIntruders:MutableSubscribableSet
<TcasIntruder
>
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:163
A subscribable set to update with off-scale intruders.
oobIntruders?
optional
oobIntruders:MutableSubscribableSet
<TcasIntruder
>
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:169
A subscribable set to update with intruders that are not off-scale but whose projected positions are considered out-of-bounds.
oobOffset?
optional
oobOffset:ReadonlyFloat64Array
|Subscribable
<ReadonlyFloat64Array
>
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:176
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]
.