根据Google Places API的place_id获取google plus网址?

时间:2014-08-29 03:55:52

标签: google-places-api

如何根据我从json中获取的place_id获取相应Google地方的plus.google网址,maps.googleapis.com/maps/api/place会返回?

2 个答案:

答案 0 :(得分:2)

也许您可以使用place_id来使用Place Details api?

https://developers.google.com/places/documentation/details

答案 1 :(得分:-1)

这个现在看起来很旧,但想添加一些细节。 '地方'详情API提供了google plus网址:

引自https://developers.google.com/places/documentation/details

  

url 包含此地点的官方Google页面的网址。如果Google+信息页存在,这将是该机构的Google+信息页

你曾经有过place_id,请使用:

https://maps.googleapis.com/maps/api/place/details/json?key=your_key&placeid=interested_place_id

寻找' url'键。

如果您想从该页面中提取详细信息,那么这是一个不同的问题。我不知道谷歌是否有这方面的API。