com.google.gwt.maps.client.events.weatherlibmouse
Class WeatherMouseMapEvent
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<WeatherMouseMapHandler,WeatherMouseMapEvent>
com.google.gwt.maps.client.events.weatherlibmouse.WeatherMouseMapEvent
public class WeatherMouseMapEvent
- extends MapEvent<WeatherMouseMapHandler,WeatherMouseMapEvent>
The properties of a mouse event on a WeatherLayer
See
WeatherMouseEvent API Doc
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
TYPE
public static GwtEvent.Type<WeatherMouseMapHandler> TYPE
WeatherMouseMapEvent
public WeatherMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
getAssociatedType
public GwtEvent.Type<WeatherMouseMapHandler> getAssociatedType()
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
getAssociatedType in class MapEvent<WeatherMouseMapHandler,WeatherMouseMapEvent>
dispatch
protected void dispatch(WeatherMouseMapHandler handler)
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
dispatch in class MapEvent<WeatherMouseMapHandler,WeatherMouseMapEvent>
getLatLng
public final LatLng getLatLng()
- The position at which to anchor an info window on the clicked feature.
- Returns:
- clicked position
getPixelOffset
public final Size getPixelOffset()
- The offset to apply to an info window anchored on the clicked feature.
- Returns:
- pixel offset of info window anchor
getInfoWindowHtml
public String getInfoWindowHtml()
- Pre-rendered HTML content to display within a feature's
InfoWindow when clicked.
getFeatureDetails
public final WeatherFeature getFeatureDetails()
- The offset to apply to an info window anchored on the clicked feature.
- Returns:
- weather information for the clicked location
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.