gestureEvents property

Stream<MapContentGestureContext> gestureEvents
final

Broadcast stream of gesture events for this surface.

Note: on Web, this stream currently covers pointer/touch input only. Keyboard-driven camera changes (arrow keys, +/-, shift+arrows) are not yet emitted here.

Implementation

final Stream<MapContentGestureContext> gestureEvents;