In my Users table I created a field [current_location] of type GeoPoint that I use for saving their current location of the user at time (s)he logins in the app.
I would like to search within radius (let's say 10 Miles) of these Geopoint records in Users table and return the usernames of all Users within the area.
Can you help please?