Companion
object Companion
Static variables and methods.
Functions
Link copied to clipboard
fun featureset(featuresetId: String, importId: String? = null, filter: Value? = null, onLongClick: (InteractiveFeature<FeatureState>, InteractionContext) -> Boolean): MapInteraction
Create the LongClickInteraction for given featureset defined with featuresetId and optional importId.
Link copied to clipboard
Create the LongClickInteraction for the map surface itself.
Link copied to clipboard
fun layer(layerId: String, filter: Value? = null, onLongClick: (InteractiveFeature<FeatureState>, InteractionContext) -> Boolean): MapInteraction
Create the LongClickInteraction for given layerId.