PromiseKit / CoreLocation

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

Add ability to filter locations based on satisfaction of provided block #7

Closed luke-gs closed 6 years ago

luke-gs commented 6 years ago

• Optional block can be provided in order to filter out the locations as the user desires • See test case for a basic use case

mxcl commented 6 years ago

I appreciate how you did it, thanks.