MapObjectDragListener class abstract

This listener is notified when a map object is being dragged. Note that the map object's "draggable" property needs to be set to True in order to activate dragging. A long tap on a map object activates dragging mode.

Constructors

MapObjectDragListener()

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
onMapObjectDrag(MapObject mapObject, Point point) → void
Raised when the user is moving a finger and the map object follows it.
onMapObjectDragEnd(MapObject mapObject) → void
Raised when the user released the tap.
onMapObjectDragStart(MapObject mapObject) → void
Raised when dragging mode is active for the given map object.
toString() String
A string representation of this object.
inherited

Operators

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