You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I find the nearest coordinates by given bounds with existing functions?
I have got a center point that I want to fetch the nearest coordinates. orderByDistance is sorting the distance but I would like to pass a distance parameter to get all coordinates based on the max distance. Is that possible?
How can I find the nearest coordinates by given bounds with existing functions?
I have got a center point that I want to fetch the nearest coordinates.
orderByDistance
is sorting the distance but I would like to pass a distance parameter to get all coordinates based on the max distance. Is that possible?Like this:
The text was updated successfully, but these errors were encountered: