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, var isLookaroundEnabled: Boolean = true, var doubleTapDragBehavior: SceneDoubleTapDragBehavior = SceneDoubleTapDragBehavior.Zoom) : InteractionOptions
A class containing the state of the SceneView interaction options.
Since
200.0.0
Constructors
Link copied to clipboard
constructor(isEnabled: Boolean = true, zoomFactor: Double = 2.0, isFlingEnabled: Boolean = true, isPanEnabled: Boolean = true, isZoomEnabled: Boolean = true, isRotateEnabled: Boolean = true, isLookaroundEnabled: Boolean = true, doubleTapDragBehavior: SceneDoubleTapDragBehavior = SceneDoubleTapDragBehavior.Zoom)
Properties
Link copied to clipboard
which action is performed by a double tap drag gesture
Link copied to clipboard
Whether flinging is enabled
Link copied to clipboard
whether look around 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