yes, see the method /v1/venues
(you'll need to pass a lat/lon to do a search)
you can only specify the number of results you want that are closest to the given lat/lon
it's on our list at some point to do a radius
> --
> To post to this group, send email to foursqu...@googlegroups.com
>
> http://groups.google.com/group/foursquare-api
> sweet, thanks for the info. Would love to know what the default radius
> is though.
10000 meters
On Jan 12, 2:53 pm, naveen <naveen...@gmail.com> wrote:
10k is the default radius for the _nearby venues_ search
40k is what's used for friends
Can you set the friends distance to 80k in regions that are more
spread out than the northeast?
On Jan 13, 10:50 am, naveen <nave...@gmail.com> wrote:
> On Jan 13, 4:20 am, LJHarb <ljh...@gmail.com> wrote:
>
> > 10,000 meters is a little small - I'm assuming this is the sameradius
> > in showing "friends in this city" on the iPhone app - maybe in New
> > York that makes sense, but here in the Bay Area, 6 miles means that
> > Palo Alto users don't get to see San Jose or San Francisco. It
> > absolutely should be at least 10 miles, and probably up to 50.
>
> 10k is the defaultradiusfor the _nearby venues_ search
> In line with this question, what is the default radius for displaying
> a "Special Nearby" when someone checks-in? I.e. how close does a
> special have to be in order to show up when someone checks-in?
150 meters.
but this shouldn't really matter from the client side, no? the logic that computes this might one day make it a dynamic radius -- so don't code it into your client :)