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