从反向地理编码获取地址
在我的应用程序中,我得到了一张显示用户位置的地图。但我还需要获取他所在位置的确切地址并将其放入字符串中。
它是如何运作的?
in my application, I got a map that show the location of the user. But I also need to get the exact address of where he is and put it in a string.
How does it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 MKReverseGeocoder。查看 Apple 示例应用 CurrentAddress。
传递到 didFindPlacemark 的地标对象具有可以放入字符串中的地址字段。
Use MKReverseGeocoder. Look at the Apple sample app CurrentAddress.
The placemark object passed into didFindPlacemark has the address fields which you can put into a string.