I have PFGeoPoint in Parse and there is a serachView where the user will enter the radius in miles. So it will return a list of users who are within dat radius of distance.
I know we can fetch the distance from coordinates but I don't know how to get all the users there and check one by one.
Please if any one can suggest me something then it will be a great help for me as I am new to iOS and Parse.
EDITED
Parse actually have a simple solution to that:
You can change
withinKilometers
towithinMiles
.