public class WeatherMouseMapEvent extends MapEvent<WeatherMouseMapHandler,WeatherMouseMapEvent>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<WeatherMouseMapHandler> |
TYPE |
properties
Constructor and Description |
---|
WeatherMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(WeatherMouseMapHandler handler)
implement in the event that inherits this
|
GwtEvent.Type<WeatherMouseMapHandler> |
getAssociatedType()
implement in the event that inherits this
|
WeatherFeature |
getFeatureDetails()
The offset to apply to an info window anchored on the clicked feature.
|
String |
getInfoWindowHtml()
Pre-rendered HTML content to display within a feature's
InfoWindow when clicked. |
LatLng |
getLatLng()
The position at which to anchor an info window on the clicked feature.
|
Size |
getPixelOffset()
The offset to apply to an info window anchored on the clicked feature.
|
getAsJson, getProperties
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public static GwtEvent.Type<WeatherMouseMapHandler> TYPE
public WeatherMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
public GwtEvent.Type<WeatherMouseMapHandler> getAssociatedType()
MapEvent
getAssociatedType
in class MapEvent<WeatherMouseMapHandler,WeatherMouseMapEvent>
protected void dispatch(WeatherMouseMapHandler handler)
MapEvent
dispatch
in class MapEvent<WeatherMouseMapHandler,WeatherMouseMapEvent>
public final LatLng getLatLng()
public final Size getPixelOffset()
public String getInfoWindowHtml()
InfoWindow
when clicked.public final WeatherFeature getFeatureDetails()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.