TapInteraction<T extends FeaturesetDescriptor>.onMap constructor

TapInteraction<T extends FeaturesetDescriptor>.onMap(
  1. OnInteractionContext actionContext,
  2. {bool stopPropagation = true}
)

Implementation

TapInteraction.onMap(OnInteractionContext actionContext,
    {super.stopPropagation = true})
    : super(
          featuresetDescriptor: null,
          interactionType: "TAP",
          action: (feature, context) => actionContext(context));