This interface represents a single data point that can be visualized in a heat map.
[ For full details, see nokia.maps.heatmap.Overlay.DataPoint ]
This interface represents a single data point that can be visualized in a heat map. It consists of the geographic coordinates defining its position and an optional value to be associated with this position.
{Number} latitude
This property defines the latitude of this data point.
{Number} longitude
This property defines the longitude of this data point.
{Number} value
This property defines a numeric "heat" value associated with the given data point. If no value is defined, the default is 1.