com.amazon.geo.mapsv2.AmazonMap.OnMarkerDragListener |
Interface for receiving callbacks when the user drags a marker. Callbacks
always occur on the main thread. Use getPosition()
to get the current location of the Marker.
Note draggable markers are not currently supported in the Amazon Maps API, so this listener is never called.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called each time the marker moves while it is being dragged.
| |||||||||||
Called once the user releases the marker.
| |||||||||||
Called when the user begins dragging a marker.
|
Called each time the marker moves while it is being dragged.
marker | The Marker that is being dragged.
|
---|
Called once the user releases the marker.
marker | The Marker that the user dragged and released.
|
---|
Called when the user begins dragging a marker.
marker | The Marker the user begins dragging.
|
---|