GestureType enum

Enum that represents the type of a gesture.

Values

twoFingerTap → const GestureType

Single-tap performed with two fingers. When performed on a map view, this instantly zooms the map out by a factor of 0.5 and the map becomes twice as small.

doubleTap → const GestureType

Double-tap performed with one finger. When performed on a map view, this instantly zooms the map in by a factor of 2 and the map becomes twice as big.

pan → const GestureType

Panning gesture with a one or two fingers. When performed on a map view, this continuously moves the map.

twoFingerPan → const GestureType

Vertical panning gesture with two fingers. When performed on a map view, this continuously tilts the map.

pinchRotate → const GestureType

Pinching and rotating gesture using two fingers. When performed on a map view, this continuously scales, zooms or rotates the map.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<GestureType>
A constant List of the values in this enum, in order of their declaration.