Skip to content

Instantly share code, notes, and snippets.

@newyellow
Last active April 21, 2017 06:22
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 newyellow/10af9c266dd996a1daf1 to your computer and use it in GitHub Desktop.
Save newyellow/10af9c266dd996a1daf1 to your computer and use it in GitHub Desktop.
{
"createTime": 1457625703, // Coordinated Universal Time(UTC), based from 1970-01-01 00:00:00, Type - long
"dataSet":[
{
"id":"user1", // 使用者 ID, String
"position":{ "x":0.0, "y":0.0, "z":0.0 } // 數字單位為公尺
},
{
"id":"user2", // user id
"position":{ "x":0.0, "y":0.0, "z":0.0 }
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment