Closed valerierose closed 2 weeks ago
What is the radius it searches when you pass lat + lng ? or is it exact coords?
I think a more reasonable query would be like "fetching users where location is within 0.1 of this latitude+longitude"
for example:
Hi @zacharytyhacz. For now, the radius is 50km, roughly a metro area. In the future, as we iterate on the API, we'll consider making the radius a parameter.
Overview
Adds
fetchUsersByLocation
method to get users by location.Example