Type Alias: MapTrafficIntruderIconFactory()<Modules, Layers, Controllers, Context>
MapTrafficIntruderIconFactory<
Modules,Layers,Controllers,Context> = (intruder,context) =>MapTrafficIntruderIcon
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:51
A function which creates map icons for TCAS intruders.
Type Parameters
| Type Parameter | Default type |
|---|---|
Modules extends ModuleRecord | any |
Layers extends LayerRecord | any |
Controllers extends ControllerRecord | any |
Context extends ContextRecord | any |
Parameters
| Parameter | Type | Description |
|---|---|---|
intruder | TcasIntruder | The intruder for which to create an icon. |
context | MapSystemContext<Modules, Layers, Controllers, Context> | The context of the icon's parent map. |