Tell us what you are trying to do?
I’m trying to create a query filter for users based on distance. The idea is that a site visitor can input an address, and that address will serve as the center of the map. Then, users whose locations fall within a specified radius of that address will be displayed. However, I noticed that the distance filter is available for posts, but not for users (see img1 for posts and img2 for users). Is there a way to implement this type of distance-based query filter for users?
Is there any documentation that you are following?