com.google.maps.gwt.client
Class FusionTablesHeatmap

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

public class FusionTablesHeatmap
extends JavaScriptObject

Specifies the appearance for a FusionTablesLayer when rendered as a heatmap. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected FusionTablesHeatmap()
          Protected constructor avoids default public constructor.
 
Method Summary
 boolean getEnabled()
          If true, render the layer as a heatmap.
 void setEnabled(boolean enabled)
          If true, render the layer as a heatmap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FusionTablesHeatmap

protected FusionTablesHeatmap()
Protected constructor avoids default public constructor.

Method Detail

getEnabled

public final boolean getEnabled()
If true, render the layer as a heatmap.


setEnabled

public final void setEnabled(boolean enabled)
If true, render the layer as a heatmap.