Skip to content

Instantly share code, notes, and snippets.

@marcweil
Created January 13, 2012 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcweil/1608721 to your computer and use it in GitHub Desktop.
Save marcweil/1608721 to your computer and use it in GitHub Desktop.
CloudMine Geo Blog Examples
{
"__type__": "geopoint",
"latitude": 39.959926,
"longtiude": -75.162161
}
https://api.cloudmine.me/v1/app/myappid/search?q=[__type__ = "Restaurant", location near (-75.159885, 39.951913), 0.5mi]
[__type__ = "Restaurant", location near (-75.159885, 39.951913), 0.5mi]
{
"__type__": "Restaurant",
"name": "Morimoto",
"hours": "M-F 11:30am - 2:00am",
"attire": "formal",
"location": {
"__type__": "geopoint",
"latitude": 39.949465,
"longtiude": -75.152692,
"friendly_address": "723 Chestnut Street, Philadelphia, PA 19106"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment