Amélioration Géolocalisation

This commit is contained in:
2024-12-19 16:47:41 +01:00
parent abb5c3c584
commit 590539a979
7 changed files with 84 additions and 19 deletions

View File

@ -1,7 +1,6 @@
import { Accuracy } from 'expo-location'
export const Constants = {
LOCATION_ACCURACY: Accuracy.BestForNavigation,
MIN_DELAY_LOCATION_SENT: 20,
QUERY_REFETCH_INTERVAL: 15,
}