Skip to content

Instantly share code, notes, and snippets.

@quellish
Created February 1, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save quellish/8f8889e5e47a81d93289 to your computer and use it in GitHub Desktop.
Save quellish/8f8889e5e47a81d93289 to your computer and use it in GitHub Desktop.
NSPredicate distanceToLocation:fromLocation
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