Open this page in the API Guide

MapHeatmapStyle Constructor

Initializes the heatmap style. Called during construction.
 

Parameters

options

Type: Object
(optional) An object with properties and values to set on this instance.
Optional: True

Examples

The following example initializes a new instance of a MapHeatmapStyle object:

1
var newObject = new dundas.controls.MapHeatmapStyle();