如何在android中从Cell Id获取纬度和经度值?

发布于 2024-10-19 20:09:03 字数 141 浏览 2 评论 0原文

我正在开发一个 Android 应用程序,我想使用 GPS 查找用户位置。工作正常。但是如果 GPS 被禁用,意味着我想根据 CellID 和 Loc 找到用户位置。可能或不可能。

可能意味着请告诉我如何使用示例代码执行此操作

等待回复

I am developing a android application in that i want find the user location using GPS. That is working fine .But if the GPS is Disabled means i want to find the user location based on the CellID and Loc .It is possible or not

It is possible means please tell me how to do that with sample code

Waiting for reply

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟沫凡尘 2024-10-26 20:09:03

只需请求“最佳”位置提供商,您将获得 GPS(如果可用)或网络(wifi/手机)(如果不可用)。

LocationManager.getBestProvider()

您无需向 GPS/网络提供商显式编码。

Just request the "best" location provider, and you'll either get the GPS if it's available or the network (wifi / cell) if it's not.

LocationManager.getBestProvider()

You don't need to explicitly code to either GPS / network providers.

很酷不放纵 2024-10-26 20:09:03

这里在 Android 中使用 CellID 的基于位置的服务的完整教程< /强>。

Here is complete tutorial of Location-Based Services Using CellID in Android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文