Promote Id
data class PromoteId @JvmOverloads constructor(val propertyName: String, val sourceId: String? = null)
Holds a property type to promote a specific feature for feature state API.
Parameters
source Id
source layer id of the feature, either source GeoJsonSource or VectorSource.
property Name
feature property name.
For more information see The online documentation.