Callback interface for drag events on markers.
Listeners will be invoked on the Android UI thread.
| abstract void | |
| abstract void | |
| abstract void |
Called repeatedly while a marker is being dragged. The marker's location can be
accessed via Marker.getPosition().
| marker | The marker being dragged. |
|---|
Called when a marker has finished being dragged. The marker's location can be
accessed via Marker.getPosition().
| marker | The marker that was dragged. |
|---|
Called when a marker starts being dragged. The marker's location can be accessed via
Marker.getPosition();
this position may be different to the position prior to the start of the drag because
the marker is popped up above the touch point.
| marker | The marker being dragged. |
|---|