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
| Parameter | Type | Description |
|---|---|---|
leg | LegDefinition | The flight plan leg. |
facility | Facility | The facility at which the leg terminates. |
Returns
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
| Parameter | Type | Description |
|---|---|---|
leg | LegDefinition | The flight plan leg. |
location | Subscribable<GeoPointInterface> | The location of the floating fix. |
Returns
A waypoint for the specified flight plan leg.