on Place Labels Clicked
fun onPlaceLabelsClicked(importId: String? = null, filter: Expression? = null, radius: Double? = null, onClick: FeaturesetFeatureScope.(StandardPlaceLabelsFeature, InteractionContext) -> Boolean): StandardStyleInteractionsState
Add the ClickInteraction for featureset 'place-labels' from Mapbox Standard Style or Mapbox Standard Satellite Style.
When several ClickInteractions are registered for the same importId - the callbacks will be triggered from last to first.
Parameters
import Id
optional Standard style import id.
filter
optional filter. Defaults to NULL.
radius
of an extra area around touch in screen pixels. Defaults to NULL meaning 0-radius pixels area.
on Click
callback triggered when the Standard featureset is clicked.