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.
我正在使用 Google Maps Android API v2 构建一个 Android 应用程序。
我有一个纬度/经度数据库,我试图根据我当前的位置按半径(以英里为单位)和/或关键字来搜索和显示。
解决这个问题的最佳方法是什么?
先感谢您。
我将如何处理它:
与关键字类似的方法,您按关键字而不是haversine距离进行过滤。