summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/(tabs)/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 6344a22..8e52ee1 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -446,8 +446,8 @@ export default function HomeScreen() {
}, 2000);
await Location.startLocationUpdatesAsync(LOCATION_TASK_NAME, {
- accuracy: Location.Accuracy.Balanced,
- distanceInterval: 0,
+ accuracy: Location.Accuracy.Balanced, // ~100 meters of precision
+ distanceInterval: 10, // Send data only if they moved of >=10 meters
deferredUpdatesInterval: 1000,
showsBackgroundLocationIndicator: true,
foregroundService: {