Google地方ID

时间:2017-04-17 21:15:01

标签: google-places-api

我在巴塞罗那的行李托运服务, 目前在谷歌地图,但没有可见的地址,因为我们去客户,而不是相反。 我找不到地方ID。 有这种特殊情况,任何人都可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

我理解这个地方如下:

https://www.google.es/maps/place/bds+Baggage+Drop+Service/@41.4784879,1.7394724,10z/data=!3m1!4b1!4m5!3m4!1s0x12a4a2da9f22f0ff:0xe342bbdfbf6f867b!8m2!3d41.410367!4d2.1758622

这是对的吗?

现在,如果您使用以下地方ID查找页面并搜索行李托运服务'

https://developers.google.com/maps/documentation/javascript/examples/places-placeid-finder

你会看到地方ID是ChIJ__Ain9qipBIRe4Zvv9-7QuM。

现在您可以通过Places API找到一个地方:

https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJ__Ain9qipBIRe4Zvv9-7QuM&key=YOUR_API_KEY

希望它有所帮助!