Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created April 15, 2012 06:26
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 claytantor/2390425 to your computer and use it in GitHub Desktop.
Save claytantor/2390425 to your computer and use it in GitHub Desktop.
welocally places place JSON object
//places are an array of JSON objects
var places = [
{
"properties": {
"phone": "+1 510 595 8000",
"classifiers": [
{
"category": "Restaurant",
"subcategory": "",
"type": "Food & Drink"
}
],
"titlelink": "http://oaklandly.com/sicily-pizza",
"website": "http://www.sicilypizzapasta.com",
"address": "138 14th St",
"name": "Gourmet Sicily Pizza",
"province": "CA",
"owner": "welocally",
"postcode": "94612",
"country": "US",
"city": "Oakland"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.2636,
37.801379
]
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment