Package com. mapbox. maps. plugin. gestures. generated
          Types
Gestures Settings
                          
                    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.
Gestures Settings Base
                          
                    Link copied to clipboard
                        Abstract settings class for GesturesPlugin.
Gestures Settings Interface
                          
                    Link copied to clipboard
                        interface GesturesSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for GesturesPlugin.