BMFHeatMap class

热力图瓦片提供者

Constructors

BMFHeatMap({List<BMFHeatMapNode>? data, int? radius = 12, bool? radiusIsMeter = false, int? radiusMeter = 12, int? maxShowLevel = 22, int? minShowLevel = 4, double? opacity = 0.6, BMFGradient? gradient, List<List<BMFHeatMapNode>>? datas, int? mMaxHight = 0, double? mMaxIntensity = 1, double? mMinIntensity = 0, BMFAnimation? animation, BMFAnimation? frameAnimation})
BMFHeatMap构造方法
BMFHeatMap.fromMap(Map map)
map => BMFHeatMap

Properties

animation BMFAnimation?
设置第一次显示时的动画属性,默认为无动画 since 3.3.0
getter/setter pair
data ↔ List<BMFHeatMapNode>?
用户传入的热力图数据,数组,成员类型为BMFHeatMapNode
getter/setter pair
datas ↔ List<List<BMFHeatMapNode>>?
用户传入的热力图数据data和datas ,二选一,优先datas 用户传入的热力图数据,数组,成员类型为List
getter/setter pair
frameAnimation BMFAnimation?
设置帧动画属性,默认为无动画 since 3.3.0
getter/setter pair
gradient BMFGradient?
设置热力图渐变
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxShowLevel ↔ int?
设置热力图最大显示等级,默认为22,范围4~22,since 3.5.0
getter/setter pair
minShowLevel ↔ int?
设置热力图最小显示等级,默认为4,范围4~22,since 3.5.0
getter/setter pair
mMaxHight ↔ int?
设置3D热力图最大高度,默认为0ps,范围0~200,since 3.3.0
getter/setter pair
mMaxIntensity ↔ double?
设置热力图最大权重值,默认为1.0,since 3.3.0
getter/setter pair
mMinIntensity ↔ double?
设置热力图最小权重值,默认为0.0,since 3.3.0
getter/setter pair
opacity ↔ double?
设置热力图层透明度,默认 0.6
getter/setter pair
radius ↔ int?
设置热力图点半径,默认为12ps 当radiusIsMeter为false时生效,范围10~50
getter/setter pair
radiusIsMeter ↔ bool?
设置热力图点半径单位是否是米,默认为false,范围10~50,since 3.5.0
getter/setter pair
radiusMeter ↔ int?
设置热力图点半径(米),默认为12米,当mRadiusIsMeter为true时生效,范围10~50,since 3.5.0
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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