diff --git a/lib/src/gestures/map_interactive_viewer.dart b/lib/src/gestures/map_interactive_viewer.dart index 14972de7b..124172ef6 100644 --- a/lib/src/gestures/map_interactive_viewer.dart +++ b/lib/src/gestures/map_interactive_viewer.dart @@ -466,6 +466,10 @@ class MapInteractiveViewerState extends State pointerSignal.localPosition, newZoom, ); + + _closeFlingAnimationController(MapEventSource.scrollWheel); + _closeDoubleTapController(MapEventSource.scrollWheel); + widget.controller.moveRaw( newCenter, newZoom,