From 3089ab7bbb696a695f0e58b4b4532006597d6a31 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Tue, 29 Oct 2024 00:27:50 +0800 Subject: [PATCH] Tweak OSM map rotation threshold --- np_gps_map/lib/src/interactive_map/osm.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/np_gps_map/lib/src/interactive_map/osm.dart b/np_gps_map/lib/src/interactive_map/osm.dart index 1f892280..8f5215b2 100644 --- a/np_gps_map/lib/src/interactive_map/osm.dart +++ b/np_gps_map/lib/src/interactive_map/osm.dart @@ -73,6 +73,7 @@ class _OsmInteractiveMapState extends State { interactionOptions: const InteractionOptions( enableMultiFingerGestureRace: true, pinchZoomThreshold: 0.25, + rotationThreshold: 15, ), ), children: [