gestureEvents property

Stream<MapContentGestureContext> gestureEvents
final

Broadcast stream of gesture events for this surface.

Note: on Web, this stream covers pointer/touch input only. Keyboard-driven camera changes (arrow keys, +/-, shift+arrows) are delivered separately through GesturesSettingsManager.keyboard.

Implementation

final Stream<MapContentGestureContext> gestureEvents;