From b5d2de44f9e5302e42c6efcbcd7fa21228a070f1 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 25 Jan 2023 13:28:35 +0530 Subject: [PATCH] update loc --- lib/pages/destination/destination_controller.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pages/destination/destination_controller.dart b/lib/pages/destination/destination_controller.dart index 4883f27..073e8de 100644 --- a/lib/pages/destination/destination_controller.dart +++ b/lib/pages/destination/destination_controller.dart @@ -467,9 +467,8 @@ class DestinationController extends GetxController { locationSettings = AppleSettings( accuracy: LocationAccuracy.bestForNavigation, activityType: ActivityType.fitness, - distanceFilter: 3, + distanceFilter: 20, pauseLocationUpdatesAutomatically: false, - timeLimit: Duration(seconds: 3), // Only set to true if our app will be started up in the background. showBackgroundLocationIndicator: true );