raw

open fun raw(@NonNull rawExpression: String): Expression

Returns a DSL equivalent of a raw expression.

If your raw expression contains a coma (,) delimited literal it has to be enclosed with double quotes ("), for example


  ["to-color", "rgba(255, 0, 0, 255)"]
  

Return

the resulting expression

Parameters

rawExpression

the raw expression

See also

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