Skip to content

Instantly share code, notes, and snippets.

@benlee
Created May 31, 2012 16:41
Show Gist options
  • Save benlee/2844653 to your computer and use it in GitHub Desktop.
Save benlee/2844653 to your computer and use it in GitHub Desktop.
import com.foursquare.venue.rec._
import com.foursquare.geo.Radius
val bounds = Radius((40.7,-74),10000)
RecommendationSearch.exploreNearbyPopularRankableVenues(services, None, com.foursquare.venue.TopLevelCategory.All, Nil, bounds, 250)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment