Yan
Yan

Reputation: 23

Inaccurate result searching by radius

When I search using radius parameter, It returns inaccurate results. For example, radius=400, it returns distance is greater than 400. I'm wondering if the distance is not the straight line distance? Or it is a bug from foursquare api?

Upvotes: 2

Views: 71

Answers (1)

alexoakley1
alexoakley1

Reputation: 565

The radius parameter is "only valid for requests with intent=browse, or requests with intent=checkin and categoryId or query. Does not apply to match intent requests." See documentation here. Are you using a different 'intent'?

Upvotes: 1

Related Questions