HeatMapOptions class
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