public class OverlayCompleteMapEvent extends MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<OverlayCompleteMapHandler> |
TYPE |
properties
Constructor and Description |
---|
OverlayCompleteMapEvent(com.google.gwt.ajaxloader.client.Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(OverlayCompleteMapHandler handler)
implement in the event that inherits this
|
GwtEvent.Type<OverlayCompleteMapHandler> |
getAssociatedType()
implement in the event that inherits this
|
Circle |
getCircle() |
Marker |
getMarker() |
OverlayType |
getOverlayType() |
Polygon |
getPolygon() |
Polyline |
getPolyline() |
Rectangle |
getRectangle() |
getAsJson, getProperties
assertLive, getSource, isLive, kill, revive
public static GwtEvent.Type<OverlayCompleteMapHandler> TYPE
public OverlayCompleteMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
public GwtEvent.Type<OverlayCompleteMapHandler> getAssociatedType()
MapEvent
getAssociatedType
in class MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>
protected void dispatch(OverlayCompleteMapHandler handler)
MapEvent
dispatch
in class MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>
public OverlayType getOverlayType()
public Circle getCircle()
public Marker getMarker()
public Polygon getPolygon()
public Polyline getPolyline()
public Rectangle getRectangle()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.