DoubleListValue

data class DoubleListValue(val value: Value) : HoldsValue

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

Types

Link copied to clipboard
object Companion

DoubleListValue's companion object.

Functions

Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
open override fun isNotInitial(): Boolean

True if the this value is not INITIAL

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
open override val value: Value