Skip to main content

Function: GeoVisCanvas()

GeoVisCanvas(__namedParameters): Element

Defined in: react/GeoVisCanvas.tsx:17

Renders a map canvas managed by the GeoVis runtime. Must be used inside a GeoVisProvider. The component mounts the engine's native map into a <div> and unmounts it automatically when removed from the tree.

Parameters

ParameterType
__namedParametersGeoVisCanvasProps

Returns

Element