When using the explore endpoint with near vs ll gives different results when you specify a radius.
When using ll, the radius works as expected. But when the query uses near it seems like it ignores the radius parameter.
My queries (without the client id and secret): https://api.foursquare.com/v2/venues/explore?near=Menlo%20Park%20California&radius=250§ion=coffee&v=20130101
The first one overrides the radius parameter and in the response it shows a "suggestedRadius":7924 The second one returns a "suggestedRadius":250 like expected.
Am I doing something wrong? Has anyone else seen this behavior?
Is there a way I can use the "near" parameter and a radius correctly?
Thanks!