Skip to content

Instantly share code, notes, and snippets.

@mager
Created September 8, 2010 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mager/570609 to your computer and use it in GitHub Desktop.
Save mager/570609 to your computer and use it in GitHub Desktop.
>>> r1 = Record('com.simplegeo.test', '7', 37.786521, -122.397850, \
'place', 1262304000, name = 'Chatz Coffee')
>>> r2 = Record('com.simplegeo.test', '8', 37.786274, -122.397513, \
'place', 1262304000, name = 'CBS Interactive')
>>> client.add_records('com.simplegeo.test', [r1,r2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment