com.google.maps.gwt.client
Class FusionTablesLayerOptions

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.LayerOptions
          extended by com.google.maps.gwt.client.FusionTablesLayerOptions

public class FusionTablesLayerOptions
extends LayerOptions

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( styles)
          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

FusionTablesLayerOptions

protected FusionTablesLayerOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final FusionTablesLayerOptions create()

setClickable

public final void setClickable(boolean clickable)
If true, the layer receives mouse events. Default value is true.


setHeatmap

public final void setHeatmap(FusionTablesHeatmap heatmap)
Options which define the appearance of the layer as a heatmap.


setMap

public final void setMap(GoogleMap map)
The map on which to display the layer.


setQuery

public final void setQuery(FusionTablesQuery query)
Options defining the data to display.


setStyles

public final void setStyles( styles)
An array of up to 5 style specifications, which control the appearance of features within the layer.


setSuppressInfoWindows

public final void setSuppressInfoWindows(boolean suppressInfoWindows)
Suppress the rendering of info windows when layer features are clicked.