public class FusionTablesMouseMapEvent extends MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<FusionTablesMouseMapHandler> |
TYPE |
properties
Constructor and Description |
---|
FusionTablesMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(FusionTablesMouseMapHandler handler)
implement in the event that inherits this
|
GwtEvent.Type<FusionTablesMouseMapHandler> |
getAssociatedType()
implement in the event that inherits this
|
String |
getInfoWindowHtml()
Pre-rendered HTML content, as placed in the infowindow by the default UI.
|
LatLng |
getLatLng()
The position at which to anchor an infowindow on the clicked feature.
|
Size |
getPixelOffset()
gets The offset to apply to an infowindow anchored on the clicked feature.
|
JavaScriptObject |
getRow()
returns A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
|
String |
getRowAsJson()
A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
|
getAsJson, getProperties
assertLive, getSource, isLive, kill, revive
public static GwtEvent.Type<FusionTablesMouseMapHandler> TYPE
public FusionTablesMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
public GwtEvent.Type<FusionTablesMouseMapHandler> getAssociatedType()
MapEvent
getAssociatedType
in class MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
protected void dispatch(FusionTablesMouseMapHandler handler)
MapEvent
dispatch
in class MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
public String getInfoWindowHtml()
public LatLng getLatLng()
LatLng
public Size getPixelOffset()
public JavaScriptObject getRow()
public String getRowAsJson()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.