使用 google place api 在表视图中显示列表

发布于 2025-01-04 01:57:43 字数 424 浏览 0 评论 0原文

我的表中有三样东西:研究所、餐厅、医院。我希望通过点击“餐厅”,我应该使用 google place API 找到 1 公里附近的餐厅名称。 我一直在使用这个......

NSString *urlString = [NSString stringWithFormat:@"https://maps.googleapis.com/maps/api/place/search/xml?location=33.833207,-117.918921&radius=800&types=restaurant|Cmeal_takeaway|Cmeal_delivery|Cbakery|Cfood&sensor=false&key=APIKEY"];

来指定地点类型...... 我该如何继续?我没有找到任何与此相关的问题..请帮助我....

I have three things in my table: Institute, Restaurant, Hospital. I want that by clicking on Restaurant, I should find the restaurant names near by 1km by using google places API.
I have been using this....

NSString *urlString = [NSString stringWithFormat:@"https://maps.googleapis.com/maps/api/place/search/xml?location=33.833207,-117.918921&radius=800&types=restaurant|Cmeal_takeaway|Cmeal_delivery|Cbakery|Cfood&sensor=false&key=APIKEY"];

for specifying places type.....
How should I go ahead?? I don't find any question related this.. please help me....

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文