Skip to main content

Interface: GeoVisRuntime

Defined in: runtime/createRuntime.ts:14

Properties

spec

readonly spec: VisualizationSpec

Defined in: runtime/createRuntime.ts:15

Methods

applyPatch()

applyPatch(patch): void

Defined in: runtime/createRuntime.ts:18

Parameters

ParameterType
patchSpecPatch

Returns

void


destroy()

destroy(): void

Defined in: runtime/createRuntime.ts:21

Returns

void


getAdapter()

getAdapter(): EngineAdapter

Defined in: runtime/createRuntime.ts:22

Returns

EngineAdapter


mount()

mount(container, viewId): MountedView

Defined in: runtime/createRuntime.ts:16

Parameters

ParameterType
containerHTMLElement
viewIdstring

Returns

MountedView


setView()

setView(options): void

Defined in: runtime/createRuntime.ts:20

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:17

Parameters

ParameterType
specVisualizationSpec

Returns

void