Gestures Settings Base
Abstract settings class for GesturesPlugin.
This abstract class exposes all the required public APIs to configure the GesturesPlugin.
Constructors
Functions
Properties
Whether double tapping the map with one touch results in a zoom-in animation.
Whether single tapping the map with two touches results in a zoom-out animation.
By default, gestures rotate and zoom around the center of the gesture. Set this property to rotate and zoom around a fixed point instead.
Whether pinch to zoom threshold increases when rotating. true by default.
Whether rotate threshold increases when pinching to zoom. true by default.
Whether a deceleration animation following a pinch-to-zoom gesture is enabled. True by default.
Whether the pinch to zoom gesture is enabled.
Whether the pitch gesture is enabled.
Whether the quick zoom gesture is enabled.
Whether a deceleration animation following a rotate gesture is enabled. True by default.
Whether the rotate gesture is enabled.
Whether a deceleration animation following a scroll gesture is enabled. True by default.
Whether the single-touch scroll gesture is enabled.
Configures the directions in which the map is allowed to move during a scroll gesture.
The amount by which the zoom level increases or decreases during a double-tap-to-zoom-in or double-touch-to-zoom-out gesture. 1.0 by default. Must be positive.