Skip to main content

Type Alias: VectorStyleHandler()

VectorStyleHandler = (vector, isIngress, isEgress) => FlightPathRenderStyle

Defined in: src/sdk/components/mapsystem/MapSystemPlanRenderer.ts:12

A handler that takes some vector data and returns the appropriate flight path rendering style.

Parameters

ParameterType
vectorReadonly<FlightPathVector>
isIngressboolean
isEgressboolean

Returns

FlightPathRenderStyle