Package com.mapbox.maps.plugin.gestures.generated

Types

GesturesSettings
Link copied to clipboard
data class GesturesSettings @JvmOverloads constructor(rotateEnabled: Boolean, pinchToZoomEnabled: Boolean, scrollEnabled: Boolean, simultaneousRotateAndPinchToZoomEnabled: Boolean, pitchEnabled: Boolean, scrollMode: ScrollMode, doubleTapToZoomInEnabled: Boolean, doubleTouchToZoomOutEnabled: Boolean, quickZoomEnabled: Boolean, focalPoint: ScreenCoordinate?, pinchToZoomDecelerationEnabled: Boolean, rotateDecelerationEnabled: Boolean, scrollDecelerationEnabled: Boolean, increaseRotateThresholdWhenPinchingToZoom: Boolean, increasePinchToZoomThresholdWhenRotating: Boolean, zoomAnimationAmount: Float, pinchScrollEnabled: Boolean)

Gesture configuration allows to control the user touch interaction.

GesturesSettingsBase
Link copied to clipboard
abstract class GesturesSettingsBase : GesturesSettingsInterface

Abstract settings class for GesturesPlugin.

GesturesSettingsInterface
Link copied to clipboard
interface GesturesSettingsInterface

Interface that defines the public settings interface for GesturesPlugin.