DoubleListValue

data class DoubleListValue(val value: Value)

Defines a primitive that can accommodate a list of Double.

Parameters

value

a value representing an array of numbers. See Number

Constructors

Link copied to clipboard
fun DoubleListValue(vararg value: Double)

Create a DoubleListValue from a list of Double.

Link copied to clipboard

Create a DoubleListValue from a list of Double.

Link copied to clipboard
fun DoubleListValue(expression: Expression)

Construct the Color with Mapbox Expression.

Link copied to clipboard
fun DoubleListValue(value: Value)

Types

Link copied to clipboard
object Companion

DoubleListValue's companion object.

Properties

Link copied to clipboard

The list of Double represented by value or null if the stored Value is not a list of Double.

Link copied to clipboard
val value: Value