Forked from quellish/predicatedistanceToLocationfromLocation.m
Created
August 24, 2016 06:16
-
-
Save edwardean/255be18299d229e52ddf01b9a81f44c8 to your computer and use it in GitHub Desktop.
NSPredicate distanceToLocation:fromLocation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| predicate = [NSPredicate predicateWithFormat:@"distanceToLocation:fromLocation:(%@, %@) =< %@", | |
| toLocation, | |
| fromLocation, | |
| expectedDistance | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment