Interface: GeoVisRuntime
Defined in: runtime/createRuntime.ts:14
Properties
spec
readonlyspec:VisualizationSpec
Defined in: runtime/createRuntime.ts:15
Methods
applyPatch()
applyPatch(
patch):void
Defined in: runtime/createRuntime.ts:18
Parameters
| Parameter | Type |
|---|---|
patch | SpecPatch |
Returns
void
destroy()
destroy():
void
Defined in: runtime/createRuntime.ts:21
Returns
void
getAdapter()
getAdapter():
EngineAdapter
Defined in: runtime/createRuntime.ts:22
Returns
mount()
mount(
container,viewId):MountedView
Defined in: runtime/createRuntime.ts:16
Parameters
| Parameter | Type |
|---|---|
container | HTMLElement |
viewId | string |
Returns
setView()
setView(
options):void
Defined in: runtime/createRuntime.ts:20
Imperatively moves the camera and syncs spec.view. Animated by default.
Parameters
| Parameter | Type |
|---|---|
options | SetViewOptions |
Returns
void
update()
update(
spec):void
Defined in: runtime/createRuntime.ts:17
Parameters
| Parameter | Type |
|---|---|
spec | VisualizationSpec |
Returns
void