从 CLLocation 获取纬度和经度
我有一个 CLLocation 这是我的 userLocation, 现在在另一个课程中,我必须打开地图应用程序并制定从 userLocation 到 另一点。 但是我怎样才能在另一个类中获取 userLocation 的坐标呢?
I have an CLLocation which is my userLocation,
now in another class I have to open the maps app and make a route from the userLocation to
another point.
But how can I get in the another class the Coordinates of userLocation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想需要将 CLLocation 坐标传递给另一个类,那么您可以借助 NSUserDefaults 的帮助,
即 [[NSUserDefaults standardDefaults] setObject: forKey:@""]
If you wanna need to pass the CLLocation co-ordinates to another class then u can take help of NSUserDefaults
i.e. [[NSUserDefaults standardDefaults] setObject: forKey:@""]