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

Types

GesturesSettings
Link copied to clipboard

Gesture configuration allows to control the user touch interaction.

data class GesturesSettings @JvmOverloads() constructor(rotateEnabled: Boolean, pinchToZoomEnabled: Boolean, scrollEnabled: 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)
GesturesSettingsBase
Link copied to clipboard

Abstract settings class for GesturesPlugin.

This abstract class exposes all the required public APIs to configure the GesturesPlugin.

abstract class GesturesSettingsBase : GesturesSettingsInterface
GesturesSettingsInterface
Link copied to clipboard

Interface that defines the public settings interface for GesturesPlugin.

interface GesturesSettingsInterface