Follow us on GitHub

com.google.gwt.maps.client.layers
Class FusionTableHeatmap

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.layers.FusionTableHeatmap

public class FusionTableHeatmap
extends JavaScriptObject

Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.

See FusionTablesHeatmap API Doc


Constructor Summary
protected FusionTableHeatmap()
          use newInstance();
 
Method Summary
 boolean getEnabled()
          gets If true, render the layer as a heatmap.
static FusionTableHeatmap newInstance()
          Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.
 void setEnabled(boolean enabled)
          sets If true, render the layer as a heatmap.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FusionTableHeatmap

protected FusionTableHeatmap()
use newInstance();

Method Detail

newInstance

public static final FusionTableHeatmap newInstance()
Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.


setEnabled

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

Parameters:
enabled -

getEnabled

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.