toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
HeatmapStyleSpec
Heatmap
Style
Spec
data
class
HeatmapStyleSpec
(
val
color
:
List
<
Number
>
,
val
radius
:
Int
,
val
blur
:
Int
,
val
intensity
:
Int
,
val
weight
:
Int
,
val
opacity
:
Double
)
Members
Constructors
Heatmap
Style
Spec
Link copied to clipboard
constructor
(
color
:
List
<
Number
>
,
radius
:
Int
,
blur
:
Int
,
intensity
:
Int
,
weight
:
Int
,
opacity
:
Double
)
Properties
blur
Link copied to clipboard
val
blur
:
Int
color
Link copied to clipboard
val
color
:
List
<
Number
>
intensity
Link copied to clipboard
val
intensity
:
Int
opacity
Link copied to clipboard
val
opacity
:
Double
radius
Link copied to clipboard
val
radius
:
Int
weight
Link copied to clipboard
val
weight
:
Int