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.
我正在构建一个 Android 应用程序,它将使用当前位置(纬度、经度)并显示当前位置周围的前 50 个场地,按距离排序。
我们将这些场所存储在 SQLite 数据库中。我们计划将 sqlite DB 与应用程序一起提供。
为了只获取相关的前 50 个最近的地点,我们想要定义一个 db 函数 DIST(计算两点之间的距离)并在我们的查询中使用它。
像这样你可以找到两点之间的距离。
为了在地图上显示,您可以使用此代码。
Android MapView 气球