RasterLayers

data class RasterLayers(val value: Value) : HoldsValue

Contains the description of the raster data layers and the bands contained within the tiles.

Parameters

value

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

Constructors

Link copied to clipboard

Construct the RasterLayers with List.

Link copied to clipboard
fun RasterLayers(expression: Expression)

Construct the RasterLayers with Mapbox Expression.

Link copied to clipboard
fun RasterLayers(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard

True if the this value is not INITIAL

Properties

Link copied to clipboard
open override val value: Value