PromoteId

A property to use as a feature id (for feature state). Either a property name, or an object of the form {<sourceLayer>: <propertyName>}. If specified as a string for a vector tile source, the same property is used across all its source layers. If specified as an object only specified source layers will have id overriden, others will fallback to original feature id

Parameters

value

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

Constructors

Link copied to clipboard
fun PromoteId(value: PromoteId)

Construct the PromoteId with PromoteId.

Link copied to clipboard
fun PromoteId(expression: Expression)

Construct the PromoteId with Mapbox Expression.

Link copied to clipboard
fun PromoteId(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard