Namespace: heatmap

H.data.heatmap

This namespace contains classes and functionality that support heat map creation.

Classes

Colors
Provider

Interface Definitions

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.