From 4b215ad574d97b7a5e301cffef00211bf6557047 Mon Sep 17 00:00:00 2001 From: ericz Date: Sat, 17 Jan 2026 17:14:39 +0100 Subject: [PATCH] Disable Map rotation --- lib/screens/map_screen.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/screens/map_screen.dart b/lib/screens/map_screen.dart index 12e4470..a07ba01 100644 --- a/lib/screens/map_screen.dart +++ b/lib/screens/map_screen.dart @@ -273,6 +273,9 @@ class _MapScreenState extends State { initialZoom: initialZoom, minZoom: 2.0, maxZoom: 18.0, + interactionOptions: InteractionOptions( + flags: ~InteractiveFlag.rotate + ), onTap: (_, latLng) { if (_isSelectingPoi) { setState(() {