From a1a1a553507266e57d7f52cd6ba73beb3a40ed55 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Tue, 21 Apr 2020 10:46:43 +0900 Subject: [PATCH] info: removed native map zoom controls --- lib/widgets/fullscreen/info/location_section.dart | 1 + 1 file changed, 1 insertion(+) 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,