Interface: SetViewOptions
Defined in: runtime/adapter.ts:15
Options accepted by EngineAdapter.setView and GeoVisRuntime.setView.
All camera fields are optional — only provided values are applied.
When animate is true (default) the adapter uses a smooth flyTo transition;
when false it uses an instant jumpTo.
Properties
animate?
optionalanimate?:boolean
Defined in: runtime/adapter.ts:21
Whether to animate the transition. Defaults to true.
bearing?
optionalbearing?:number
Defined in: runtime/adapter.ts:19
center?
optionalcenter?:LngLat
Defined in: runtime/adapter.ts:16
pitch?
optionalpitch?:number
Defined in: runtime/adapter.ts:18
zoom?
optionalzoom?:number
Defined in: runtime/adapter.ts:17