Skip to main content

Interface: MapSystemSharedFlightPlanWaypointFactory

Defined in: src/sdk/components/mapsystem/layers/MapSystemSharedFlightPlanLayer.tsx:35

A factory that provides waypoints for flight plan legs displayed by MapSystemSharedFlightPlanLayer.

Methods

buildFacilityFixWaypoint()

buildFacilityFixWaypoint(leg, facility): Waypoint

Defined in: src/sdk/components/mapsystem/layers/MapSystemSharedFlightPlanLayer.tsx:42

Builds a waypoint for a flight plan leg that terminates at a facility fix.

Parameters

ParameterTypeDescription
legLegDefinitionThe flight plan leg.
facilityFacilityThe facility at which the leg terminates.

Returns

Waypoint

A waypoint for the specified flight plan leg.


buildFloatingFixWaypoint()

buildFloatingFixWaypoint(leg, location): Waypoint

Defined in: src/sdk/components/mapsystem/layers/MapSystemSharedFlightPlanLayer.tsx:50

Builds a waypoint for a flight plan leg that terminates at a floating fix.

Parameters

ParameterTypeDescription
legLegDefinitionThe flight plan leg.
locationSubscribable<GeoPointInterface>The location of the floating fix.

Returns

Waypoint

A waypoint for the specified flight plan leg.