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

Example usage for Java com.google.gwt.maps.client.visualizationlib HeatMapLayerOptions 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 HeatMapLayerOptions.

The text is from its open source code.

Method

HeatMapLayerOptionsnewInstance()
creates - This object defines the properties that can be set on a HeatmapLayer object.
voidsetGradient(JsArrayString gradient)
The color gradient of the heatmap, specified as an array of CSS color strings.
voidsetMap(MapWidget mapWidget)
Renders the heatmap on the specified map.
voidsetMaxIntensity(double maxIntensity)
The maximum intensity of the heatmap.
voidsetOpacity(double opacity)
The opacity of the heatmap, expressed as a number between 0 and 1.
voidsetRadius(double radius)
The radius of influence for each data point, in pixels.