maplibre-compose
Toggle table of contents
0.11.1
common
Platform filter
common
Switch theme
Search in API
maplibre-compose
maplibre-compose
/
org.maplibre.compose.expressions.dsl
/
abs
abs
fun
<
U
,
V
:
NumberValue
<
U
>
>
abs
(
value
:
Expression
<
V
>
)
:
Expression
<
V
>
(
source
)
Returns the absolute value of
value
, i.e. always a positive value.