Skip to main content

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 ParameterDefault type
Modules extends ModuleRecordany
Layers extends LayerRecordany
Controllers extends ControllerRecordany
Context extends ContextRecordany

Parameters

ParameterTypeDescription
intruderTcasIntruderThe intruder for which to create an icon.
contextMapSystemContext<Modules, Layers, Controllers, Context>The context of the icon's parent map.

Returns

MapTrafficIntruderIcon