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
| Parameter | Type |
|---|---|
vector | Readonly<FlightPathVector> |
isIngress | boolean |
isEgress | boolean |