com.google.maps.gwt.client
Class FusionTablesMouseEvent

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.FusionTablesMouseEvent

public class FusionTablesMouseEvent
extends JavaScriptObject

The properties of a mouse event on a FusionTablesLayer . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected FusionTablesMouseEvent()
          Protected constructor avoids default public constructor.
 
Method Summary
static FusionTablesMouseEvent create()
           
 java.lang.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()
          The offset to apply to an infowindow anchored on the clicked feature.
 JavaScriptObject getRow()
          A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FusionTablesMouseEvent

protected FusionTablesMouseEvent()
Protected constructor avoids default public constructor.

Method Detail

create

public static final FusionTablesMouseEvent create()

getInfoWindowHtml

public final java.lang.String getInfoWindowHtml()
Pre-rendered HTML content, as placed in the infowindow by the default UI.


getLatLng

public final LatLng getLatLng()
The position at which to anchor an infowindow on the clicked feature.


getPixelOffset

public final Size getPixelOffset()
The offset to apply to an infowindow anchored on the clicked feature.


getRow

public final JavaScriptObject getRow()
A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.