包含街道建议名称的列表

发布于 2024-11-30 12:59:27 字数 89 浏览 1 评论 0原文

在 iOS 环境中,是否有可能以某种方式返回街道建议名称列表,例如地图应用程序?例如,我输入“Central”,它会返回名称中包含“Central”一词的街道列表。

Is it possible, in an iOS context, to somehow return a list of street's suggestion names, like the Maps application? For instance, I type "Central" and it returns a list of streets that contain the word "Central" in their names.

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

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

发布评论

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

评论(1

酷遇一生 2024-12-07 12:59:27

iOS 中没有任何内置功能可以做到这一点。我建议将 Google Geocoding API 与 UISearchDisplayController 结合使用。 http://code.google.com/apis/maps/documentation/geocoding/

There is nothing built into iOS that will do that. I would suggest using the Google Geocoding API with UISearchDisplayController. http://code.google.com/apis/maps/documentation/geocoding/

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