update loc

This commit is contained in:
Mohamed Nouffer
2023-01-25 13:28:35 +05:30
parent b5b361df70
commit b5d2de44f9

View File

@ -467,9 +467,8 @@ class DestinationController extends GetxController {
locationSettings = AppleSettings( locationSettings = AppleSettings(
accuracy: LocationAccuracy.bestForNavigation, accuracy: LocationAccuracy.bestForNavigation,
activityType: ActivityType.fitness, activityType: ActivityType.fitness,
distanceFilter: 3, distanceFilter: 20,
pauseLocationUpdatesAutomatically: false, pauseLocationUpdatesAutomatically: false,
timeLimit: Duration(seconds: 3),
// Only set to true if our app will be started up in the background. // Only set to true if our app will be started up in the background.
showBackgroundLocationIndicator: true showBackgroundLocationIndicator: true
); );