on Map Long Clicked
fun onMapLongClicked(onLongClick: FeaturesetFeatureScope.(InteractionContext) -> Boolean): StyleImportInteractionsState
Add the LongClickInteraction for the map surface itself.
When several map LongClickInteractions are registered - the callbacks will be triggered from last to first.
Parameters
on Long Click
callback triggered when map surface is clicked.