Class: MapAirspaceModule<T>
A module describing the display of airspaces.
Type parameters
Name | Type |
---|---|
T | extends MapAirspaceShowTypes |
Constructors
constructor
• new MapAirspaceModule<T
>(showTypes
): MapAirspaceModule
<T
>
Constructor.
Type parameters
Name | Type |
---|---|
T | extends MapAirspaceShowTypes |
Parameters
Name | Type | Description |
---|---|---|
showTypes | T | A map of this module's airspace show types to their associated nearest boundary search filter bitflags. |
Returns
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