Interface: MapAirspaceLayerProps
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:26
Component props for MapAirspaceLayer.
Extends
Properties
airspaceRenderManager
airspaceRenderManager:
MapAirspaceRenderManager
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:34
The airspace render manager to use to render airspaces.
bus
bus:
EventBus
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:28
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
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
lodBoundaryCache
lodBoundaryCache:
LodBoundaryCache
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:31
A cache of LodBoundary objects to use to cache airspace search results.
mapProjection
mapProjection:
MapProjection
Defined in: src/sdk/components/map/MapLayer.ts:15
A map projection model.
Inherited from
maxSearchItemCount
maxSearchItemCount:
Subscribable
<number
>
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:40
A subscribable which provides the maximum number of items to return per airspace search.
maxSearchRadius
maxSearchRadius:
Subscribable
<NumberUnitInterface
<Distance
,Unit
<Distance
>>>
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:37
A subscribable which provides the maximum airspace search radius.
model
model:
MapModel
<MapAirspaceLayerModules
>
Defined in: src/sdk/components/map/MapLayer.ts:12
A map model.
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
renderTimeBudget?
optional
renderTimeBudget:number
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:46
The maximum amount of time, in milliseconds, allotted per frame for rendering airspaces. Defaults to 0.2.
searchDebounceDelay?
optional
searchDebounceDelay:number
Defined in: src/sdk/components/map/layers/MapAirspaceLayer.tsx:43
The debounce delay, in milliseconds, for airspace searches. Defaults to 500.
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.