|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MVCObject
com.google.maps.gwt.client.FusionTablesLayer
public class FusionTablesLayer
A
FusionTablesLayer
allows you to display data from a Google Fusion Table on a map, as a
rendered layer. (See https://developers.google
.com/fusiontables/ for more information about Fusion Tables).
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Nested Class Summary | |
---|---|
static interface |
FusionTablesLayer.ClickHandler
This event is fired when a feature in the layer is clicked. |
Constructor Summary | |
---|---|
protected |
FusionTablesLayer()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
void |
addClickListener(FusionTablesLayer.ClickHandler handler)
Adds the given listener function to the given event name for the given object instance. |
void |
addClickListenerOnce(FusionTablesLayer.ClickHandler handler)
Like addListener, but the handler removes itself after handling the first event. |
void |
clearClickListeners()
Removes all listeners for the given event for the given instance. |
void |
clearInstanceListeners()
Removes all listeners for all events for the given instance. |
static FusionTablesLayer |
create(FusionTablesLayerOptions options)
A layer that displays data from a Fusion Table. |
GoogleMap |
getMap()
Returns the map on which this layer is displayed. |
void |
setMap(GoogleMap map)
Renders the layer on the specified map. |
void |
setOptions(FusionTablesLayerOptions options)
|
void |
triggerClick(JavaScriptObject... varargs)
Triggers the given event. |
Methods inherited from class com.google.maps.gwt.client.MVCObject |
---|
bindTo, bindTo, bindTo, bindTo, changed, create, get, notify, set, setValues, setValues, unbind, unbindAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesLayer()
Method Detail |
---|
public static FusionTablesLayer create(FusionTablesLayerOptions options)
public final void addClickListener(FusionTablesLayer.ClickHandler handler)
public final void addClickListenerOnce(FusionTablesLayer.ClickHandler handler)
public final void clearClickListeners()
public final void clearInstanceListeners()
public final GoogleMap getMap()
public final void setMap(GoogleMap map)
public final void setOptions(FusionTablesLayerOptions options)
public final void triggerClick(JavaScriptObject... varargs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |