Range

data class Range(val value: Value)

The start and end distance range in which fog fades from fully transparent to fully opaque. The distance to the point at the center of the map is defined as zero, so that negative range values are closer to the camera, and positive values are farther away.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun Range(value: List<Double>)

Construct the Range with List.

Link copied to clipboard
fun Range(expression: Expression)

Construct the Range with Mapbox Expression.

Link copied to clipboard
fun Range(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard