Skip to main content

Interface: GeoVisRuntime

Defined in: runtime/createRuntime.ts:17

Properties

spec

readonly spec: VisualizationSpec

Defined in: runtime/createRuntime.ts:18

Methods

applyPatch()

applyPatch(patch): void

Defined in: runtime/createRuntime.ts:21

Parameters

ParameterType
patchSpecPatch

Returns

void


destroy()

destroy(): void

Defined in: runtime/createRuntime.ts:24

Returns

void


getAdapter()

getAdapter(): EngineAdapter

Defined in: runtime/createRuntime.ts:25

Returns

EngineAdapter


mount()

mount(container, viewId): MountedView

Defined in: runtime/createRuntime.ts:19

Parameters

ParameterType
containerHTMLElement
viewIdstring

Returns

MountedView


setView()

setView(options): void

Defined in: runtime/createRuntime.ts:23

Imperatively moves the camera and syncs spec.view. Animated by default.

Parameters

ParameterType
optionsSetViewOptions

Returns

void


update()

update(spec): void

Defined in: runtime/createRuntime.ts:20

Parameters

ParameterType
specVisualizationSpec

Returns

void