OnInteractionContext typedef

OnInteractionContext = void Function(MapContentGestureContext context)

Interaction callback that just returns the MapContentGestureContext.

Implementation

typedef OnInteractionContext = void Function(MapContentGestureContext context);