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.
有什么方法可以仅使用公共 API 而无需用户干预来了解用户的大致地理位置?
我知道 CLLocationManager 只能监控重大的位置变化,据我所知 - 手机信号塔发生变化,但这是否也需要打开位置服务?
谢谢!
CLLocationManager将为您提供基于 GPS 和手机信号塔的位置。它也是唯一允许您获取用户位置的类。
CLLocationManager
但用户必须批准您的应用使用该位置。
是的,如果用户关闭位置服务CLLocationManager将不起作用。