layer
fun layer(layerId: String, filter: Value? = null, onLongClick: (InteractiveFeature<FeatureState>, InteractionContext) -> Boolean): MapInteraction
Create the LongClickInteraction for given layerId.
When several LongClickInteractions are registered for the same layerId - the callbacks will be triggered from last to first.
Parameters
layer Id
mandatory layer id.
filter
optional filter. Defaults to NULL.
on Long Click
callback triggered when layer is clicked.