1

I have a user current location and a radius which I send to server. I want server to return only locations inside a given radius. (I am not sure how many locations I will have in server's DB)

Application written in Java for android platform and server written in Java.

Edited: Spatial MySQL DB ,Found this very helpful after seeing the answer below.

4

1 回答 1

1

使用空间数据库,他们可以处理这样的请求。

于 2013-05-01T08:58:11.193 回答