Scene View Interaction Options
data class SceneViewInteractionOptions(var isEnabled: Boolean = true, var zoomFactor: Double = 2.0, var isFlingEnabled: Boolean = true, var isPanEnabled: Boolean = true, var isZoomEnabled: Boolean = true, var isRotateEnabled: Boolean = true) : InteractionOptions
A class containing the state of the SceneView interaction options.
Since
200.0.0
Constructors
Properties
Link copied to clipboard
: Whether flinging is enabled
Link copied to clipboard
: Whether panning is enabled.
Link copied to clipboard
: Whether rotating is enabled.
Link copied to clipboard
: Whether zooming is enabled.
Link copied to clipboard
: Multiplier by which the GeoView is zoomed. Must be above 0