diff --git a/lib/widgets/fullscreen/info/location_section.dart b/lib/widgets/fullscreen/info/location_section.dart index a4d37f677..eb82b25ae 100644 --- a/lib/widgets/fullscreen/info/location_section.dart +++ b/lib/widgets/fullscreen/info/location_section.dart @@ -191,6 +191,7 @@ class ImageMapState extends State with AutomaticKeepAliveClientMixin { onMapCreated: (controller) => setState(() => _controller = controller), rotateGesturesEnabled: false, scrollGesturesEnabled: false, + zoomControlsEnabled: false, zoomGesturesEnabled: false, tiltGesturesEnabled: false, myLocationEnabled: false,