Gesture Settings
data class GestureSettings(val isTiltGesturesEnabled: Boolean = true, val isZoomGesturesEnabled: Boolean = true, val isRotateGesturesEnabled: Boolean = true, val isScrollGesturesEnabled: Boolean = true)(source)
Defines which user map gestures are enabled
Parameters
is Tilt Gestures Enabled
whether user may tilt (pitch) the map by vertically dragging two fingers up or down
is Zoom Gestures Enabled
whether user may zoom the map in and out by pinching two fingers or by double tapping, holding, and moving the finger up and down as well as simply double tapping to zoom in
is Rotate Gestures Enabled
whether user may rotate the map by moving two fingers in a circular motion
is Scroll Gestures Enabled
whether user may scroll the map by dragging or swiping with one finger