Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モルヒネに問題があります。場所の周囲の特定の半径にある場所をクエリしたい。
しかし、その方法がわかりません。「near(x、y、r)」を使用している場合、距離の順に多くの結果(最大)が得られます。しかし、それらは私の半径からの結果でもあります。
「within(x、y、r)」を使用している場合、間違った順序で必要な結果が得られます。その半径内のすべての場所を距離順に取得するには、何を使用できますか?