Skip to content

Instantly share code, notes, and snippets.

@chrisns
Created December 19, 2013 16:20
Show Gist options
  • Save chrisns/8041940 to your computer and use it in GitHub Desktop.
Save chrisns/8041940 to your computer and use it in GitHub Desktop.
transittours example playlist
{
"location1": {
"lon": 12,
"lat": 30,
"radius": 10, // distance in km
"playlist" : {
"audiofile1":null,
"audiofile2":null
}
},
"location2": {
"lon": 22,
"lat": 30,
"radius": 10,
"playlist" : {
"audiofile3":null,
"audiofile4":null
}
},
"location3": {
"lon": 22,
"lat": 30,
"radius": 10,
"playlist" : {
"audiofile5":null,
"audiofile6":null
}
},
"location4": {
"lon": 22,
"lat": 30,
"radius": 10,
"playlist" : {
"audiofile7":null,
"audiofile8":null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment