BMFHeatMap constructor
- {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< ? datas,BMFHeatMapNode> > - int? mMaxHight = 0,
- double? mMaxIntensity = 1,
- double? mMinIntensity = 0,
- BMFAnimation? animation,
- BMFAnimation? frameAnimation}
BMFHeatMap构造方法
Implementation
BMFHeatMap({
this.data,
this.radius = 12,
this.radiusIsMeter = false,
this.radiusMeter = 12,
this.maxShowLevel = 22,
this.minShowLevel = 4,
this.opacity = 0.6,
this.gradient,
this.datas,
this.mMaxHight = 0,
this.mMaxIntensity = 1,
this.mMinIntensity = 0,
this.animation,
this.frameAnimation,
});