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.
谷歌地图如何找到5米内的朋友?
目前我正在使用 google maps api location manager 类来定位用户,但是我怎样才能找到附近的朋友数量并与用户一起在地图上找到他们?
如果您所有的朋友都在使用您的应用程序,您可以让您的应用程序将位置上传到服务器(自动),然后让服务器计算距离,返回附近朋友的位置(然后您可以将其绘制到地图上)和他们的数量。
您必须考虑数据/能源消耗与精度,所以我不确定这是一个好的解决方案。