DoubleValue

fun DoubleValue(value: Double)

Create a DoubleValue that contains finite double value.

Parameters

value

the Double to store


fun DoubleValue(expression: Expression)

Construct the primitive with Mapbox Expression.


fun DoubleValue(value: Value)

Parameters

value

a value representing a number. See Number