com.google.gwt.maps.client.events.kmlmouse
Class KmlMouseMapEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.maps.client.events.MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
public class KmlMouseMapEvent
- extends MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
Constructor Summary |
KmlMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
|
TYPE
public static GwtEvent.Type<KmlMouseMapHandler> TYPE
KmlMouseMapEvent
public KmlMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
getAssociatedType
public GwtEvent.Type<KmlMouseMapHandler> getAssociatedType()
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
getAssociatedType
in class MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
dispatch
protected void dispatch(KmlMouseMapHandler handler)
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
dispatch
in class MapEvent<KmlMouseMapHandler,KmlMouseMapEvent>
getFeatureData
public KmlFeatureData getFeatureData()
- get A KmlFeatureData object, containing information about the clicked feature.
getLatLng
public LatLng getLatLng()
- get The position at which to anchor an infowindow on the clicked feature.
getPixelOffset
public Size getPixelOffset()
- get The offset to apply to an infowindow anchored on the clicked feature.
Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.