fun
GesturesSettings(rotateEnabled:
Boolean = true, pinchToZoomEnabled:
Boolean = true, scrollEnabled:
Boolean = true, simultaneousRotateAndPinchToZoomEnabled:
Boolean = true, pitchEnabled:
Boolean = true, scrollMode:
ScrollMode = ScrollMode.HORIZONTAL_AND_VERTICAL, doubleTapToZoomInEnabled:
Boolean = true, doubleTouchToZoomOutEnabled:
Boolean = true, quickZoomEnabled:
Boolean = true, focalPoint:
ScreenCoordinate? = null, pinchToZoomDecelerationEnabled:
Boolean = true, rotateDecelerationEnabled:
Boolean = true, scrollDecelerationEnabled:
Boolean = true, increaseRotateThresholdWhenPinchingToZoom:
Boolean = true, increasePinchToZoomThresholdWhenRotating:
Boolean = true, zoomAnimationAmount:
Float = 1f)