使用 google place api 在表视图中显示列表
我的表中有三样东西:研究所、餐厅、医院。我希望通过点击“餐厅”,我应该使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论