maxIntensity property

double? maxIntensity
final

The maximum intensity of the heatmap.

By default, heatmap colors are dynamically scaled according to the greatest concentration of points at any particular pixel on the map. This property allows you to specify a fixed maximum.

Implementation

final double? maxIntensity;