com.google.gwt.maps.client.events.fusiontablemouse
Class FusionTablesMouseMapEvent
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<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
public class FusionTablesMouseMapEvent
- extends MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
TYPE
public static GwtEvent.Type<FusionTablesMouseMapHandler> TYPE
FusionTablesMouseMapEvent
public FusionTablesMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
getAssociatedType
public GwtEvent.Type<FusionTablesMouseMapHandler> getAssociatedType()
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
getAssociatedType in class MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
dispatch
protected void dispatch(FusionTablesMouseMapHandler handler)
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
dispatch in class MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
getInfoWindowHtml
public String getInfoWindowHtml()
- Pre-rendered HTML content, as placed in the infowindow by the default UI.
getLatLng
public LatLng getLatLng()
- The position at which to anchor an infowindow on the clicked feature.
- Returns:
LatLng
getPixelOffset
public Size getPixelOffset()
- gets The offset to apply to an infowindow anchored on the clicked feature.
getRow
public JavaScriptObject getRow()
- returns A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table
row which included the clicked feature.
getRowAsJson
public String getRowAsJson()
- A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which
included the clicked feature.
- Returns:
- as JSON string
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.