我在哪里可以获取基于 Google 位置的 api 或 url,从哪里获取带有数据的 xml?
我想进行一些搜索相关的操作,例如使用 google api 从我的本机应用程序进行酒吧搜索,并获取该酒吧的完整地址以及纬度和经度,所以有人对此有想法吗?我应该从哪里获取 xml 格式的数据,以便我可以解析并显示它。
I want to make some searching related operation like pub searching from my native application using google api and also get the complete address of that pub with latitude and Longitude so anybody have idea regarding this? From where i should get data in xml format so i can parse and display it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不应该为此使用 google-maps-api。相反,请使用 Google Places API 加载酒吧/餐厅位置。 Google Places API 链接。
You should not use google-maps-api for this. Instead, use Google Places API to load the pub/restaurant locations. Google Places API link.