- When I search using coordinates and a radius, the API returns observations that completely fit with their accuracy circle inside the circle specified by coordinates and radius.
This is unsuitable for searching for nearby observations, since “being nearby” should be a symmetric relation: When searching for observations B around an observation A given its coordinates and accuracy radius, it will never return an observation B that has a slightly bigger accuracy circle. The opposite search, starting from B, however, would return A.
The solution would be an option that searches for observations whose accuracy circle overlaps with the radius circle. Does this exist? - When authenticated as a user, I can see private coordinates for trusted observations.
However, they are not returned when searching (unless the obscuration rectangle fits the search), even though I have technically access to the coordinates.
Is there a way to solve this?
Thanks in advance.