on Map Clicked
fun onMapClicked(onClick: FeaturesetFeatureScope.(InteractionContext) -> Boolean): StyleInteractionsState
Add the ClickInteraction for the map surface itself.
When several map ClickInteractions are registered - the callbacks will be triggered from last to first.
Parameters
on Click
callback triggered when map surface is clicked.