BMFHeatMap class Null safety

热力图瓦片提供者

Constructors

BMFHeatMap({required List<BMFHeatMapNode> data, int? radius, double? opacity = 0.6, BMFGradient? gradient})
BMFHeatMap构造方法
BMFHeatMap.fromMap(Map map)
map => BMFHeatMap

Properties

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

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited