Corrections et optimisations géolocalisation

This commit is contained in:
2024-12-17 22:03:22 +01:00
parent 55aff5f900
commit 834b1643de
4 changed files with 28 additions and 21 deletions

View File

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