public class KmlMouseMapEvent extends MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<KmlMouseMapHandler> |
TYPE |
properties
Constructor and Description |
---|
KmlMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(KmlMouseMapHandler handler)
implement in the event that inherits this
|
GwtEvent.Type<KmlMouseMapHandler> |
getAssociatedType()
implement in the event that inherits this
|
KmlFeatureData |
getFeatureData()
get A KmlFeatureData object, containing information about the clicked feature.
|
LatLng |
getLatLng()
get The position at which to anchor an infowindow on the clicked feature.
|
Size |
getPixelOffset()
get The offset to apply to an infowindow anchored on the clicked feature.
|
getAsJson, getProperties
assertLive, getSource, isLive, kill, revive
public static GwtEvent.Type<KmlMouseMapHandler> TYPE
public KmlMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
public GwtEvent.Type<KmlMouseMapHandler> getAssociatedType()
MapEvent
getAssociatedType
in class MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
protected void dispatch(KmlMouseMapHandler handler)
MapEvent
dispatch
in class MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
public KmlFeatureData getFeatureData()
public LatLng getLatLng()
public Size getPixelOffset()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.