纬度、经度和地址检索
大家好 我知道酒吧名称、城市名称和国家/地区。我想知道酒吧的地址、纬度、经度。请帮助我该怎么做? 提前致谢
Hi all
I know the barname,city name and country.I want to know the address,lat,long of the bar.Please help me how to do this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 yahoo api
http://developer.yahoo.com/geo/placefinder/
获取 api 密钥后,您可以查询
http://where.yahooapis.com/geocode?q =
“youtCountryorCity”
&appid=“yourAppid”
you can use the yahoo api for that
http://developer.yahoo.com/geo/placefinder/
after gettin ur api key u can query like
http://where.yahooapis.com/geocode?q=
"youtCountryorCity"
&appid="yourAppid"