PromiseKit / CoreLocation

Promises for Swift & ObjC
http://promisekit.org
MIT License
30 stars 29 forks source link

How to set desiredAccuracy? #2

Closed emadd closed 6 years ago

emadd commented 7 years ago

Is it possible to set the desired accuracy?

mxcl commented 7 years ago

There is no convenience for this as yet. Easy PR though.

mxcl commented 6 years ago

This is now possible via the satisfying closure parameter.