Skip to content

Instantly share code, notes, and snippets.

@pmark
Created February 10, 2011 23:57
Show Gist options
  • Save pmark/821650 to your computer and use it in GitHub Desktop.
Save pmark/821650 to your computer and use it in GitHub Desktop.
3DAR point of interest format
[{
"title": "AboutUs",
"longitude": -122.664284,
"altitude": 314,
"latitude": 45.519027,
"subtitle": "",
"my_custom_rating": 4,
"some_other_field": ["array value 1", "array value 2"]
}, {
"title": "Floyd's Coffee Shop",
"longitude": -122.651195,
"altitude": 124,
"latitude": 45.517185,
"subtitle": "",
"my_custom_rating": 3,
"another_field": {"hash key 1": "hash value 1"}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment