从反向地理编码获取地址

发布于 2024-08-29 22:17:57 字数 76 浏览 4 评论 0原文

在我的应用程序中,我得到了一张显示用户位置的地图。但我还需要获取他所在位置的确切地址并将其放入字符串中。

它是如何运作的?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

始终不够爱げ你 2024-09-05 22:17:57

使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文