TapInteraction<T extends FeaturesetDescriptor>.onMap constructor
- OnInteractionContext actionContext, {
- bool stopPropagation = true,
Implementation
TapInteraction.onMap(OnInteractionContext actionContext,
{super.stopPropagation = true})
: super(
featuresetDescriptor: null,
interactionType: "TAP",
action: (feature, context) => actionContext(context));