Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save edwardean/255be18299d229e52ddf01b9a81f44c8 to your computer and use it in GitHub Desktop.

Select an option

Save edwardean/255be18299d229e52ddf01b9a81f44c8 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