GestureSettings

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

isTiltGesturesEnabled

whether user may tilt (pitch) the map by vertically dragging two fingers up or down

isZoomGesturesEnabled

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

isRotateGesturesEnabled

whether user may rotate the map by moving two fingers in a circular motion

isScrollGesturesEnabled

whether user may scroll the map by dragging or swiping with one finger

Constructors

Link copied to clipboard
constructor(isTiltGesturesEnabled: Boolean = true, isZoomGesturesEnabled: Boolean = true, isRotateGesturesEnabled: Boolean = true, isScrollGesturesEnabled: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard