首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >具有查询和近参数的foursquare搜索api

具有查询和近参数的foursquare搜索api
EN

Stack Overflow用户
提问于 2015-07-28 10:34:12
回答 1查看 933关注 0票数 0

我正在使用此api在城市jack中搜索与los gotas相关的数据。

TOKEN&v=20150728&categoryId=4d4b7105d754a06376d81259,4bf58dd8d48988d1fa931735,4bf58dd8d48988d10c941735,4bf58dd8d48988d1ea941735,4bf58dd8d48988d112941735&sortByDistance=1

但它也给了我一些与那个城市无关的数据。

这是输出:

代码语言:javascript
复制
{
      "vName": "Jack Barry and Associates",
      "vFourSquareID": "4f32c93919836c91c7fa7874",
      "enhance": "0",
      "vLogo": "",
      "bigthumb_logo": "",
      "compressthumb_logo": "",
      "vBanner": "",
      "bigthumb_banner": "",
      "compressthumb_banner": "",
      "iBarID": "-1",
      "tAddress": "Milpitas",
      "dLat": "37.425211",
      "dLong": "-121.866708",
      "distance": "0",
      "formatted_address": "2143 Incline Ct,Milpitas, CA 95035"
    },
    {
      "vName": "Jack O'Neill Lounge",
      "vFourSquareID": "52df337a498e8f50b076f933",
      "enhance": "0",
      "vLogo": "",
      "bigthumb_logo": "",
      "compressthumb_logo": "",
      "vBanner": "",
      "bigthumb_banner": "",
      "compressthumb_banner": "",
      "iBarID": "-1",
      "tAddress": "Santa Cruz",
      "dLat": "36.962198818189",
      "dLong": "-122.02405086867",
      "distance": "0",
      "formatted_address": "Santa Cruz, CA 95060"
    },
    {
      "vName": "Jack Rose Libation House",
      "vFourSquareID": "52a5a18511d28dac8af3d02d",
      "enhance": "0",
      "vLogo": "",
      "bigthumb_logo": "",
      "compressthumb_logo": "",
      "vBanner": "",
      "bigthumb_banner": "",
      "compressthumb_banner": "",
      "iBarID": "-1",
      "tAddress": "Los Gatos",
      "dLat": "37.240493163257",
      "dLong": "-122.00109243393",
      "distance": "0",
      "formatted_address": "18840 Saratoga Los Gatos Rd (Austin Way),Los Gatos, CA 95030"
    }

在输出中,前两个结果不是来自los gatos市。但它仍然在展示。有人能说出原因吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-07-29 01:29:47

您正在搜索附近的Los Gatos,但没有指定范围。您应该使用radius参数来指定范围。尝试跟踪url

TOKEN)&v=20150728&categoryId=4d4b7105d754a06376d81259,4bf58dd8d48988d1fa931735,4bf58dd8d48988d10c941735,4bf58dd8d48988d1ea941735,4bf58dd8d48988d112941735&sortByDistance=1

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31673825

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档