toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
ContourStyleSpec
Contour
Style
Spec
data
class
ContourStyleSpec
(
val
interval
:
Int
,
val
majorInterval
:
Int
,
val
width
:
Int
,
val
majorWidth
:
Int
,
val
scale
:
Int
,
val
offset
:
Int
)
Members
Constructors
Contour
Style
Spec
Link copied to clipboard
constructor
(
interval
:
Int
,
majorInterval
:
Int
,
width
:
Int
,
majorWidth
:
Int
,
scale
:
Int
,
offset
:
Int
)
Properties
interval
Link copied to clipboard
val
interval
:
Int
major
Interval
Link copied to clipboard
val
majorInterval
:
Int
major
Width
Link copied to clipboard
val
majorWidth
:
Int
offset
Link copied to clipboard
val
offset
:
Int
scale
Link copied to clipboard
val
scale
:
Int
width
Link copied to clipboard
val
width
:
Int