检索“企业”使用 Google 地图 API?
附加元素,例如:
来自各个网站(qype、viewlondon 等)的评论
详细信息由各个网站提供
照片和其他内容
我不知道如何继续检索此类业务并关联我网站上生成的任何项目。
我迄今为止实现的是一个使用地理编码(geopy)的系统,一旦给出地址,它就会返回纬度和经度,但是这样的系统不能帮助我解决这个困境。
This is an example of a Business on Google Maps
It has elements attached such as:
Reviews from various sites (qype, viewlondon, etc...)
Details provided by various sites
Photos and other content
I don't know how to go on about retrieving such Business and associate any items generated on my website.
What I have implemented up to date is a system using geocoding (geopy) which once given an address, it gives back Latitude and Longitude, but such system does not help me with this dilemma.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你想要的是这个API:
http://code.google.com/apis/ajaxsearch/local.html
另请检查:
http://googleajaxsearchapi.blogspot.com/ 2007/06/local-search-control-for-maps-api.html
What you want is this API:
http://code.google.com/apis/ajaxsearch/local.html
Also check this:
http://googleajaxsearchapi.blogspot.com/2007/06/local-search-control-for-maps-api.html
通过编写中继服务器脚本,您可以执行诸如 this 之类的操作,它可以获得大部分内容具有不同布局的信息。我不知道这样做是否合法。
By writing a relay server script you could do things like this, which obtains most of that information with a different layout. I don't know if it's legal to do that.