DoubleRangeValue

fun DoubleRangeValue(lower: Double, upper: Double)

Create a DoubleRangeValue that contains a list of Double that represent a range.

Parameters

lower

the lower limit Double to store

upper

the upper limit Double to store


fun DoubleRangeValue(expression: Expression)

Construct the primitive with Mapbox Expression.


Parameters

value

a value representing an array of two numbers. See Number