mapbox-maps-android
/
com.mapbox.maps.extension.style.expressions.generated
/
Expression
/
Companion
/
length
length
@
JvmStatic
fun
length
(vararg expressions:
Expression
):
Expression
Content copied to clipboard
Returns the length of an array or string.
fun
length
(block:
Expression.ExpressionBuilder
.() ->
Unit
):
Expression
Content copied to clipboard
DSL function for "length".
@
JvmStatic
fun
length
(string:
String
):
Expression
Content copied to clipboard
Gets the length of an string.