Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我提出这个请求: https ://api.foursquare.com/v2/venues/search?ne=39.998,-0.06&sw=39.9935,-0.075&intent=browse&client_id=YOUR_CLIENT&client_secret=YOUR_CLIENT_SECRET
我发现一个不在我请求的边界框内的结果:
id": "4ea309fa77c8d0ce5e34951a", "lat": 39.999007638806724, "lng": -0.0725757901436784,
为了确保包含边界框中的所有结果,有时您会看到一些结果超出边界框,靠近边界。如果您想确保在这些坐标之外看不到任何结果,您可以过滤掉这些场所。