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 应用程序,我需要使用网络三角测量获取当前位置,“LocationManager.NETWORK_PROVIDER”是否支持网络三角测量,还是只提供蜂窝塔位置?
提前致谢
最后我找到了我自己问题的答案:)。我贴出来供大家参考。
是的,LocationManager.NETWORK_PROVIDER 支持网络三角测量。谷歌已经做了一切。我们不需要担心计算。它为您提供了相当正确的位置。