Skip to content

Instantly share code, notes, and snippets.

@mager
Created September 1, 2010 17:15
Show Gist options
  • Select an option

  • Save mager/561030 to your computer and use it in GitHub Desktop.

Select an option

Save mager/561030 to your computer and use it in GitHub Desktop.
>>> records = client.get_nearby('com.simplegeo.us.business', 37.76488, -122.414989, tag='sic:58120304')
>>> [r['properties']['business_name'] for r in records['features']]
[u'Coffee Bar 1', u'Circadia Coffee House', u'Muddy Water', u'Shama Coffee Shop', u"It's Tops Coffee Shop",
u'Starbucks Coffee', u'Starbucks Coffee']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment