|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.mvc.MVCObject<FusionTablesLayer>
com.google.gwt.maps.client.layers.FusionTablesLayer
public class FusionTablesLayer
A FusionTablesLayer allows you to display data from a Google Fusion Table on a map, as a rendered layer. (See Fusion Table site). Table data can be queried using the same query language as is used in the Fusion Tables API. This class extends MVCObject.
See FusionTablesLayer API Doc
Constructor Summary | |
---|---|
protected |
FusionTablesLayer()
use newInstance(); |
Method Summary | |
---|---|
HandlerRegistration |
addClickHandler(FusionTablesMouseMapHandler handler)
This event is fired when a feature in the layer is clicked. |
MapWidget |
getMap()
Returns the map on which this layer is displayed. |
static FusionTablesLayer |
newInstance(FusionTablesLayerOptions options)
A layer that displays data from a Fusion Table. |
void |
setMap(MapWidget mapWidget)
Renders the layer on the specified map. |
void |
setOptions(FusionTablesLayerOptions options)
set Options |
Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject |
---|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesLayer()
Method Detail |
---|
public static final FusionTablesLayer newInstance(FusionTablesLayerOptions options)
options
- public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMap()
public final void setOptions(FusionTablesLayerOptions options)
options
- public final HandlerRegistration addClickHandler(FusionTablesMouseMapHandler handler)
handler
-
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |