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