google+ Api - 得到 activity

google+ Api - get activity

我从 Google+ activity 得到 activity 时遇到问题 API 我希望找到不存在的位置字段

我发现位置应该显示在 activity 响应 resource. However when i used resource 中 获取所有 public activity 我没有找到位置字段

Google API 只能return 他们当前拥有的信息

 "location": {
    "kind": "plus#place",
    "id": string,
    "displayName": string,
    "position": {
      "latitude": double,
      "longitude": double
    },
    "address": {
      "formatted": string
    }

由 Google 个地点填写 如果 activity 没有插入地点信息,则该信息将不可用。据我所知,仅当您将位置添加到 Google+ 上的 post 时才会填写此信息,否则它将留空。