在mapkit中搜索注释

发布于 2024-10-12 09:56:12 字数 169 浏览 4 评论 0 原文

我正在尝试将搜索栏添加到当前正在执行的地图套件中。

搜索栏将能够在表格视图中搜索不同的位置名称(地图上的注释)。

当用户单击某个单元格时,它将引导他们到地图上的特定注释。

关于如何做到这一点有什么想法吗?我用谷歌搜索答案,但大多数教程教我们如何通过 sqlite 等进行搜索。

im trying to add a search bar to the current mapkit im doing.

The search bar will be able to search for the different location name (annotations on the map) in a table view.

When users click on a certain cell it will direct them to the specific annotation on the map.

Any ideas on how to do it? I googled for answers, but most of the tutorial teach us on searching through sqlite and so on.

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

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

发布评论

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

评论(1

最丧也最甜 2024-10-19 09:56:12

@funatsg我建议你从你的UITableView搜索结果中获取特定index的数据,并将该数据带到你的mapView,然后开始搜索对于地图中的特定位置(例如:-通过将该字符串提供给谷歌地图),您将获得特定位置。
我想向您推荐一个与您的情况非常相似的链接......看看地图如何从UITextField搜索文本数据..尝试这个链接

希望它会帮助你并解决你的问题!!!

@funatsg i suggest u to take the data from a a particular index from you UITableView search result and take that data to your mapView and then start searching for that paticular location in a map (eg:-by giving that string to google map) and you will get the particular location.
I would like to suggest a link to you which is some how similar to your condition.....see how the map is searching the data of the text from UITextField..try this link

Hope it will help u and solve your problem!!!

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