Is there any approach i should take if i want to be able to query for nearby users?
I do have a latitude and longitude value of my current position. And i want to find users within a certain radius.
Currently i save lat and lon values into every User custom_fields so it is stored for each user their last updated position.
But how can i do a query for this?