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 |
MapImpl.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the user double-clicks on the map.
|
HandlerRegistration |
MapWidget.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 |
Polyline.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Polyline.
|
HandlerRegistration |
Circle.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Circle.
|
HandlerRegistration |
Polygon.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Polygon.
|
HandlerRegistration |
Rectangle.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the
Rectangle.
|
HandlerRegistration |
Marker.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the marker icon was double clicked.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.