Skip to main content

Interface: MapAirspaceRenderer

Defined in: src/sdk/components/map/MapAirspaceRenderer.ts:8

Renders an airspace to canvas.

Methods

render()

render(airspace, projection, context, lod?, stream?): void

Defined in: src/sdk/components/map/MapAirspaceRenderer.ts:18

Renders an airspace to canvas.

Parameters

ParameterTypeDescription
airspaceLodBoundaryThe airspace to render.
projectionGeoProjectionThe projection to use when rendering.
contextCanvasRenderingContext2DThe canvas rendering context to which to render.
lod?numberThe LOD to render. Defaults to 0.
stream?PathStreamThe path stream to which to render. If undefined, the path will be rendered directly to the canvas rendering context.

Returns

void