nokia.maps.heatmap.Overlay.DataPoint

Interface Summary

This interface represents a single data point that can be visualized in a heat map.

[ For full details, see nokia.maps.heatmap.Overlay.DataPoint ]

Table 1. Property Summary
Properties

{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.

Interface Description

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.

Property Details

{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.

Default Value:
1