featureset
fun featureset(featuresetId: String, importId: String? = null, filter: Value? = null, onClick: (InteractiveFeature<FeatureState>, InteractionContext) -> Boolean): MapInteraction
Create the ClickInteraction for given featureset defined with featuresetId and optional importId.
When several ClickInteractions are registered for the same featuresetId and importId - the callbacks will be triggered from last to first.
Parameters
featureset Id
mandatory featureset id.
import Id
optional style import id.
filter
optional filter. Defaults to NULL.
on Click
callback triggered when featureset is clicked.