Created
February 10, 2011 23:57
-
-
Save pmark/821650 to your computer and use it in GitHub Desktop.
3DAR point of interest format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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