I use Mongo with Mongoose. I have two coordinates points. I want to find users in a specific circle (with the first coordinates point as center). Then, for each users found, I want to calculate the distance from the second point.
How can I do this ? I can do one geospatial query, but two...
Ty by advance !