MapInteractionListener class abstract
Listener receiving notifications when a map interaction occurs.
A map interaction starts when a gesture begins and ends when the gesture ends or any animation triggered by the gesture finishes.
Constructors
- MapInteractionListener(void onMapInteractionLambda(GestureType, MapInteractionState))
-
Listener receiving notifications when a map interaction occurs.
factory
Properties
- hashCode → int
-
The hash code for this object.
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
-
onMapInteraction(
GestureType gestureType, MapInteractionState mapInteractionState) → void - Called when a map interaction occurs.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited