| Package | Description |
|---|---|
| com.google.gwt.maps.client | |
| com.google.gwt.maps.client.events.dblclick | |
| com.google.gwt.maps.client.overlays |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
MapWidget.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the user double-clicks on the map.
|
HandlerRegistration |
MapImpl.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the user double-clicks on the map.
|
| Modifier and Type | Field and Description |
|---|---|
static GwtEvent.Type<DblClickMapHandler> |
DblClickMapEvent.TYPE |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<DblClickMapHandler> |
DblClickMapEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DblClickMapEvent.dispatch(DblClickMapHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
Rectangle.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Rectangle.
|
HandlerRegistration |
Polyline.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Polyline.
|
HandlerRegistration |
Polygon.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Polygon.
|
HandlerRegistration |
Marker.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the marker icon was double clicked.
|
HandlerRegistration |
Circle.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Circle.
|
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.