HeatMapOptions class

Constructors

HeatMapOptions.new({double radius = 30, double? minOpacity = 0.3, double blurFactor = 0.5, double layerOpacity = 0.75, Map<double, MaterialColor>? gradient})

Properties

blurFactor double
The blur factor applied during the painting of each point. the higher the number the higher the intensity. accepts a number value between 0 and 1.
getter/setter pair
gradient Map<double, MaterialColor>
Color gradient used for the heat map
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layerOpacity double
Opacity of the heatmap layer when displayed on a map
getter/setter pair
minOpacity double?
the minimum opacity used when calculating the heatmap of an area. accepts a number between 0 and 1.
getter/setter pair
radius double
Default radius size applied during the painting of each point.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultGradient Map<double, MaterialColor>
final