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

Types

GesturesAttributeParser
Link copied to clipboard

Utility class for parsing AttributeSet to GesturesSettings.

object GesturesAttributeParser
GesturesSettings
Link copied to clipboard

Gesture configuration allows to control the user touch interaction.

data class GesturesSettings(rotateEnabled: Boolean, zoomEnabled: Boolean, scrollEnabled: Boolean, pitchEnabled: Boolean, doubleTapToZoomEnabled: Boolean, quickZoomEnabled: Boolean, focalPoint: ScreenCoordinate?, scaleVelocityAnimationEnabled: Boolean, rotateVelocityAnimationEnabled: Boolean, flingVelocityAnimationEnabled: Boolean, increaseRotateThresholdWhenScaling: Boolean, disableRotateWhenScaling: Boolean, increaseScaleThresholdWhenRotating: Boolean, zoomRate: Float, pixelRatio: 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