Interface: IDataPoint

H.data.heatmap.IDataPoint

This interface represents a single data point that can be represented visually in a heat map. It consists of the geographic coordinates defining the location of the point and an optional value to be associated with this location.

Extends

Members

alt H.geo.Altitude | undefined inherited

This property represents the altitude of the point.

lat H.geo.Latitude non-null inherited

This property represents the latitude of the point.

lng H.geo.Longitude non-null inherited

This property represents the longitude of the point.

value number | undefined

This property holds the "heat" value associated with the given data point. The default is 1.