SourceLayer

Layer to use from a vector tile source. Required for vector tile sources; prohibited for all other source types, including GeoJSON sources.

Parameters

value

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

Constructors

Link copied to clipboard
fun SourceLayer(value: String)

Construct the SourceLayer with String.

Link copied to clipboard
fun SourceLayer(expression: Expression)

Construct the SourceLayer with Mapbox Expression.

Link copied to clipboard
fun SourceLayer(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard