UIMapView iPad - 地址查找

发布于 2024-11-16 04:43:08 字数 145 浏览 2 评论 0原文

我们的应用程序具有诸如“123 Main St, Perth, Wa, 6554, Australia”之类的地址,

我们需要显示包含该地址的地图。有没有办法让UIMap视图查找地址并显示?

通常我们会有纬度/经度,然后将其与引脚注释一起放入。

Our app has addresses like "123 Main St, Perth, Wa, 6554, Australia"

We need to display a map with that address. Is there a way to get the UIMap view to lookup the address and display?

Normally we'd have the Lat/Long and would just put that in with a pin annotation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

太傻旳人生 2024-11-23 04:43:08

您可以使用 Google 地理编码 Api 首先获取地址的纬度/经度,然后将其加载到 UIMapView 中。

You can use Google's Geocoding Api to first get Lat/Long for the address, and then load that in UIMapView.

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