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)
Content copied to clipboard
Gesture configuration allows to control the user touch interaction.
GesturesSettingsBase
Link copied to clipboard
Abstract settings class for GesturesPlugin.
GesturesSettingsInterface
Link copied to clipboard
interface GesturesSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for GesturesPlugin.