Y
Hacker News
new
|
ask
|
show
|
jobs
by
hutattedonmyarm
3302 days ago
What about the desiredAccuracy property of CLLocationManager [1]?
[1]
https://developer.apple.com/documentation/corelocation/clloc...
1 comments
matthewmacleod
3302 days ago
There is no specific permission for accuracy, which I think was the point there.
link
MBCook
3302 days ago
Right. An application can ask for what it wants (low accuracy is much faster and burns less battery since it doesn't start GPS) but there's no way for the user to say that an app can ONLY get low accuracy data.
link