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.dsl
/
Feature
/
has
has
fun
has
(
key
:
Expression
<
StringValue
>
)
:
Expression
<
BooleanValue
>
(
source
)
fun
has
(
key
:
String
)
:
Expression
<
BooleanValue
>
(
source
)
Tests for the presence of a property value
key
in the current feature's properties.