MapLibre Compose API Reference
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-compose-expressions
/
dev.sargunv.maplibrecompose.expressions.value
/
EquatableValue
Equatable
Value
sealed
interface
EquatableValue
:
ExpressionValue
(
source
)
Represents an
Expression
that resolves to a value that can be compared for equality. See
eq
and
neq
.
Inheritors
BooleanValue
NumberValue
StringValue