toggle menu
MapLibre Native Android
11.6.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.style.layers
/
LayoutPropertyValue
Layout
Property
Value
open
class
LayoutPropertyValue
<
T
>
:
PropertyValue
<
T
>
Members
Constructors
Layout
Property
Value
Link copied to clipboard
constructor
(
@
NonNull
name
:
String
,
value
:
T
)
Properties
name
Link copied to clipboard
@
NonNull
val
name
:
String
value
Link copied to clipboard
val
value
:
T
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Color
Int
Link copied to clipboard
@
ColorInt
@
Nullable
open
fun
getColorInt
(
)
:
Integer
Get the color int value of the property if the value is a color.
get
Expression
Link copied to clipboard
@
Nullable
open
fun
getExpression
(
)
:
Expression
Get the expression of the property.
get
Value
Link copied to clipboard
@
Nullable
open
fun
getValue
(
)
:
T
Get the value of the property.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Expression
Link copied to clipboard
open
fun
isExpression
(
)
:
Boolean
Returns if this is a expression.
is
Null
Link copied to clipboard
open
fun
isNull
(
)
:
Boolean
Returns if this is null
is
Value
Link copied to clipboard
open
fun
isValue
(
)
:
Boolean
Returns if this is a value.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Get the string representation of a property value.