GenerateId

Whether to generate ids for the geojson features. When enabled, the feature.id property will be auto assigned based on its index in the features array, over-writing any previous values.

Parameters

value

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

Constructors

Link copied to clipboard
fun GenerateId(value: Boolean)

Construct the GenerateId with Boolean.

Link copied to clipboard
fun GenerateId(expression: Expression)

Construct the GenerateId with Mapbox Expression.

Link copied to clipboard
fun GenerateId(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard