on Place Labels Long Clicked
fun onPlaceLabelsLongClicked(importId: String? = null, filter: Expression? = null, onLongClick: FeaturesetFeatureScope.(StandardPlaceLabelsFeature, InteractionContext) -> Boolean): StandardStyleInteractionsState
Add the LongClickInteraction for featureset 'place-labels' from Mapbox Standard Style or Mapbox Standard Satellite Style.
When several LongClickInteractions 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.
on Long Click
callback triggered when the Standard featureset is long clicked.