SetViewOptions

sealed interface SetViewOptions(source)

Properties

Link copied to clipboard
abstract var convert: Boolean?

Whether to convert the destination from world coordinates to scene coordinates (only relevant when not using 3D). Defaults to true.

Link copied to clipboard
abstract var destination: Any?

The final position of the camera in world coordinates or a rectangle that would be visible from a top-down view.

Link copied to clipboard
abstract var endTransform: Matrix4?

Transform matrix representing the reference frame of the camera.

Link copied to clipboard

An object that contains either direction and up properties or heading, pitch and roll properties. By default, the direction will point towards the center of the frame in 3D and in the negative z direction in Columbus view. The up direction will point towards local north in 3D and in the positive y direction in Columbus view. Orientation is not used in 2D when in infinite scrolling mode.