|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerDragHandler
Provides an interface to implement in order to receive MapEvent.DRAG events
from the Marker
.
Nested Class Summary | |
---|---|
static class |
MarkerDragHandler.MarkerDragEvent
Encapsulates the arguments for the MapEvent.DRAG event on a Marker . |
Method Summary | |
---|---|
void |
onDrag(MarkerDragHandler.MarkerDragEvent event)
Method to be invoked when a MapEvent.DRAG event fires on a Marker . |
Method Detail |
---|
void onDrag(MarkerDragHandler.MarkerDragEvent event)
Marker
.
event
- contains the properties of the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |