如何使用手机信号塔查找用户位置?
如何在Android中使用手机信号塔查找用户位置,或者如何在Android中根据Cell ID获取手机位置?
How to find the user location using the cell tower in Android, or how to get the cell location based on the Cell ID in Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
使用 LocationManager 注册位置更新。您可以通过指定提供者来指定所需的粒度级别。对于手机信号塔更新,请使用 NETWORK_PROVIDER。
Use the LocationManager to register for location updates. You indicate which level of granularity you want by specifying a provider. For cell tower updates, use the NETWORK_PROVIDER.
MyPositionOverlay 也在这里......
and MyPositionOverlay is also here.....
您可以从手机信号塔通过 API ericsson
https://labs 找到 LAC(位置区域代码)。 ericsson.com/apis/mobile-location/documentation
You can find LAC (location area code) From cell tower By API ericsson
https://labs.ericsson.com/apis/mobile-location/documentation