|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.FusionTablesMouseEvent
public class FusionTablesMouseEvent
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 |
---|
protected FusionTablesMouseEvent()
Method Detail |
---|
public static final FusionTablesMouseEvent create()
public final java.lang.String getInfoWindowHtml()
public final LatLng getLatLng()
public final Size getPixelOffset()
public final JavaScriptObject getRow()
FusionTablesCell
objects, indexed by column name, representing the contents of the
table row which included the clicked feature.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |