toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
StyleValue
Style
Value
sealed
class
StyleValue
<
out
T
>
Inheritors
Constant
Expression
Members
Types
Companion
Link copied to clipboard
object
Companion
Constant
Link copied to clipboard
data
class
Constant
<
T
>
(
val
value
:
T
)
:
StyleValue
<
T
>
Expression
Link copied to clipboard
data
class
Expression
(
val
expression
:
Expression
)
:
StyleValue
<
Nothing
>
Properties
constant
Value
Link copied to clipboard
val
constantValue
:
T
?
expression
Value
Link copied to clipboard
val
expressionValue
:
Expression
?
resolved
Value
Link copied to clipboard
val
resolvedValue
:
Any
?