kxxb

track

Feb 26th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.47 KB | None | 0 0
  1. {
  2.     "status": "OK",
  3.     "code": 200,
  4.     "messages": "FOUND",
  5.     "data": [
  6.        "total": 1,
  7.        "items": [
  8.        {
  9.            "id": 42,
  10.            "startPoint": {
  11.              "timestamp" :1582712035,
  12.              "lat": 37.60572910308838,
  13.              "lng": 55.764720189041945,
  14.              "location": "Москва, Тверская 16",
  15.            },
  16.            "endPoint": {
  17.              "timestamp" :1582712035,
  18.              "lat": 37.59920597076416,
  19.              "lng": 55.75300866197417,
  20.              "location": "Москва, Новый Арбат 3",
  21.            },
  22.            "length" : 2091.66,
  23.            "lengthUnit" : "meters"
  24.            "track": {
  25.                  "type": "LineString",
  26.                        "coordinates": [
  27.                          [
  28.                            37.60572910308838,
  29.                            55.764720189041945
  30.                          ],
  31.                          [
  32.                            37.607831954956055,
  33.                            55.76563764465178
  34.                          ],
  35.                          [
  36.                            37.60658740997314,
  37.                            55.766410222104895
  38.                          ],
  39.                          [
  40.                            37.60452747344971,
  41.                            55.76537206761647
  42.                          ],
  43.                          [
  44.                            37.602553367614746,
  45.                            55.7639475780994
  46.                          ],
  47.                          [
  48.                            37.60354042053223,
  49.                            55.7635371223091
  50.                          ],
  51.                          [
  52.                            37.59791851043701,
  53.                            55.75776613939548
  54.                          ],
  55.                          [
  56.                            37.59791851043701,
  57.                            55.75752465706028
  58.                          ],
  59.                          [
  60.                            37.60027885437012,
  61.                            55.75433695010149
  62.                          ],
  63.                          [
  64.                            37.60045051574707,
  65.                            55.75310526627228
  66.                          ],
  67.                          [
  68.                            37.59920597076416,
  69.                            55.75300866197417
  70.                          ]
  71.                        ]
  72.                      }
  73.        }
  74.        ]
  75.      
  76.        
  77.     ]
  78. }
Advertisement
Add Comment
Please, Sign In to add comment