Skip to content

Commit

Permalink
update accuracy for location
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ishita-g committed Dec 11, 2024
1 parent 42ea491 commit 13ab708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ios/Runner/LocationManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LocationsHandler: NSObject, ObservableObject, CLLocationManagerDelegate {
super.init()
manager.delegate = self
manager.distanceFilter = 10
manager.desiredAccuracy = kCLLocationAccuracyBest
manager.desiredAccuracy = kCLLocationAccuracyBestForNavigation
manager.allowsBackgroundLocationUpdates = true
manager.pausesLocationUpdatesAutomatically = false
}
Expand Down

0 comments on commit 13ab708

Please sign in to comment.