public class FusionTablesLayerOptions extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
FusionTablesLayerOptions()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
boolean |
getClickable()
gets If true, the layer receives mouse events.
|
FusionTableHeatmap |
getHeatmap()
gets Options which define the appearance of the layer as a heatmap.
|
MapWidget |
getMap()
Returns the map on which this layer is displayed.
|
FusionTablesQuery |
getQuery()
gets Options defining the data to display.
|
JsArray<FusionTablesStyle> |
getStyles()
gets An array of up to 5 style specifications, which control the appearance of features within the layer.
|
boolean |
getSuppressInfoWindows()
gets Suppress the rendering of info windows when layer features are clicked.
|
static FusionTablesLayerOptions |
newInstance()
creates - This object defines the properties that can be set on a FusionTablesLayer object.
|
void |
setClickable(boolean clickable)
sets If true, the layer receives mouse events.
|
void |
setHeatmap(FusionTableHeatmap heatmap)
sets Options which define the appearance of the layer as a heatmap.
|
void |
setMap(MapWidget mapWidget)
Renders the layer on the specified map.
|
void |
setQuery(FusionTablesQuery query)
sets Options defining the data to display.
|
void |
setStyles(JsArray<FusionTablesStyle> styles)
sets An array of up to 5 style specifications, which control the appearance of features within the layer.
|
void |
setSuppressInfoWindows(boolean suppressInfoWindows)
sets Suppress the rendering of info windows when layer features are clicked.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final FusionTablesLayerOptions newInstance()
public final void setClickable(boolean clickable)
clickable
- public final boolean getClickable()
public final void setHeatmap(FusionTableHeatmap heatmap)
heatmap
- public final FusionTableHeatmap getHeatmap()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMap()
public final void setQuery(FusionTablesQuery query)
query
- public final FusionTablesQuery getQuery()
public final void setStyles(JsArray<FusionTablesStyle> styles)
styles
- public final JsArray<FusionTablesStyle> getStyles()
public final void setSuppressInfoWindows(boolean suppressInfoWindows)
suppressInfoWindows
- public final boolean getSuppressInfoWindows()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.