Skip to main content

Class: MapAirspaceModule<T>

A module describing the display of airspaces.

Type parameters

NameType
Textends MapAirspaceShowTypes

Constructors

constructor

new MapAirspaceModule<T>(showTypes): MapAirspaceModule<T>

Constructor.

Type parameters

NameType
Textends MapAirspaceShowTypes

Parameters

NameTypeDescription
showTypesTA map of this module's airspace show types to their associated nearest boundary search filter bitflags.

Returns

MapAirspaceModule<T>

Defined in

src/sdk/components/map/modules/MapAirspaceModule.ts:20

Properties

show

Readonly show: Record<keyof T, Subject<boolean>>

Whether to show each type of airspace.

Defined in

src/sdk/components/map/modules/MapAirspaceModule.ts:13


showTypes

Readonly showTypes: T

A map of this module's airspace show types to their associated nearest boundary search filter bitflags.

Defined in

src/sdk/components/map/modules/MapAirspaceModule.ts:20