Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.drag | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapImpl.addDragHandler(DragMapHandler handler)
This event is repeatedly fired while the user drags the map.
|
HandlerRegistration |
MapWidget.addDragHandler(DragMapHandler handler)
This event is repeatedly fired while the user drags the map.
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<DragMapHandler> |
DragMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<DragMapHandler> |
DragMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
DragMapEvent.dispatch(DragMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Marker.addDragHandler(DragMapHandler handler)
This event is repeatedly fired while the user drags the marker.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.