Uses of Class
com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions

Packages that use HeatMapLayerOptions
com.google.gwt.maps.client.visualizationlib   
 

Uses of HeatMapLayerOptions in com.google.gwt.maps.client.visualizationlib
 

Methods in com.google.gwt.maps.client.visualizationlib that return HeatMapLayerOptions
static HeatMapLayerOptions HeatMapLayerOptions.newInstance()
          creates - This object defines the properties that can be set on a HeatmapLayer object.
 

Methods in com.google.gwt.maps.client.visualizationlib with parameters of type HeatMapLayerOptions
static HeatMapLayer HeatMapLayer.newInstance(HeatMapLayerOptions options)
          A layer that provides a client-side rendered heatmap, depicting the intensity of data at geographical points.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.