LongValue

data class LongValue(val value: Value)

Defines a Number primitive that can accommodate a Long.

Parameters

value

a value representing a number. See Number

Constructors

Link copied to clipboard
fun LongValue(value: Long)

Create a LongValue that contains long value.

Link copied to clipboard
fun LongValue(expression: Expression)

Construct the primitive with Mapbox Expression.

Link copied to clipboard
fun LongValue(value: Value)

Types

Link copied to clipboard
object Companion

LongValue's companion object.

Properties

Link copied to clipboard

The Long represented by value or null if the stored Value is not a Long.

Link copied to clipboard