|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerDragStartHandler
Provides an interface to implement in order to receive MapEvent.DRAGSTART
events from the Marker
.
Nested Class Summary | |
---|---|
static class |
MarkerDragStartHandler.MarkerDragStartEvent
Encapsulates the arguments for the MapEvent.DRAGSTART event on a Marker . |
Method Summary | |
---|---|
void |
onDragStart(MarkerDragStartHandler.MarkerDragStartEvent event)
Method to be invoked when a MapEvent.DRAGSTART event fires on a Marker . |
Method Detail |
---|
void onDragStart(MarkerDragStartHandler.MarkerDragStartEvent 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 |