var

open fun var(@NonNull expression: Expression): Expression

References variable bound using let.

Return

expression

Parameters

expression

the variable naming expression that was bound with using let

See also

<a href="https://maplibre.org/maplibre-style-spec/expressions/#var">Style specification</a>

open fun var(@NonNull variableName: String): Expression

References variable bound using let.

Return

expression

Parameters

variableName

the variable naming that was bound with using let

See also

<a href="https://maplibre.org/maplibre-style-spec/expressions/#var">Style specification</a>