|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.LayerOptions
com.google.maps.gwt.client.FusionTablesLayerOptions
public class FusionTablesLayerOptions
This object defines the properties that can be set on a
FusionTablesLayer
object.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
FusionTablesLayerOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static FusionTablesLayerOptions |
create()
|
void |
setClickable(boolean clickable)
If true, the layer receives mouse events. |
void |
setHeatmap(FusionTablesHeatmap heatmap)
Options which define the appearance of the layer as a heatmap. |
void |
setMap(GoogleMap map)
The map on which to display the layer. |
void |
setQuery(FusionTablesQuery query)
Options defining the data to display. |
void |
setStyles(
An array of up to 5 style specifications, which control the appearance of features within the layer. |
void |
setSuppressInfoWindows(boolean suppressInfoWindows)
Suppress the rendering of info windows when layer features are clicked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesLayerOptions()
Method Detail |
---|
public static final FusionTablesLayerOptions create()
public final void setClickable(boolean clickable)
public final void setHeatmap(FusionTablesHeatmap heatmap)
public final void setMap(GoogleMap map)
public final void setQuery(FusionTablesQuery query)
public final void setStyles(styles)
public final void setSuppressInfoWindows(boolean suppressInfoWindows)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |