BMFHeatMap class

热力图瓦片提供者

Implemented types
  • BMFModel

Constructors

BMFHeatMap({@required List<BMFHeatMapNode> data, int radius, double opacity: 0.6, BMFGradient gradient})
BMFHeatMap构造方法

Properties

data ↔ List<BMFHeatMapNode>
用户传入的热力图数据,数组,成员类型为BMFHeatMapNode
read / write
gradient BMFGradient
设置热力图渐变
read / write
opacity ↔ double
设置热力图层透明度,默认 0.6
read / write
radius ↔ int
设置热力图点半径
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
toMap() → Map<String, Object>
model -> map
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited