Gestures class abstract
Use this class to process touch events from the platform and detect gesture induced actions on the map view.
Please note that this class holds strong references to the gesture listeners.
Constructors
- Gestures()
Properties
- doubleTapListener ↔ DoubleTapListener?
-
DoubleTapListener that notifies when a double-tap gesture occurs.
Gets a DoubleTapListener that notifies when a double-tap gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- longPressListener ↔ LongPressListener?
-
LongPressListener that notifies when a long-press gesture occurs.
Gets a LongPressListener that notifies when a long-press gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
- panListener ↔ PanListener?
-
PanListener that notifies when a pan gesture occurs.
Gets a PanListener that notifies when a pan gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
- pinchRotateListener ↔ PinchRotateListener?
-
PinchRotateListener that notifies when a pinch-rotate gesture occurs.
Gets a PinchRotateListener that notifies when a pinch-rotate gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tapListener ↔ TapListener?
-
TapListener that notifies when a tap gesture occurs.
Gets a TapListener that notifies when a tap gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
- twoFingerPanListener ↔ TwoFingerPanListener?
-
TwoFingerPanListener that notifies when a two-finger pan gesture occurs.
Gets a TwoFingerPanListener that notifies when a two-finger pan gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
- twoFingerTapListener ↔ TwoFingerTapListener?
-
TwoFingerTapListener that notifies when a two-finger tap gesture occurs.
Gets a TwoFingerTapListener that notifies when a two-finger tap gesture occurs. Gestures holds a strong reference to the listener.
getter/setter pair
Methods
-
disableDefaultAction(
GestureType gestureType) → void - Disables default action for a specified gesture.
-
enableDefaultAction(
GestureType gestureType) → void - Enables default action to be performed for a specified gesture.
-
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