Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.click | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapImpl.addClickHandler(ClickMapHandler handler)
This event is fired when the user clicks on the map (but not when they
click on a marker or infowindow).
|
HandlerRegistration |
MapWidget.addClickHandler(ClickMapHandler handler)
This event is fired when the user clicks on the map (but not when they
click on a marker or infowindow).
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<ClickMapHandler> |
ClickMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ClickMapHandler> |
ClickMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClickMapEvent.dispatch(ClickMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Polyline.addClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the Polyline.
|
HandlerRegistration |
Circle.addClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the Circle.
|
HandlerRegistration |
Polygon.addClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the Polygon.
|
HandlerRegistration |
Rectangle.addClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the Rectangle.
|
HandlerRegistration |
GroundOverlay.addClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the GroundOverlay.
|
HandlerRegistration |
Marker.addClickHandler(ClickMapHandler handler)
This event is fired when the marker icon was clicked.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.