【发布时间】:2014-10-01 01:54:57
【问题描述】:
假设我有一个 Google Plus/Places 网址(例如 https://plus.google.com/111840715355681175070/about?hl=en-US)
这实际上是通过 Google Places API (https://developers.google.com/places/documentation/) 获得的结果的 URL。 plus.google.com 之后的数字序列似乎与 id、reference 或 place_id 不对应。
假设我只知道 URL,是否可以将其映射到 id、reference 或 placeid,以便我可以通过 Places API 找到它?
一旦解决方案似乎将 URL 转储到 Places Text Search 中,但这很昂贵(在速率限制方面是 10 倍)并且看起来很愚蠢。
【问题讨论】:
-
“这实际上是通过 Google Places API 获得的结果的 URL”。你能发布谷歌地方API的网址吗?
标签: url geocoding google-places-api