如何在没有GPRS的情况下找到当前位置?

发布于 2024-11-18 10:29:45 字数 65 浏览 1 评论 0原文

我想为 iPhone 开发一个应用程序。我需要找到当前位置(不完全是)。 我没用过GPRS。无论如何都要找到那个吗?

I want to develop an app for iPhone. In that i need to find the current location(not exactly).
I have not used GPRS. Is it anyway to find that?

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

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

发布评论

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

评论(1

日久见人心 2024-11-25 10:29:45

在 iOS 上,您只能从 CLLocationManager 获取位置数据。它可能(也可能不)使用 GPS;这取决于设备、您希望数据的精确程度等。

之所以如此,是因为 Apple 为用户提供了一个选项,供用户选择是否希望应用程序访问其位置数据。如果你正在寻找一种方法来解决这个问题,那是不可能的。

You'll only get location data on iOS from CLLocationManager. It may (or may not) use GPS; that's dependent on the device, how exact you want the data to be, etc.

The reason why that is so is because Apple gives users an option to choose if they want their location data accessed by an app. If you're looking for a way to get around that, it's not possible.

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