public class FusionTablesLayer extends MVCObject<FusionTablesLayer>
Modifier | Constructor and Description |
---|---|
protected |
FusionTablesLayer()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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
|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.