Java com.google.gwt.maps.client.visualizationlib HeatMapLayer fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.visualizationlib HeatMapLayer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.visualizationlib HeatMapLayer.

The text is from its open source code.

Method

HeatMapLayernewInstance(HeatMapLayerOptions options)
A layer that provides a client-side rendered heatmap, depicting the intensity of data at geographical points.
voidsetData(JsArray dataPoints)
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
voidsetData(MVCArray dataPoints)
Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.