OnInteraction<T extends FeaturesetFeature> typedef
Interaction callback for any feature type.
Implementation
typedef OnInteraction<T extends FeaturesetFeature> =
void Function(T? feature, MapContentGestureContext context);