Skip to main content

Interface: MapSystemSharedFlightPlanLayerProps

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

Component props for MapSystemSharedFlightPlanLayer.

Extends

Properties

airportFacilityDataFlags?

optional airportFacilityDataFlags: number

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

Bitflags describing the requested data to be loaded in airport facilities retrieved by the layer. This controls what data are available from the airport waypoints that the layer registers with the waypoint renderer. Defaults to AirportFacilityDataFlags.All.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

MapLayerProps.children


class?

optional class: string | SubscribableSet<string>

Defined in: src/sdk/components/map/MapLayer.ts:25

The CSS class(es) to apply to the root of this layer.

Inherited from

MapLayerProps.class


facilityLoader

facilityLoader: FacilityLoader

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

The facility loader to use.


flightPathRenderer

flightPathRenderer: MapSystemPlanRenderer

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

The flight path renderer to use.


geoClipAntiMeridianGap?

optional geoClipAntiMeridianGap: number

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

The angular gap on each side of the anti-meridian within which rendered flight paths will be clipped. Defaults to 0.1 degrees.


geoClipLatitude?

optional geoClipLatitude: number

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

The absolute latitude value, in degrees, above which rendered flight paths will be clipped. Defaults to 89 degrees.


mapProjection

mapProjection: MapProjection

Defined in: src/sdk/components/map/MapLayer.ts:15

A map projection model.

Inherited from

MapLayerProps.mapProjection


model

model: MapModel<MapSystemSharedFlightPlanLayerModules>

Defined in: src/sdk/components/map/MapLayer.ts:12

A map model.

Inherited from

MapLayerProps.model


planConfigs

planConfigs: readonly Readonly<MapSystemSharedFlightPlanConfig>[]

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

Configurations describing the flight plans to display.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

MapLayerProps.ref


updateFreq?

optional updateFreq: Subscribable<number>

Defined in: src/sdk/components/map/MapLayer.ts:22

A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.

Inherited from

MapLayerProps.updateFreq


waypointRenderer

waypointRenderer: MapSystemWaypointsRenderer

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

The waypoint renderer to use to render flight plan waypoints.