获取 iPhone 上的当前位置
我们可以通过多少种方式获取iPhone应用程序上的当前位置?我通过使用cllocationmanager(corelocation框架)得到了这个
还有其他方法来获取当前位置吗?
how many ways we can get current location on iphone application?I have got this with using of cllocationmanager(corelocation framework)
Is there anyother way to get the current location?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能有第 3 方位置库,但它们都只是 CoreLocation 的包装器。 SimpleGeo 是一个非常常见的位置库。但使用 Apple 的 CoreLocation 实现可能会更好,因为它有广泛的文档记录并且非常易于使用。
There may be 3rd party location libraries, but they are all just wrappers for CoreLocation. SimpleGeo is a pretty common location library. But you are more than likely better off just using Apple's implementation of CoreLocation as it is widely documented and pretty straight forward to use.