gpt4 book ai didi

ios - 如何在不使用委托(delegate)的情况下获取当前位置?

转载 作者:行者123 更新时间:2023-11-28 18:03:24 26 4
gpt4 key购买 nike

由于某些原因,我希望不使用delegate方法来获取当前位置。
是否有一些解决方案可以仅从 CLLocationManager 获取当前位置?

最佳答案

您还可以使用 CLLocationManager 类的 location 方法,该方法将返回设备的最后已知位置。

manager = [[CLLocationManager alloc] init];
[经理开始更新位置];
CLLocation *location = [管理器位置];

关于ios - 如何在不使用委托(delegate)的情况下获取当前位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23025839/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com