GestureType

enum GestureType : Enum<GestureType>

Defines the configurable gestures.

Important: This is a Public Preview API. It may be changed or removed at any time.

Entries

Link copied to clipboard

Gesture that occurs when map is tapped two times within 1 second.

Link copied to clipboard

Gesture that occurs when single finger touches the map.

Link copied to clipboard

Continuous gesture that occurs when a single finger is moved on the map.

Link copied to clipboard

Continuous gesture that occurs when two fingers that touch the screen move vertically.

Link copied to clipboard

Scale gesture that can be performed with one finger only with double tap followed by a swipe.

Link copied to clipboard

Continuous gesture that occurs when two fingers that touch the screen move to or away from the each other.

Link copied to clipboard

Continuous gesture that occurs when two fingers that touch the screen rotate around each other.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int