Class: HeatmapPoint

HeatmapPoint()

new HeatmapPoint()

Source:

Methods

(async, static) createObj() → {Promise.<HeatmapPoint>}

构造一个新的 HeatmapPoint 对象。
Source:
Returns:
Type
Promise.<HeatmapPoint>

(async, static) getPoint() → {Promise.<Dot>}

获取热力点坐标
Source:
Returns:
Type
Promise.<Dot>

(async, static) getValue() → {Promise.<*>}

获取热力点权重
Source:
Returns:
Type
Promise.<*>

(async, static) setPoint(point) → {Promise.<void>}

设置热力点坐标
Parameters:
Name Type Description
point Object
Source:
Returns:
Type
Promise.<void>

(async, static) setValue(value) → {Promise.<void>}

设置热力点权重
Parameters:
Name Type Description
value Number
Source:
Returns:
Type
Promise.<void>