无法在 iPhone 中使用经纬度获取地址
请任何人帮我获取用户的纬度/经度位置。我尝试了很多方法,但无法解决这个问题。如果有人有想法请帮助我。
我是 iPhone 的初学者,所以请简要说明。
Please can any one help me get the latitude/longitude location of the user. I have tried many things but I'm not able to solve this problem. If anyone has an idea please help me.
I'm a beginner in iPhone so please give brief explanation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设你的意思是在浏览器(不是本机应用程序)中,因为你已将此问题标记为 javascript。您可以通过异步回调来完成此操作:
它是 HTML5 地理定位内容的一部分,有一个草案 此处。
I assume you mean in the browser (not a native application), since you have tagged this question as javascript. You do it via an asynchronous callback:
It is all part of the HTML5 geolocation stuff, there is a draft here.