← 爱沙尼亚

塔林公交实时位置

GET /estonian-transport/tlt/vehicles

塔林每辆公共交通车辆(TLT)的实时 GPS 位置,解析自 transport.tallinn.ee。每条记录包含类型、线路、经纬度、航向、车辆 id、路线和目的地。

请求示例

基本用法
curl https://nordapi.ee/api/v1/estonian-transport/tlt/vehicles

实时响应

{
  "data": {
    "count": 472,
    "vehicles": [
      {
        "destination": "Kopli",
        "heading": 318,
        "lat": 59.4534,
        "line": "2",
        "lon": 24.70415,
        "route": "156",
        "type": "3",
        "vehicle_id": "98"
      },
      {
        "destination": "Kopli",
        "heading": 314,
        "lat": 59.46272,
        "line": "2",
        "lon": 24.66558,
        "route": "82",
        "type": "3",
        "vehicle_id": "99"
      },
      {
        "destination": "Kopli",
        "heading": 333,
        "lat": 59.43664,
        "line": "2",
        "lon": 24.75738,
        "route": "192",
        "type": "3",
        "vehicle_id": "102"
      },
      {
        "destination": "Suur-Paala",
        "heading": 268,
        "lat": 59.42682,
        "line": "2",
        "lon": 24.8138,
        "route": "219",
        "type": "3",
        "vehicle_id": "110"
      },
      {
        "destination": "Kadriorg",
        "heading": 134,
        "lat": 59.44747,
        "line": "1",
        "lon": 24.71361,
        "route": "201",
        "type": "3",
        "vehicle_id": "114"
      },
      {
        "destination": "Kopli",
        "heading": 303,
        "lat": 59.42953,
        "line": "2",
        "lon": 24.78764,
        "route": "104",
        "type": "3",
        "vehicle_id": "123"
      },
      {
        "destination": "Kopli",
        "heading": 261,
        "lat": 59.45494,
        "line": "1",
        "lon": 24.68168,
        "route": "66",
        "type": "3",
        "vehicle_id": "138"
      },
      {
        "destination": "Kopli",
        "heading": 329,
        "lat": 59.46302,
        "line": "1",
        "lon": 24.66618,
        "route": "224",
        "type": "3",
        "vehicle_id": "140"
      },
      {
        "destination": "Kadriorg",
        "heading": 73,
        "lat": 59.43883,
        "line": "1",
        "lon": 24.7738,
        "route": "145",
        "type": "3",
        "vehicle_id": "141"
      },
      {
        "destination": "Kopli",
        "heading": 315,
        "lat": 59.4611,
        "line": "2",
        "lon": 24.66941,
        "route": "136",
        "type": "3",
        "vehicle_id": "148"
      },
      {
        "destination": "Kopli",
        "heading": 304,
        "lat": 59.44682,
        "line": "5",
        "lon": 24.71532,
        "route": "90",
        "type": "3",
        "vehicle_id": "182"
      },
      {
        "destination": "Suur-Paala",
        "heading": 91,
        "lat": 59.43682,
        "line": "4",
        "lon": 24.76067,
        "route": "147",
        "type": "3",
        "vehicle_id": "502"
      },
      {
        "destination": "Suur-Paala",
        "heading": 122,
        "lat": 59.42826,
        "line": "4",
        "lon": 24.79132,
        "route": "123",
        "type": "3",
        "vehicle_id": "503"
      },
      {
        "destination": "Kadriorg",
        "heading": 154,
        "lat": 59.44195,
        "line": "1",
        "lon": 24.75227,
        "route": "177",
        "type": "3",
        "vehicle_id": "504"
      },
      {
        "destination": "Tondi",
        "heading": 203,
        "lat": 59.41136,
        "line": "4",
        "lon": 24.73413,
        "route": "230",
        "type": "3",
        "vehicle_id": "505"
      },
      {
        "destination": "Tondi",
        "heading": 4,
        "lat": 59.44,
        "line": "3",
        "lon": 24.78555,
        "route": "104",
        "type": "3",
        "vehicle_id": "506"
      },
      {
        "destination": "Tondi",
        "heading": 183,
        "lat": 59.43189,
        "line": "4",
        "lon": 24.74563,
        "route": "20",
        "type": "3",
        "vehicle_id": "508"
      },
      {
        "destination": "Suur-Paala",
        "heading": 134,
        "lat": 59.45787,
        "line": "2",
        "lon": 24.67581,
        "route": "117",
        "type": "3",
        "vehicle_id": "509"
      },
      {
        "destination": "Tondi",
        "heading": 309,
        "lat": 59.43093,
        "line": "4",
        "lon": 24.77052,
        "route": "44",
        "type": "3",
        "vehicle_id": "510"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 25,
        "lat": 59.44371,
        "line": "5",
        "lon": 24.74407,
        "route": "43",
        "type": "3",
        "vehicle_id": "512"
      },
      {
        "destination": "Pärnu mnt depoo",
        "heading": 359,
        "lat": 59.42254,
        "line": "4",
        "lon": 24.74265,
        "route": "199",
        "type": "3",
        "vehicle_id": "514"
      },
      {
        "destination": "Suur-Paala",
        "heading": 213,
        "lat": 59.43748,
        "line": "2",
        "lon": 24.75723,
        "route": "53",
        "type": "3",
        "vehicle_id": "515"
      },
      {
        "destination": "Pärnu mnt depoo",
        "heading": 243,
        "lat": 59.41944,
        "line": "2",
        "lon": 24.7455,
        "route": "93",
        "type": "3",
        "vehicle_id": "517"
      },
      {
        "destination": "Suur-Paala",
        "heading": 0,
        "lat": 59.42631,
        "line": "4",
        "lon": 24.74268,
        "route": "177",
        "type": "3",
        "vehicle_id": "518"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 357,
        "lat": 59.41902,
        "line": "5",
        "lon": 24.74627,
        "route": "107",
        "type": "3",
        "vehicle_id": "520"
      },
      {
        "destination": "Suur-Paala",
        "heading": 261,
        "lat": 59.42686,
        "line": "2",
        "lon": 24.81439,
        "route": "15",
        "type": "3",
        "vehicle_id": "521"
      },
      {
        "destination": "Kopli",
        "heading": 313,
        "lat": 59.46135,
        "line": "1",
        "lon": 24.66904,
        "route": "34",
        "type": "3",
        "vehicle_id": "522"
      },
      {
        "destination": "Kopli",
        "heading": 295,
        "lat": 59.44343,
        "line": "2",
        "lon": 24.74997,
        "route": "176",
        "type": "3",
        "vehicle_id": "525"
      },
      {
        "destination": "Tondi",
        "heading": 236,
        "lat": 59.4355,
        "line": "3",
        "lon": 24.74983,
        "route": "76",
        "type": "3",
        "vehicle_id": "526"
      },
      {
        "destination": "Suur-Paala",
        "heading": 113,
        "lat": 59.44147,
        "line": "2",
        "lon": 24.73101,
        "route": "69",
        "type": "3",
        "vehicle_id": "527"
      },
      {
        "destination": "Kopli",
        "heading": 257,
        "lat": 59.44152,
        "line": "1",
        "lon": 24.73118,
        "route": "90",
        "type": "3",
        "vehicle_id": "528"
      },
      {
        "destination": "Kadriorg",
        "heading": 11,
        "lat": 59.41447,
        "line": "3",
        "lon": 24.73932,
        "route": "159",
        "type": "3",
        "vehicle_id": "530"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 316,
        "lat": 59.46126,
        "line": "5",
        "lon": 24.66901,
        "route": "69",
        "type": "3",
        "vehicle_id": "532"
      },
      {
        "destination": "Tondi",
        "heading": 221,
        "lat": 59.41282,
        "line": "3",
        "lon": 24.73587,
        "route": "46",
        "type": "3",
        "vehicle_id": "534"
      },
      {
        "destination": "Suur-Paala",
        "heading": 130,
        "lat": 59.42824,
        "line": "2",
        "lon": 24.77688,
        "route": "31",
        "type": "3",
        "vehicle_id": "535"
      },
      {
        "destination": "Suur-Paala",
        "heading": 263,
        "lat": 59.42683,
        "line": "4",
        "lon": 24.81432,
        "route": "95",
        "type": "3",
        "vehicle_id": "536"
      },
      {
        "destination": "Pärnu mnt depoo",
        "heading": 48,
        "lat": 59.41038,
        "line": "3",
        "lon": 24.7368,
        "route": "21",
        "type": "3",
        "vehicle_id": "538"
      },
      {
        "destination": "Kopli",
        "heading": 279,
        "lat": 59.43746,
        "line": "1",
        "lon": 24.75784,
        "route": "120",
        "type": "3",
        "vehicle_id": "539"
      },
      {
        "destination": "Tondi",
        "heading": 264,
        "lat": 59.42677,
        "line": "4",
        "lon": 24.81384,
        "route": "74",
        "type": "3",
        "vehicle_id": "541"
      },
      {
        "destination": "Kopli",
        "heading": 316,
        "lat": 59.42303,
        "line": "5",
        "lon": 24.74338,
        "route": "20",
        "type": "3",
        "vehicle_id": "542"
      },
      {
        "destination": "Kadriorg",
        "heading": 64,
        "lat": 59.43736,
        "line": "3",
        "lon": 24.75534,
        "route": "131",
        "type": "3",
        "vehicle_id": "543"
      },
      {
        "destination": "Viru keskus",
        "heading": 68,
        "lat": 59.43919,
        "line": "18A",
        "lon": 24.75957,
        "route": "34",
        "type": "2",
        "vehicle_id": "1003"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 113,
        "lat": 59.44407,
        "line": "13",
        "lon": 24.81968,
        "route": "130",
        "type": "2",
        "vehicle_id": "1012"
      },
      {
        "destination": "Bussijaam",
        "heading": 161,
        "lat": 59.39297,
        "line": "23",
        "lon": 24.66301,
        "route": "25",
        "type": "2",
        "vehicle_id": "1013"
      },
      {
        "destination": "Priisle",
        "heading": 104,
        "lat": 59.4087,
        "line": "13",
        "lon": 24.68256,
        "route": "9",
        "type": "2",
        "vehicle_id": "1014"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 123,
        "lat": 59.41198,
        "line": "8",
        "lon": 24.6354,
        "route": "146",
        "type": "2",
        "vehicle_id": "1016"
      },
      {
        "destination": "Viimsi",
        "heading": 21,
        "lat": 59.51179,
        "line": "1",
        "lon": 24.83464,
        "route": "85",
        "type": "2",
        "vehicle_id": "1017"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 345,
        "lat": 59.39926,
        "line": "36",
        "lon": 24.6716,
        "route": "24",
        "type": "2",
        "vehicle_id": "1019"
      },
      {
        "destination": "Bussijaam",
        "heading": 81,
        "lat": 59.4329,
        "line": "23",
        "lon": 24.74542,
        "route": "13",
        "type": "2",
        "vehicle_id": "1022"
      },
      {
        "destination": "Seli",
        "heading": 9,
        "lat": 59.44531,
        "line": "67",
        "lon": 24.8965,
        "route": "108",
        "type": "2",
        "vehicle_id": "1023"
      },
      {
        "destination": "Mustamäe",
        "heading": 200,
        "lat": 59.4144,
        "line": "83",
        "lon": 24.70854,
        "route": "22",
        "type": "2",
        "vehicle_id": "1024"
      },
      {
        "destination": "Kadaka",
        "heading": 299,
        "lat": 59.42916,
        "line": "23",
        "lon": 24.75822,
        "route": "58",
        "type": "2",
        "vehicle_id": "1028"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 272,
        "lat": 59.42861,
        "line": "42",
        "lon": 24.7088,
        "route": "48",
        "type": "2",
        "vehicle_id": "1029"
      },
      {
        "destination": "Mustamäe",
        "heading": 324,
        "lat": 59.40116,
        "line": "85",
        "lon": 24.65843,
        "route": "22",
        "type": "2",
        "vehicle_id": "1030"
      },
      {
        "destination": "Kadaka",
        "heading": 155,
        "lat": 59.42625,
        "line": "23",
        "lon": 24.72157,
        "route": "126",
        "type": "2",
        "vehicle_id": "1037"
      },
      {
        "destination": "Äigrumäe",
        "heading": 95,
        "lat": 59.42943,
        "line": "8",
        "lon": 24.69622,
        "route": "169",
        "type": "2",
        "vehicle_id": "1038"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 60,
        "lat": 59.43596,
        "line": "36",
        "lon": 24.75139,
        "route": "98",
        "type": "2",
        "vehicle_id": "1039"
      },
      {
        "destination": "Kaubamaja",
        "heading": 43,
        "lat": 59.40311,
        "line": "11",
        "lon": 24.69882,
        "route": "105",
        "type": "2",
        "vehicle_id": "1047"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 353,
        "lat": 59.4203,
        "line": "3",
        "lon": 24.74132,
        "route": "52",
        "type": "2",
        "vehicle_id": "1071"
      },
      {
        "destination": "Urda",
        "heading": 179,
        "lat": 59.42559,
        "line": "18A",
        "lon": 24.74249,
        "route": "19",
        "type": "2",
        "vehicle_id": "1097"
      },
      {
        "destination": "Mustamäe",
        "heading": 139,
        "lat": 59.40023,
        "line": "83",
        "lon": 24.65894,
        "route": "162",
        "type": "2",
        "vehicle_id": "1099"
      },
      {
        "destination": "Kaubamaja",
        "heading": 147,
        "lat": 59.39741,
        "line": "11",
        "lon": 24.66394,
        "route": "119",
        "type": "2",
        "vehicle_id": "1107"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 87,
        "lat": 59.42777,
        "line": "28",
        "lon": 24.74828,
        "route": "56",
        "type": "2",
        "vehicle_id": "1108"
      },
      {
        "destination": "Balti jaam",
        "heading": 85,
        "lat": 59.43502,
        "line": "59",
        "lon": 24.73088,
        "route": "82",
        "type": "2",
        "vehicle_id": "1109"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 156,
        "lat": 59.43301,
        "line": "3",
        "lon": 24.73452,
        "route": "108",
        "type": "2",
        "vehicle_id": "1110"
      },
      {
        "destination": "Viru keskus",
        "heading": 14,
        "lat": 59.38182,
        "line": "20A",
        "lon": 24.63793,
        "route": "28",
        "type": "2",
        "vehicle_id": "1112"
      },
      {
        "destination": "Kadaka",
        "heading": 37,
        "lat": 59.40504,
        "line": "24",
        "lon": 24.65593,
        "route": "194",
        "type": "2",
        "vehicle_id": "1113"
      },
      {
        "destination": "Ülemiste",
        "heading": 65,
        "lat": 59.39215,
        "line": "45",
        "lon": 24.72171,
        "route": "73",
        "type": "2",
        "vehicle_id": "1114"
      },
      {
        "destination": "Kaubamaja",
        "heading": 30,
        "lat": 59.42668,
        "line": "11",
        "lon": 24.71937,
        "route": "91",
        "type": "2",
        "vehicle_id": "1115"
      },
      {
        "destination": "Mustamäe",
        "heading": 192,
        "lat": 59.40072,
        "line": "37",
        "lon": 24.65877,
        "route": "62",
        "type": "2",
        "vehicle_id": "1116"
      },
      {
        "destination": "Kadaka",
        "heading": 230,
        "lat": 59.43341,
        "line": "11",
        "lon": 24.75407,
        "route": "78",
        "type": "2",
        "vehicle_id": "1117"
      },
      {
        "destination": "Kadaka",
        "heading": 64,
        "lat": 59.40492,
        "line": "11",
        "lon": 24.65607,
        "route": "10",
        "type": "2",
        "vehicle_id": "1120"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 118,
        "lat": 59.42003,
        "line": "28",
        "lon": 24.7433,
        "route": "110",
        "type": "2",
        "vehicle_id": "1121"
      },
      {
        "destination": "Viru keskus",
        "heading": 53,
        "lat": 59.37146,
        "line": "14",
        "lon": 24.66113,
        "route": "50",
        "type": "2",
        "vehicle_id": "1143"
      },
      {
        "destination": "Pelguranna",
        "heading": 258,
        "lat": 59.45378,
        "line": "3",
        "lon": 24.70452,
        "route": "35",
        "type": "2",
        "vehicle_id": "1144"
      },
      {
        "destination": "Kadaka",
        "heading": 319,
        "lat": 59.40473,
        "line": "24",
        "lon": 24.65521,
        "route": "120",
        "type": "2",
        "vehicle_id": "1149"
      },
      {
        "destination": "Kadaka",
        "heading": 293,
        "lat": 59.42914,
        "line": "9",
        "lon": 24.70501,
        "route": "66",
        "type": "2",
        "vehicle_id": "1152"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 65,
        "lat": 59.44128,
        "line": "20",
        "lon": 24.77018,
        "route": "12",
        "type": "2",
        "vehicle_id": "1157"
      },
      {
        "destination": "Kadaka",
        "heading": 72,
        "lat": 59.40499,
        "line": "24",
        "lon": 24.65601,
        "route": "228",
        "type": "2",
        "vehicle_id": "1158"
      },
      {
        "destination": "Balti jaam",
        "heading": 226,
        "lat": 59.46998,
        "line": "59",
        "lon": 24.71731,
        "route": "26",
        "type": "2",
        "vehicle_id": "1164"
      },
      {
        "destination": "Kakumäe",
        "heading": 207,
        "lat": 59.43311,
        "line": "41B",
        "lon": 24.7449,
        "route": "33",
        "type": "2",
        "vehicle_id": "1165"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 238,
        "lat": 59.44052,
        "line": "8",
        "lon": 24.74,
        "route": "122",
        "type": "2",
        "vehicle_id": "1166"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 279,
        "lat": 59.44285,
        "line": "8",
        "lon": 24.78852,
        "route": "12",
        "type": "2",
        "vehicle_id": "1167"
      },
      {
        "destination": "Estonia",
        "heading": 24,
        "lat": 59.41928,
        "line": "24",
        "lon": 24.71263,
        "route": "79",
        "type": "2",
        "vehicle_id": "1169"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 182,
        "lat": 59.41203,
        "line": "8",
        "lon": 24.6354,
        "route": "106",
        "type": "2",
        "vehicle_id": "1171"
      },
      {
        "destination": "Landi",
        "heading": 246,
        "lat": 59.42611,
        "line": "41",
        "lon": 24.65701,
        "route": "23",
        "type": "2",
        "vehicle_id": "1180"
      },
      {
        "destination": "Pikakari",
        "heading": 69,
        "lat": 59.44169,
        "line": "59",
        "lon": 24.74158,
        "route": "57",
        "type": "2",
        "vehicle_id": "1186"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 290,
        "lat": 59.41277,
        "line": "28",
        "lon": 24.70811,
        "route": "17",
        "type": "2",
        "vehicle_id": "1187"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 146,
        "lat": 59.42162,
        "line": "8",
        "lon": 24.64885,
        "route": "136",
        "type": "2",
        "vehicle_id": "1203"
      },
      {
        "destination": "Balti jaam",
        "heading": 71,
        "lat": 59.44178,
        "line": "21B",
        "lon": 24.74189,
        "route": "26",
        "type": "2",
        "vehicle_id": "1204"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 170,
        "lat": 59.41211,
        "line": "36",
        "lon": 24.63523,
        "route": "84",
        "type": "2",
        "vehicle_id": "1214"
      },
      {
        "destination": "Priisle",
        "heading": 173,
        "lat": 59.44655,
        "line": "66",
        "lon": 24.69097,
        "route": "66",
        "type": "2",
        "vehicle_id": "1215"
      },
      {
        "destination": "Sütiste",
        "heading": 139,
        "lat": 59.39506,
        "line": "67",
        "lon": 24.68441,
        "route": "11",
        "type": "2",
        "vehicle_id": "1216"
      },
      {
        "destination": "Balti jaam",
        "heading": 24,
        "lat": 59.40784,
        "line": "84",
        "lon": 24.70353,
        "route": "121",
        "type": "2",
        "vehicle_id": "1222"
      },
      {
        "destination": "Estonia",
        "heading": 60,
        "lat": 59.39538,
        "line": "24",
        "lon": 24.6589,
        "route": "179",
        "type": "2",
        "vehicle_id": "1223"
      },
      {
        "destination": "Mustamäe",
        "heading": 256,
        "lat": 59.40482,
        "line": "85",
        "lon": 24.67545,
        "route": "144",
        "type": "2",
        "vehicle_id": "1225"
      },
      {
        "destination": "Harkujärve",
        "heading": 86,
        "lat": 59.35127,
        "line": "27",
        "lon": 24.62082,
        "route": "76",
        "type": "2",
        "vehicle_id": "1230"
      },
      {
        "destination": "Mustamäe",
        "heading": 31,
        "lat": 59.40824,
        "line": "37",
        "lon": 24.68517,
        "route": "30",
        "type": "2",
        "vehicle_id": "1232"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 257,
        "lat": 59.42727,
        "line": "54",
        "lon": 24.66317,
        "route": "34",
        "type": "2",
        "vehicle_id": "1233"
      },
      {
        "destination": "Viru keskus",
        "heading": 3,
        "lat": 59.42221,
        "line": "20A",
        "lon": 24.74273,
        "route": "12",
        "type": "2",
        "vehicle_id": "1235"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 306,
        "lat": 59.42019,
        "line": "28",
        "lon": 24.74151,
        "route": "36",
        "type": "2",
        "vehicle_id": "1236"
      },
      {
        "destination": "Kadaka",
        "heading": 256,
        "lat": 59.39901,
        "line": "11",
        "lon": 24.68307,
        "route": "50",
        "type": "2",
        "vehicle_id": "1240"
      },
      {
        "destination": "Äigrumäe",
        "heading": 25,
        "lat": 59.48573,
        "line": "8",
        "lon": 24.8632,
        "route": "95",
        "type": "2",
        "vehicle_id": "1243"
      },
      {
        "destination": "Kadaka",
        "heading": 203,
        "lat": 59.41953,
        "line": "11",
        "lon": 24.71269,
        "route": "64",
        "type": "2",
        "vehicle_id": "1244"
      },
      {
        "destination": "Kadaka",
        "heading": 250,
        "lat": 59.39464,
        "line": "24",
        "lon": 24.64423,
        "route": "212",
        "type": "2",
        "vehicle_id": "1248"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 244,
        "lat": 59.43465,
        "line": "42",
        "lon": 24.79223,
        "route": "12",
        "type": "2",
        "vehicle_id": "1249"
      },
      {
        "destination": "Äigrumäe",
        "heading": 2,
        "lat": 59.4159,
        "line": "8",
        "lon": 24.63967,
        "route": "83",
        "type": "2",
        "vehicle_id": "1262"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 97,
        "lat": 59.45371,
        "line": "3",
        "lon": 24.71225,
        "route": "152",
        "type": "2",
        "vehicle_id": "1265"
      },
      {
        "destination": "Kadaka",
        "heading": 234,
        "lat": 59.43025,
        "line": "24",
        "lon": 24.73616,
        "route": "58",
        "type": "2",
        "vehicle_id": "1277"
      },
      {
        "destination": "Priisle",
        "heading": 113,
        "lat": 59.42794,
        "line": "9",
        "lon": 24.71121,
        "route": "9",
        "type": "2",
        "vehicle_id": "1281"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 326,
        "lat": 59.41666,
        "line": "12",
        "lon": 24.65317,
        "route": "22",
        "type": "2",
        "vehicle_id": "1300"
      },
      {
        "destination": "Kadaka",
        "heading": 31,
        "lat": 59.3971,
        "line": "23",
        "lon": 24.664,
        "route": "76",
        "type": "2",
        "vehicle_id": "1301"
      },
      {
        "destination": "Kadaka",
        "heading": 49,
        "lat": 59.40497,
        "line": "23",
        "lon": 24.65608,
        "route": "38",
        "type": "2",
        "vehicle_id": "1302"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 300,
        "lat": 59.40481,
        "line": "12",
        "lon": 24.70225,
        "route": "12",
        "type": "2",
        "vehicle_id": "1305"
      },
      {
        "destination": "Priisle",
        "heading": 70,
        "lat": 59.44785,
        "line": "40",
        "lon": 24.89519,
        "route": "28",
        "type": "2",
        "vehicle_id": "1315"
      },
      {
        "destination": "Viru keskus",
        "heading": 219,
        "lat": 59.34163,
        "line": "18A",
        "lon": 24.6155,
        "route": "72",
        "type": "2",
        "vehicle_id": "1316"
      },
      {
        "destination": "Laagri",
        "heading": 247,
        "lat": 59.36652,
        "line": "18",
        "lon": 24.64577,
        "route": "45",
        "type": "2",
        "vehicle_id": "1317"
      },
      {
        "destination": "Viru",
        "heading": 26,
        "lat": 59.40948,
        "line": "36",
        "lon": 24.73636,
        "route": "149",
        "type": "2",
        "vehicle_id": "1347"
      },
      {
        "destination": "Balti jaam",
        "heading": 67,
        "lat": 59.44173,
        "line": "41",
        "lon": 24.74248,
        "route": "34",
        "type": "2",
        "vehicle_id": "1348"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 199,
        "lat": 59.47033,
        "line": "8",
        "lon": 24.83492,
        "route": "28",
        "type": "2",
        "vehicle_id": "1350"
      },
      {
        "destination": "Ülemiste",
        "heading": 162,
        "lat": 59.42206,
        "line": "45",
        "lon": 24.81092,
        "route": "55",
        "type": "2",
        "vehicle_id": "1351"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 143,
        "lat": 59.4122,
        "line": "45",
        "lon": 24.63546,
        "route": "34",
        "type": "2",
        "vehicle_id": "1352"
      },
      {
        "destination": "Mustamäe",
        "heading": 249,
        "lat": 59.42469,
        "line": "37",
        "lon": 24.6506,
        "route": "50",
        "type": "2",
        "vehicle_id": "1353"
      },
      {
        "destination": "Ülemiste",
        "heading": 169,
        "lat": 59.40294,
        "line": "45",
        "lon": 24.66959,
        "route": "15",
        "type": "2",
        "vehicle_id": "1354"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 144,
        "lat": 59.41227,
        "line": "21A",
        "lon": 24.63507,
        "route": "50",
        "type": "2",
        "vehicle_id": "1355"
      },
      {
        "destination": "Kakumäe",
        "heading": 153,
        "lat": 59.41226,
        "line": "21A",
        "lon": 24.63523,
        "route": "23",
        "type": "2",
        "vehicle_id": "1356"
      },
      {
        "destination": "Äigrumäe",
        "heading": 17,
        "lat": 59.44343,
        "line": "8",
        "lon": 24.75038,
        "route": "67",
        "type": "2",
        "vehicle_id": "1357"
      },
      {
        "destination": "Priisle",
        "heading": 89,
        "lat": 59.44586,
        "line": "42",
        "lon": 24.88279,
        "route": "77",
        "type": "2",
        "vehicle_id": "1384"
      },
      {
        "destination": "Sütiste",
        "heading": 206,
        "lat": 59.40934,
        "line": "67",
        "lon": 24.71345,
        "route": "41",
        "type": "2",
        "vehicle_id": "1401"
      },
      {
        "destination": "Kadaka",
        "heading": 55,
        "lat": 59.40503,
        "line": "11",
        "lon": 24.65596,
        "route": "24",
        "type": "2",
        "vehicle_id": "1406"
      },
      {
        "destination": "Estonia",
        "heading": 46,
        "lat": 59.43141,
        "line": "24",
        "lon": 24.73921,
        "route": "15",
        "type": "2",
        "vehicle_id": "1408"
      },
      {
        "destination": "Mustamäe",
        "heading": 132,
        "lat": 59.40014,
        "line": "83",
        "lon": 24.65912,
        "route": "136",
        "type": "2",
        "vehicle_id": "1412"
      },
      {
        "destination": "Viru",
        "heading": 164,
        "lat": 59.3887,
        "line": "36",
        "lon": 24.68325,
        "route": "45",
        "type": "2",
        "vehicle_id": "1415"
      },
      {
        "destination": "Kadaka",
        "heading": 196,
        "lat": 59.39657,
        "line": "23",
        "lon": 24.70983,
        "route": "96",
        "type": "2",
        "vehicle_id": "1419"
      },
      {
        "destination": "Kadaka",
        "heading": 323,
        "lat": 59.40511,
        "line": "23",
        "lon": 24.65584,
        "route": "112",
        "type": "2",
        "vehicle_id": "1422"
      },
      {
        "destination": "Sütiste",
        "heading": 338,
        "lat": 59.4426,
        "line": "67",
        "lon": 24.88105,
        "route": "99",
        "type": "2",
        "vehicle_id": "1423"
      },
      {
        "destination": "Viru keskus",
        "heading": 25,
        "lat": 59.40466,
        "line": "18A",
        "lon": 24.73142,
        "route": "54",
        "type": "2",
        "vehicle_id": "1424"
      },
      {
        "destination": "Viru keskus",
        "heading": 353,
        "lat": 59.43656,
        "line": "18",
        "lon": 24.75734,
        "route": "14",
        "type": "2",
        "vehicle_id": "1426"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 42,
        "lat": 59.41198,
        "line": "13",
        "lon": 24.65654,
        "route": "44",
        "type": "2",
        "vehicle_id": "1428"
      },
      {
        "destination": "Mustamäe",
        "heading": 241,
        "lat": 59.43252,
        "line": "83",
        "lon": 24.74062,
        "route": "48",
        "type": "2",
        "vehicle_id": "1438"
      },
      {
        "destination": "Seli",
        "heading": 358,
        "lat": 59.44496,
        "line": "67",
        "lon": 24.89727,
        "route": "118",
        "type": "2",
        "vehicle_id": "1439"
      },
      {
        "destination": "Viru",
        "heading": 292,
        "lat": 59.41351,
        "line": "36",
        "lon": 24.63435,
        "route": "63",
        "type": "2",
        "vehicle_id": "1442"
      },
      {
        "destination": "Kadaka",
        "heading": 256,
        "lat": 59.40476,
        "line": "24",
        "lon": 24.67511,
        "route": "36",
        "type": "2",
        "vehicle_id": "1473"
      },
      {
        "destination": "Kadaka",
        "heading": 43,
        "lat": 59.40517,
        "line": "9",
        "lon": 24.65571,
        "route": "28",
        "type": "2",
        "vehicle_id": "1474"
      },
      {
        "destination": "Laagri alevik",
        "heading": 194,
        "lat": 59.38048,
        "line": "20A",
        "lon": 24.63727,
        "route": "43",
        "type": "2",
        "vehicle_id": "1476"
      },
      {
        "destination": "Priisle",
        "heading": 89,
        "lat": 59.44283,
        "line": "9",
        "lon": 24.87581,
        "route": "103",
        "type": "2",
        "vehicle_id": "1477"
      },
      {
        "destination": "Landi",
        "heading": 293,
        "lat": 59.42893,
        "line": "21",
        "lon": 24.70707,
        "route": "53",
        "type": "2",
        "vehicle_id": "1478"
      },
      {
        "destination": "Pelguranna",
        "heading": 308,
        "lat": 59.44114,
        "line": "40",
        "lon": 24.713,
        "route": "129",
        "type": "2",
        "vehicle_id": "1486"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 196,
        "lat": 59.39769,
        "line": "36",
        "lon": 24.72605,
        "route": "132",
        "type": "2",
        "vehicle_id": "1489"
      },
      {
        "destination": "Priisle",
        "heading": 87,
        "lat": 59.43534,
        "line": "42",
        "lon": 24.75834,
        "route": "109",
        "type": "2",
        "vehicle_id": "1491"
      },
      {
        "destination": "Seli",
        "heading": 23,
        "lat": 59.42376,
        "line": "67",
        "lon": 24.72573,
        "route": "130",
        "type": "2",
        "vehicle_id": "1492"
      },
      {
        "destination": "Kaubamaja",
        "heading": 79,
        "lat": 59.39893,
        "line": "83",
        "lon": 24.68369,
        "route": "107",
        "type": "2",
        "vehicle_id": "1493"
      },
      {
        "destination": "Priisle",
        "heading": 96,
        "lat": 59.4347,
        "line": "42",
        "lon": 24.79989,
        "route": "93",
        "type": "2",
        "vehicle_id": "1494"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 140,
        "lat": 59.48129,
        "line": "8",
        "lon": 24.89081,
        "route": "44",
        "type": "2",
        "vehicle_id": "1496"
      },
      {
        "destination": "Balti jaam",
        "heading": 57,
        "lat": 59.43984,
        "line": "85",
        "lon": 24.73834,
        "route": "23",
        "type": "2",
        "vehicle_id": "1500"
      },
      {
        "destination": "Seli",
        "heading": 89,
        "lat": 59.4403,
        "line": "12",
        "lon": 24.85208,
        "route": "101",
        "type": "2",
        "vehicle_id": "1516"
      },
      {
        "destination": "Kaubamaja",
        "heading": 68,
        "lat": 59.428,
        "line": "83",
        "lon": 24.72427,
        "route": "77",
        "type": "2",
        "vehicle_id": "1518"
      },
      {
        "destination": "Viru keskus",
        "heading": 52,
        "lat": 59.4392,
        "line": "18",
        "lon": 24.75966,
        "route": "32",
        "type": "2",
        "vehicle_id": "1520"
      },
      {
        "destination": "Viru keskus",
        "heading": 49,
        "lat": 59.3694,
        "line": "18",
        "lon": 24.65575,
        "route": "60",
        "type": "2",
        "vehicle_id": "1546"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 128,
        "lat": 59.41186,
        "line": "13",
        "lon": 24.63552,
        "route": "20",
        "type": "2",
        "vehicle_id": "1553"
      },
      {
        "destination": "Kadaka",
        "heading": 236,
        "lat": 59.39739,
        "line": "11",
        "lon": 24.67086,
        "route": "36",
        "type": "2",
        "vehicle_id": "1559"
      },
      {
        "destination": "Laagri",
        "heading": 235,
        "lat": 59.38837,
        "line": "18",
        "lon": 24.71851,
        "route": "75",
        "type": "2",
        "vehicle_id": "1563"
      },
      {
        "destination": "Estonia",
        "heading": 120,
        "lat": 59.40309,
        "line": "24",
        "lon": 24.68745,
        "route": "141",
        "type": "2",
        "vehicle_id": "1568"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 145,
        "lat": 59.41199,
        "line": "36",
        "lon": 24.63547,
        "route": "114",
        "type": "2",
        "vehicle_id": "1569"
      },
      {
        "destination": "Bussijaam",
        "heading": 55,
        "lat": 59.40532,
        "line": "23",
        "lon": 24.7178,
        "route": "133",
        "type": "2",
        "vehicle_id": "1631"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 359,
        "lat": 59.4156,
        "line": "28",
        "lon": 24.63966,
        "route": "95",
        "type": "2",
        "vehicle_id": "1710"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 267,
        "lat": 59.38651,
        "line": "45",
        "lon": 24.69018,
        "route": "88",
        "type": "2",
        "vehicle_id": "1740"
      },
      {
        "destination": "Estonia",
        "heading": 229,
        "lat": 59.40223,
        "line": "24",
        "lon": 24.65176,
        "route": "163",
        "type": "2",
        "vehicle_id": "1742"
      },
      {
        "destination": "Kadaka",
        "heading": 270,
        "lat": 59.44595,
        "line": "9",
        "lon": 24.88224,
        "route": "86",
        "type": "2",
        "vehicle_id": "1772"
      },
      {
        "destination": "Kadaka",
        "heading": 284,
        "lat": 59.41056,
        "line": "9",
        "lon": 24.65836,
        "route": "48",
        "type": "2",
        "vehicle_id": "1774"
      },
      {
        "destination": "Mustamäe",
        "heading": 204,
        "lat": 59.4242,
        "line": "85",
        "lon": 24.69971,
        "route": "168",
        "type": "2",
        "vehicle_id": "1798"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 173,
        "lat": 59.4271,
        "line": "3",
        "lon": 24.74864,
        "route": "128",
        "type": "2",
        "vehicle_id": "1813"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 114,
        "lat": 59.4046,
        "line": "28",
        "lon": 24.68212,
        "route": "76",
        "type": "2",
        "vehicle_id": "1829"
      },
      {
        "destination": "Priisle",
        "heading": 66,
        "lat": 59.43998,
        "line": "40",
        "lon": 24.78319,
        "route": "70",
        "type": "2",
        "vehicle_id": "1856"
      },
      {
        "destination": "Balti jaam",
        "heading": 111,
        "lat": 59.43094,
        "line": "41",
        "lon": 24.63829,
        "route": "8",
        "type": "2",
        "vehicle_id": "1861"
      },
      {
        "destination": "Kakumäe",
        "heading": 319,
        "lat": 59.44015,
        "line": "21B",
        "lon": 24.62296,
        "route": "17",
        "type": "2",
        "vehicle_id": "1908"
      },
      {
        "destination": "Balti jaam",
        "heading": 75,
        "lat": 59.42842,
        "line": "21",
        "lon": 24.67844,
        "route": "8",
        "type": "2",
        "vehicle_id": "1942"
      },
      {
        "destination": "Kadaka",
        "heading": 202,
        "lat": 59.41037,
        "line": "24",
        "lon": 24.70541,
        "route": "100",
        "type": "2",
        "vehicle_id": "1956"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 294,
        "lat": 59.42911,
        "line": "54",
        "lon": 24.70635,
        "route": "60",
        "type": "2",
        "vehicle_id": "1957"
      },
      {
        "destination": "Mustamäe",
        "heading": 174,
        "lat": 59.40081,
        "line": "85",
        "lon": 24.65853,
        "route": "112",
        "type": "2",
        "vehicle_id": "1960"
      },
      {
        "destination": "Balti jaam",
        "heading": 87,
        "lat": 59.42911,
        "line": "41B",
        "lon": 24.70479,
        "route": "28",
        "type": "2",
        "vehicle_id": "1961"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 240,
        "lat": 59.4199,
        "line": "45",
        "lon": 24.76776,
        "route": "116",
        "type": "2",
        "vehicle_id": "1967"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 268,
        "lat": 59.42924,
        "line": "8",
        "lon": 24.70105,
        "route": "160",
        "type": "2",
        "vehicle_id": "1969"
      },
      {
        "destination": "Keskuse",
        "heading": 204,
        "lat": 59.42304,
        "line": "84",
        "lon": 24.71566,
        "route": "88",
        "type": "2",
        "vehicle_id": "2032"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 155,
        "lat": 59.41223,
        "line": "10",
        "lon": 24.63532,
        "route": "122",
        "type": "2",
        "vehicle_id": "2034"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 84,
        "lat": 59.41951,
        "line": "46",
        "lon": 24.64578,
        "route": "42",
        "type": "2",
        "vehicle_id": "2035"
      },
      {
        "destination": "Mustamäe",
        "heading": 231,
        "lat": 59.40058,
        "line": "81",
        "lon": 24.65865,
        "route": "122",
        "type": "2",
        "vehicle_id": "2045"
      },
      {
        "destination": "Pääsküla jaam",
        "heading": 301,
        "lat": 59.4032,
        "line": "20",
        "lon": 24.6875,
        "route": "61",
        "type": "2",
        "vehicle_id": "2061"
      },
      {
        "destination": "Laagri alevik",
        "heading": 226,
        "lat": 59.37582,
        "line": "27",
        "lon": 24.64891,
        "route": "13",
        "type": "2",
        "vehicle_id": "2064"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 124,
        "lat": 59.41195,
        "line": "4",
        "lon": 24.63539,
        "route": "98",
        "type": "2",
        "vehicle_id": "2065"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 115,
        "lat": 59.39173,
        "line": "10",
        "lon": 24.67796,
        "route": "109",
        "type": "2",
        "vehicle_id": "2068"
      },
      {
        "destination": "Viru keskus",
        "heading": 64,
        "lat": 59.47495,
        "line": "34",
        "lon": 24.95115,
        "route": "56",
        "type": "2",
        "vehicle_id": "2070"
      },
      {
        "destination": "Männiku",
        "heading": 243,
        "lat": 59.42933,
        "line": "33",
        "lon": 24.70538,
        "route": "74",
        "type": "2",
        "vehicle_id": "2073"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 256,
        "lat": 59.42006,
        "line": "16",
        "lon": 24.64523,
        "route": "128",
        "type": "2",
        "vehicle_id": "2074"
      },
      {
        "destination": "Männiku",
        "heading": 46,
        "lat": 59.46059,
        "line": "5",
        "lon": 24.81908,
        "route": "152",
        "type": "2",
        "vehicle_id": "2100"
      },
      {
        "destination": "Priisle",
        "heading": 111,
        "lat": 59.42742,
        "line": "42",
        "lon": 24.71948,
        "route": "245",
        "type": "2",
        "vehicle_id": "2122"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 263,
        "lat": 59.44335,
        "line": "25",
        "lon": 24.7639,
        "route": "23",
        "type": "2",
        "vehicle_id": "2125"
      },
      {
        "destination": "Kopli",
        "heading": 30,
        "lat": 59.40423,
        "line": "72",
        "lon": 24.7002,
        "route": "175",
        "type": "2",
        "vehicle_id": "2126"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 79,
        "lat": 59.39884,
        "line": "10",
        "lon": 24.68406,
        "route": "68",
        "type": "2",
        "vehicle_id": "2127"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 228,
        "lat": 59.43729,
        "line": "4",
        "lon": 24.56868,
        "route": "50",
        "type": "2",
        "vehicle_id": "2132"
      },
      {
        "destination": "Pääsküla jaam",
        "heading": 216,
        "lat": 59.36864,
        "line": "20",
        "lon": 24.63686,
        "route": "45",
        "type": "2",
        "vehicle_id": "2133"
      },
      {
        "destination": "Kopli liinid",
        "heading": 310,
        "lat": 59.45299,
        "line": "73",
        "lon": 24.71693,
        "route": "123",
        "type": "2",
        "vehicle_id": "2134"
      },
      {
        "destination": "Kopli liinid",
        "heading": 27,
        "lat": 59.429,
        "line": "73",
        "lon": 24.74341,
        "route": "19",
        "type": "2",
        "vehicle_id": "2140"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 49,
        "lat": 59.43113,
        "line": "16",
        "lon": 24.76113,
        "route": "32",
        "type": "2",
        "vehicle_id": "2148"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 13,
        "lat": 59.3822,
        "line": "10",
        "lon": 24.63815,
        "route": "88",
        "type": "2",
        "vehicle_id": "2181"
      },
      {
        "destination": "Kotermaa",
        "heading": 278,
        "lat": 59.40496,
        "line": "61",
        "lon": 24.62664,
        "route": "118",
        "type": "2",
        "vehicle_id": "2188"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 233,
        "lat": 59.42932,
        "line": "16",
        "lon": 24.75588,
        "route": "143",
        "type": "2",
        "vehicle_id": "2194"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 192,
        "lat": 59.4127,
        "line": "14",
        "lon": 24.73846,
        "route": "9",
        "type": "2",
        "vehicle_id": "2195"
      },
      {
        "destination": "Mõigu",
        "heading": 168,
        "lat": 59.4405,
        "line": "2",
        "lon": 24.73959,
        "route": "97",
        "type": "2",
        "vehicle_id": "2199"
      },
      {
        "destination": "Keskuse",
        "heading": 256,
        "lat": 59.39819,
        "line": "84",
        "lon": 24.67672,
        "route": "54",
        "type": "2",
        "vehicle_id": "2208"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 235,
        "lat": 59.43347,
        "line": "54",
        "lon": 24.75425,
        "route": "86",
        "type": "2",
        "vehicle_id": "2209"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 198,
        "lat": 59.46148,
        "line": "73",
        "lon": 24.67713,
        "route": "62",
        "type": "2",
        "vehicle_id": "2212"
      },
      {
        "destination": "Männiku",
        "heading": 176,
        "lat": 59.37036,
        "line": "32",
        "lon": 24.71731,
        "route": "10",
        "type": "2",
        "vehicle_id": "2221"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 258,
        "lat": 59.4288,
        "line": "26A",
        "lon": 24.67891,
        "route": "8",
        "type": "2",
        "vehicle_id": "2224"
      },
      {
        "destination": "Tiskre",
        "heading": 248,
        "lat": 59.4432,
        "line": "25",
        "lon": 24.76328,
        "route": "8",
        "type": "2",
        "vehicle_id": "2234"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 108,
        "lat": 59.45852,
        "line": "5",
        "lon": 24.81996,
        "route": "177",
        "type": "2",
        "vehicle_id": "2237"
      },
      {
        "destination": "Männiku",
        "heading": 149,
        "lat": 59.45904,
        "line": "5",
        "lon": 24.87872,
        "route": "122",
        "type": "2",
        "vehicle_id": "2247"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 112,
        "lat": 59.41252,
        "line": "12",
        "lon": 24.63588,
        "route": "142",
        "type": "2",
        "vehicle_id": "2252"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 272,
        "lat": 59.42778,
        "line": "46",
        "lon": 24.716,
        "route": "58",
        "type": "2",
        "vehicle_id": "2253"
      },
      {
        "destination": "Männiku",
        "heading": 359,
        "lat": 59.38224,
        "line": "5",
        "lon": 24.71761,
        "route": "32",
        "type": "2",
        "vehicle_id": "2257"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 162,
        "lat": 59.4123,
        "line": "26",
        "lon": 24.63496,
        "route": "56",
        "type": "2",
        "vehicle_id": "2258"
      },
      {
        "destination": "Seli",
        "heading": 312,
        "lat": 59.44525,
        "line": "12",
        "lon": 24.89709,
        "route": "69",
        "type": "2",
        "vehicle_id": "2284"
      },
      {
        "destination": "Kotermaa",
        "heading": 210,
        "lat": 59.40457,
        "line": "61",
        "lon": 24.61553,
        "route": "74",
        "type": "2",
        "vehicle_id": "2291"
      },
      {
        "destination": "Kopli",
        "heading": 131,
        "lat": 59.39946,
        "line": "72",
        "lon": 24.68008,
        "route": "197",
        "type": "2",
        "vehicle_id": "2292"
      },
      {
        "destination": "Paljassaare",
        "heading": 328,
        "lat": 59.41843,
        "line": "26",
        "lon": 24.65071,
        "route": "71",
        "type": "2",
        "vehicle_id": "2293"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 76,
        "lat": 59.42735,
        "line": "73",
        "lon": 24.7445,
        "route": "142",
        "type": "2",
        "vehicle_id": "2294"
      },
      {
        "destination": "Raudalu",
        "heading": 200,
        "lat": 59.3909,
        "line": "57",
        "lon": 24.72156,
        "route": "70",
        "type": "2",
        "vehicle_id": "2311"
      },
      {
        "destination": "Järve haigla",
        "heading": 35,
        "lat": 59.41289,
        "line": "61",
        "lon": 24.65277,
        "route": "97",
        "type": "2",
        "vehicle_id": "2323"
      },
      {
        "destination": "Männiku",
        "heading": 11,
        "lat": 59.36641,
        "line": "32",
        "lon": 24.7179,
        "route": "38",
        "type": "2",
        "vehicle_id": "2324"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 310,
        "lat": 59.42003,
        "line": "73",
        "lon": 24.74171,
        "route": "80",
        "type": "2",
        "vehicle_id": "2325"
      },
      {
        "destination": "Keskuse",
        "heading": 220,
        "lat": 59.40276,
        "line": "72",
        "lon": 24.69763,
        "route": "20",
        "type": "2",
        "vehicle_id": "2329"
      },
      {
        "destination": "Kopli",
        "heading": 332,
        "lat": 59.44141,
        "line": "33",
        "lon": 24.70605,
        "route": "91",
        "type": "2",
        "vehicle_id": "2331"
      },
      {
        "destination": "Balti jaam",
        "heading": 308,
        "lat": 59.42549,
        "line": "2",
        "lon": 24.7826,
        "route": "116",
        "type": "2",
        "vehicle_id": "2333"
      },
      {
        "destination": "Keskuse",
        "heading": 138,
        "lat": 59.45929,
        "line": "72",
        "lon": 24.67242,
        "route": "96",
        "type": "2",
        "vehicle_id": "2334"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 86,
        "lat": 59.43717,
        "line": "5",
        "lon": 24.76256,
        "route": "57",
        "type": "2",
        "vehicle_id": "2375"
      },
      {
        "destination": "Männiku",
        "heading": 177,
        "lat": 59.42749,
        "line": "5",
        "lon": 24.74246,
        "route": "108",
        "type": "2",
        "vehicle_id": "2390"
      },
      {
        "destination": "Tiskre",
        "heading": 26,
        "lat": 59.41412,
        "line": "4",
        "lon": 24.65406,
        "route": "75",
        "type": "2",
        "vehicle_id": "2410"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 21,
        "lat": 59.41465,
        "line": "10",
        "lon": 24.65448,
        "route": "15",
        "type": "2",
        "vehicle_id": "2411"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 35,
        "lat": 59.41324,
        "line": "16",
        "lon": 24.75312,
        "route": "52",
        "type": "2",
        "vehicle_id": "2413"
      },
      {
        "destination": "Seli",
        "heading": 50,
        "lat": 59.42271,
        "line": "46",
        "lon": 24.64591,
        "route": "91",
        "type": "2",
        "vehicle_id": "2414"
      },
      {
        "destination": "Paljassaare",
        "heading": 335,
        "lat": 59.43937,
        "line": "26",
        "lon": 24.70819,
        "route": "37",
        "type": "2",
        "vehicle_id": "2416"
      },
      {
        "destination": "Mäeküla",
        "heading": 213,
        "lat": 59.40471,
        "line": "62",
        "lon": 24.61573,
        "route": "33",
        "type": "2",
        "vehicle_id": "2417"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 91,
        "lat": 59.41946,
        "line": "4",
        "lon": 24.64621,
        "route": "24",
        "type": "2",
        "vehicle_id": "2418"
      },
      {
        "destination": "Seli",
        "heading": 158,
        "lat": 59.42971,
        "line": "35",
        "lon": 24.71892,
        "route": "30",
        "type": "2",
        "vehicle_id": "2440"
      },
      {
        "destination": "Balti jaam",
        "heading": 55,
        "lat": 59.4417,
        "line": "2",
        "lon": 24.74238,
        "route": "72",
        "type": "2",
        "vehicle_id": "2441"
      },
      {
        "destination": "Harkujärve",
        "heading": 18,
        "lat": 59.41015,
        "line": "27",
        "lon": 24.66839,
        "route": "58",
        "type": "2",
        "vehicle_id": "2445"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 206,
        "lat": 59.40942,
        "line": "46",
        "lon": 24.65824,
        "route": "26",
        "type": "2",
        "vehicle_id": "2446"
      },
      {
        "destination": "Männiku",
        "heading": 178,
        "lat": 59.36729,
        "line": "5",
        "lon": 24.71776,
        "route": "88",
        "type": "2",
        "vehicle_id": "2455"
      },
      {
        "destination": "Männiku",
        "heading": 207,
        "lat": 59.40163,
        "line": "5",
        "lon": 24.72846,
        "route": "134",
        "type": "2",
        "vehicle_id": "2460"
      },
      {
        "destination": "Kopli",
        "heading": 22,
        "lat": 59.42561,
        "line": "72",
        "lon": 24.71809,
        "route": "147",
        "type": "2",
        "vehicle_id": "2472"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 257,
        "lat": 59.44346,
        "line": "46",
        "lon": 24.87978,
        "route": "74",
        "type": "2",
        "vehicle_id": "2498"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 28,
        "lat": 59.40615,
        "line": "5",
        "lon": 24.73304,
        "route": "165",
        "type": "2",
        "vehicle_id": "2502"
      },
      {
        "destination": "Priisle",
        "heading": 159,
        "lat": 59.4475,
        "line": "42",
        "lon": 24.89545,
        "route": "61",
        "type": "2",
        "vehicle_id": "2508"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 148,
        "lat": 59.41723,
        "line": "16",
        "lon": 24.65226,
        "route": "69",
        "type": "2",
        "vehicle_id": "2510"
      },
      {
        "destination": "Kopli",
        "heading": 316,
        "lat": 59.45578,
        "line": "32",
        "lon": 24.67976,
        "route": "19",
        "type": "2",
        "vehicle_id": "2513"
      },
      {
        "destination": "Kopli",
        "heading": 343,
        "lat": 59.40523,
        "line": "33",
        "lon": 24.66858,
        "route": "111",
        "type": "2",
        "vehicle_id": "2519"
      },
      {
        "destination": "Pelguranna",
        "heading": 248,
        "lat": 59.4433,
        "line": "35",
        "lon": 24.88927,
        "route": "141",
        "type": "2",
        "vehicle_id": "2522"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 291,
        "lat": 59.4134,
        "line": "42",
        "lon": 24.63467,
        "route": "142",
        "type": "2",
        "vehicle_id": "2526"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 356,
        "lat": 59.3694,
        "line": "5",
        "lon": 24.71756,
        "route": "21",
        "type": "2",
        "vehicle_id": "2527"
      },
      {
        "destination": "Kaubamaja",
        "heading": 30,
        "lat": 59.40552,
        "line": "81",
        "lon": 24.68188,
        "route": "101",
        "type": "2",
        "vehicle_id": "2542"
      },
      {
        "destination": "Keskuse",
        "heading": 152,
        "lat": 59.43787,
        "line": "72",
        "lon": 24.70952,
        "route": "44",
        "type": "2",
        "vehicle_id": "2556"
      },
      {
        "destination": "Muuga aedlinn",
        "heading": 89,
        "lat": 59.46629,
        "line": "34",
        "lon": 24.85788,
        "route": "117",
        "type": "2",
        "vehicle_id": "2566"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 273,
        "lat": 59.42785,
        "line": "16",
        "lon": 24.71381,
        "route": "14",
        "type": "2",
        "vehicle_id": "2580"
      },
      {
        "destination": "Mustamäe",
        "heading": 249,
        "lat": 59.43324,
        "line": "81",
        "lon": 24.71836,
        "route": "46",
        "type": "2",
        "vehicle_id": "2591"
      },
      {
        "destination": "Mustamäe",
        "heading": 0,
        "lat": 59.4007,
        "line": "85",
        "lon": 24.65868,
        "route": "80",
        "type": "2",
        "vehicle_id": "2600"
      },
      {
        "destination": "Viimsi",
        "heading": 46,
        "lat": 59.46325,
        "line": "1",
        "lon": 24.82726,
        "route": "117",
        "type": "2",
        "vehicle_id": "2616"
      },
      {
        "destination": "Pääsküla jaam",
        "heading": 68,
        "lat": 59.4434,
        "line": "20",
        "lon": 24.76539,
        "route": "73",
        "type": "2",
        "vehicle_id": "2618"
      },
      {
        "destination": "Liikuri",
        "heading": 999,
        "lat": 59.42006,
        "line": "39",
        "lon": 24.74168,
        "route": "23",
        "type": "2",
        "vehicle_id": "2632"
      },
      {
        "destination": "Mõigu",
        "heading": 128,
        "lat": 59.43021,
        "line": "2",
        "lon": 24.77162,
        "route": "45",
        "type": "2",
        "vehicle_id": "2643"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 57,
        "lat": 59.40143,
        "line": "20",
        "lon": 24.6957,
        "route": "30",
        "type": "2",
        "vehicle_id": "2645"
      },
      {
        "destination": "Harkujärve",
        "heading": 263,
        "lat": 59.41469,
        "line": "27",
        "lon": 24.58347,
        "route": "30",
        "type": "2",
        "vehicle_id": "2647"
      },
      {
        "destination": "Priisle",
        "heading": 61,
        "lat": 59.40921,
        "line": "54",
        "lon": 24.63005,
        "route": "107",
        "type": "2",
        "vehicle_id": "2648"
      },
      {
        "destination": "Kopli",
        "heading": 80,
        "lat": 59.42312,
        "line": "32",
        "lon": 24.74436,
        "route": "29",
        "type": "2",
        "vehicle_id": "2650"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 249,
        "lat": 59.36749,
        "line": "14",
        "lon": 24.65007,
        "route": "59",
        "type": "2",
        "vehicle_id": "2658"
      },
      {
        "destination": "Keskuse",
        "heading": 154,
        "lat": 59.39945,
        "line": "84",
        "lon": 24.68017,
        "route": "24",
        "type": "2",
        "vehicle_id": "2660"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 275,
        "lat": 59.41129,
        "line": "10",
        "lon": 24.64496,
        "route": "46",
        "type": "2",
        "vehicle_id": "2662"
      },
      {
        "destination": "Viru keskus",
        "heading": 77,
        "lat": 59.43897,
        "line": "14",
        "lon": 24.76026,
        "route": "30",
        "type": "2",
        "vehicle_id": "2668"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 153,
        "lat": 59.44701,
        "line": "26",
        "lon": 24.70008,
        "route": "18",
        "type": "2",
        "vehicle_id": "2669"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 109,
        "lat": 59.44989,
        "line": "73",
        "lon": 24.73782,
        "route": "100",
        "type": "2",
        "vehicle_id": "2671"
      },
      {
        "destination": "Viru keskus",
        "heading": 11,
        "lat": 59.41633,
        "line": "14",
        "lon": 24.74034,
        "route": "40",
        "type": "2",
        "vehicle_id": "2677"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 308,
        "lat": 59.42023,
        "line": "73",
        "lon": 24.74162,
        "route": "42",
        "type": "2",
        "vehicle_id": "2683"
      },
      {
        "destination": "Tiskre",
        "heading": 290,
        "lat": 59.42407,
        "line": "25",
        "lon": 24.64343,
        "route": "36",
        "type": "2",
        "vehicle_id": "2684"
      },
      {
        "destination": "Mõigu",
        "heading": 170,
        "lat": 59.40649,
        "line": "2",
        "lon": 24.81605,
        "route": "133",
        "type": "2",
        "vehicle_id": "2689"
      },
      {
        "destination": "Kopli",
        "heading": 357,
        "lat": 59.375,
        "line": "33",
        "lon": 24.71795,
        "route": "31",
        "type": "2",
        "vehicle_id": "2690"
      },
      {
        "destination": "Keskuse",
        "heading": 126,
        "lat": 59.40007,
        "line": "72",
        "lon": 24.67971,
        "route": "222",
        "type": "2",
        "vehicle_id": "2700"
      },
      {
        "destination": "Viru keskus",
        "heading": 39,
        "lat": 59.43921,
        "line": "1",
        "lon": 24.75933,
        "route": "142",
        "type": "2",
        "vehicle_id": "2705"
      },
      {
        "destination": "Viimsi",
        "heading": 89,
        "lat": 59.43709,
        "line": "1",
        "lon": 24.75909,
        "route": "133",
        "type": "2",
        "vehicle_id": "2706"
      },
      {
        "destination": "Mustamäe",
        "heading": 149,
        "lat": 59.40059,
        "line": "81",
        "lon": 24.65871,
        "route": "148",
        "type": "2",
        "vehicle_id": "2707"
      },
      {
        "destination": "Viru keskus",
        "heading": 53,
        "lat": 59.43915,
        "line": "1",
        "lon": 24.75967,
        "route": "40",
        "type": "2",
        "vehicle_id": "2716"
      },
      {
        "destination": "Harkujärve",
        "heading": 322,
        "lat": 59.41123,
        "line": "27",
        "lon": 24.66215,
        "route": "74",
        "type": "2",
        "vehicle_id": "2721"
      },
      {
        "destination": "Kotermaa",
        "heading": 252,
        "lat": 59.41117,
        "line": "61",
        "lon": 24.64719,
        "route": "18",
        "type": "2",
        "vehicle_id": "2722"
      },
      {
        "destination": "Keskuse",
        "heading": 137,
        "lat": 59.39959,
        "line": "72",
        "lon": 24.67998,
        "route": "240",
        "type": "2",
        "vehicle_id": "2723"
      },
      {
        "destination": "Kotermaa",
        "heading": 216,
        "lat": 59.39546,
        "line": "61",
        "lon": 24.70354,
        "route": "34",
        "type": "2",
        "vehicle_id": "2725"
      },
      {
        "destination": "Balti jaam",
        "heading": 311,
        "lat": 59.44089,
        "line": "84",
        "lon": 24.73926,
        "route": "145",
        "type": "2",
        "vehicle_id": "2726"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 67,
        "lat": 59.43893,
        "line": "14",
        "lon": 24.76034,
        "route": "21",
        "type": "2",
        "vehicle_id": "2727"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 157,
        "lat": 59.41228,
        "line": "46",
        "lon": 24.63511,
        "route": "108",
        "type": "2",
        "vehicle_id": "2729"
      },
      {
        "destination": "Kopli",
        "heading": 324,
        "lat": 59.45188,
        "line": "72",
        "lon": 24.69415,
        "route": "121",
        "type": "2",
        "vehicle_id": "2731"
      },
      {
        "destination": "Laagri alevik",
        "heading": 154,
        "lat": 59.41308,
        "line": "27",
        "lon": 24.60687,
        "route": "45",
        "type": "2",
        "vehicle_id": "2732"
      },
      {
        "destination": "Viru keskus",
        "heading": 204,
        "lat": 59.45636,
        "line": "1",
        "lon": 24.81029,
        "route": "62",
        "type": "2",
        "vehicle_id": "2748"
      },
      {
        "destination": "Kalev",
        "heading": 324,
        "lat": 59.3631,
        "line": "57",
        "lon": 24.76346,
        "route": "31",
        "type": "2",
        "vehicle_id": "2752"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 198,
        "lat": 59.40992,
        "line": "46",
        "lon": 24.65841,
        "route": "8",
        "type": "2",
        "vehicle_id": "2757"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 168,
        "lat": 59.36141,
        "line": "10",
        "lon": 24.62962,
        "route": "29",
        "type": "2",
        "vehicle_id": "2773"
      },
      {
        "destination": "Männiku",
        "heading": 158,
        "lat": 59.42932,
        "line": "32",
        "lon": 24.71924,
        "route": "50",
        "type": "2",
        "vehicle_id": "2775"
      },
      {
        "destination": "Balti jaam",
        "heading": 28,
        "lat": 59.41916,
        "line": "85",
        "lon": 24.69528,
        "route": "49",
        "type": "2",
        "vehicle_id": "2776"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 327,
        "lat": 59.41439,
        "line": "54",
        "lon": 24.656,
        "route": "8",
        "type": "2",
        "vehicle_id": "2777"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 241,
        "lat": 59.41444,
        "line": "16",
        "lon": 24.68975,
        "route": "82",
        "type": "2",
        "vehicle_id": "2784"
      },
      {
        "destination": "Viru keskus",
        "heading": 201,
        "lat": 59.49628,
        "line": "1",
        "lon": 24.82781,
        "route": "102",
        "type": "2",
        "vehicle_id": "2787"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 194,
        "lat": 59.41909,
        "line": "13",
        "lon": 24.79876,
        "route": "70",
        "type": "2",
        "vehicle_id": "2801"
      },
      {
        "destination": "Männiku",
        "heading": 170,
        "lat": 59.39481,
        "line": "33",
        "lon": 24.67329,
        "route": "56",
        "type": "2",
        "vehicle_id": "2804"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 183,
        "lat": 59.41233,
        "line": "16",
        "lon": 24.63478,
        "route": "112",
        "type": "2",
        "vehicle_id": "2849"
      },
      {
        "destination": "Männiku",
        "heading": 179,
        "lat": 59.37352,
        "line": "33",
        "lon": 24.71788,
        "route": "42",
        "type": "2",
        "vehicle_id": "2861"
      },
      {
        "destination": "Järve haigla",
        "heading": 26,
        "lat": 59.40286,
        "line": "61",
        "lon": 24.70692,
        "route": "51",
        "type": "2",
        "vehicle_id": "2896"
      },
      {
        "destination": "Tiskre",
        "heading": 272,
        "lat": 59.42767,
        "line": "25",
        "lon": 24.7193,
        "route": "64",
        "type": "2",
        "vehicle_id": "2897"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 116,
        "lat": 59.42826,
        "line": "16",
        "lon": 24.70979,
        "route": "97",
        "type": "2",
        "vehicle_id": "2915"
      },
      {
        "destination": "Keskuse",
        "heading": 152,
        "lat": 59.44457,
        "line": "72",
        "lon": 24.70264,
        "route": "70",
        "type": "2",
        "vehicle_id": "2923"
      },
      {
        "destination": "Priisle",
        "heading": 260,
        "lat": 59.43218,
        "line": "66",
        "lon": 24.84514,
        "route": "116",
        "type": "2",
        "vehicle_id": "3008"
      },
      {
        "destination": "Priisle",
        "heading": 155,
        "lat": 59.43129,
        "line": "42",
        "lon": 24.84066,
        "route": "189",
        "type": "2",
        "vehicle_id": "3009"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 265,
        "lat": 59.42916,
        "line": "46",
        "lon": 24.70454,
        "route": "64",
        "type": "2",
        "vehicle_id": "3010"
      },
      {
        "destination": "Priisle",
        "heading": 114,
        "lat": 59.41251,
        "line": "42",
        "lon": 24.63585,
        "route": "127",
        "type": "2",
        "vehicle_id": "3012"
      },
      {
        "destination": "Sütiste",
        "heading": 223,
        "lat": 59.43306,
        "line": "67",
        "lon": 24.74872,
        "route": "165",
        "type": "2",
        "vehicle_id": "3013"
      },
      {
        "destination": "Sütiste",
        "heading": 215,
        "lat": 59.4293,
        "line": "67",
        "lon": 24.77657,
        "route": "141",
        "type": "2",
        "vehicle_id": "3014"
      },
      {
        "destination": "Sütiste",
        "heading": 76,
        "lat": 59.40037,
        "line": "67",
        "lon": 24.6751,
        "route": "153",
        "type": "2",
        "vehicle_id": "3018"
      },
      {
        "destination": "Pelguranna",
        "heading": 302,
        "lat": 59.44438,
        "line": "40",
        "lon": 24.84491,
        "route": "145",
        "type": "2",
        "vehicle_id": "3020"
      },
      {
        "destination": "Seli",
        "heading": 86,
        "lat": 59.44237,
        "line": "60",
        "lon": 24.79099,
        "route": "76",
        "type": "2",
        "vehicle_id": "3024"
      },
      {
        "destination": "Seli",
        "heading": 44,
        "lat": 59.43193,
        "line": "50",
        "lon": 24.81202,
        "route": "98",
        "type": "2",
        "vehicle_id": "3029"
      },
      {
        "destination": "Priisle",
        "heading": 245,
        "lat": 59.44631,
        "line": "9",
        "lon": 24.89567,
        "route": "39",
        "type": "2",
        "vehicle_id": "3030"
      },
      {
        "destination": "Priisle",
        "heading": 126,
        "lat": 59.44758,
        "line": "54",
        "lon": 24.89546,
        "route": "73",
        "type": "2",
        "vehicle_id": "3031"
      },
      {
        "destination": "P. Pinna",
        "heading": 73,
        "lat": 59.42904,
        "line": "55",
        "lon": 24.83489,
        "route": "41",
        "type": "2",
        "vehicle_id": "3032"
      },
      {
        "destination": "Pelguranna",
        "heading": 331,
        "lat": 59.44807,
        "line": "35",
        "lon": 24.69915,
        "route": "107",
        "type": "2",
        "vehicle_id": "3034"
      },
      {
        "destination": "Seli",
        "heading": 77,
        "lat": 59.39985,
        "line": "67",
        "lon": 24.69087,
        "route": "86",
        "type": "2",
        "vehicle_id": "3035"
      },
      {
        "destination": "Estonia",
        "heading": 308,
        "lat": 59.43081,
        "line": "15",
        "lon": 24.77054,
        "route": "114",
        "type": "2",
        "vehicle_id": "3036"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 268,
        "lat": 59.4431,
        "line": "42",
        "lon": 24.87168,
        "route": "36",
        "type": "2",
        "vehicle_id": "3044"
      },
      {
        "destination": "Priisle",
        "heading": 258,
        "lat": 59.43149,
        "line": "9",
        "lon": 24.84098,
        "route": "19",
        "type": "2",
        "vehicle_id": "3060"
      },
      {
        "destination": "Seli",
        "heading": 84,
        "lat": 59.43987,
        "line": "67",
        "lon": 24.83929,
        "route": "26",
        "type": "2",
        "vehicle_id": "3062"
      },
      {
        "destination": "Seli",
        "heading": 324,
        "lat": 59.4454,
        "line": "60",
        "lon": 24.89708,
        "route": "144",
        "type": "2",
        "vehicle_id": "3063"
      },
      {
        "destination": "Estonia",
        "heading": 195,
        "lat": 59.41875,
        "line": "15",
        "lon": 24.79855,
        "route": "20",
        "type": "2",
        "vehicle_id": "3067"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 225,
        "lat": 59.40263,
        "line": "13",
        "lon": 24.69735,
        "route": "58",
        "type": "2",
        "vehicle_id": "3070"
      },
      {
        "destination": "Viru keskus",
        "heading": 272,
        "lat": 59.43765,
        "line": "38",
        "lon": 24.7574,
        "route": "16",
        "type": "2",
        "vehicle_id": "3072"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 342,
        "lat": 59.40914,
        "line": "36",
        "lon": 24.63237,
        "route": "10",
        "type": "2",
        "vehicle_id": "3086"
      },
      {
        "destination": "Priisle",
        "heading": 68,
        "lat": 59.44762,
        "line": "58",
        "lon": 24.89538,
        "route": "50",
        "type": "2",
        "vehicle_id": "3101"
      },
      {
        "destination": "Priisle",
        "heading": 43,
        "lat": 59.43428,
        "line": "58",
        "lon": 24.815,
        "route": "76",
        "type": "2",
        "vehicle_id": "3102"
      },
      {
        "destination": "Balti jaam",
        "heading": 308,
        "lat": 59.43259,
        "line": "2",
        "lon": 24.735,
        "route": "20",
        "type": "2",
        "vehicle_id": "3105"
      },
      {
        "destination": "Pirita keskus",
        "heading": 326,
        "lat": 59.43167,
        "line": "48",
        "lon": 24.84087,
        "route": "58",
        "type": "2",
        "vehicle_id": "3106"
      },
      {
        "destination": "Priisle",
        "heading": 334,
        "lat": 59.43383,
        "line": "13",
        "lon": 24.83132,
        "route": "107",
        "type": "2",
        "vehicle_id": "3124"
      },
      {
        "destination": "Vesse",
        "heading": 251,
        "lat": 59.44441,
        "line": "48",
        "lon": 24.88556,
        "route": "29",
        "type": "2",
        "vehicle_id": "3135"
      },
      {
        "destination": "Priisle",
        "heading": 175,
        "lat": 59.44759,
        "line": "66",
        "lon": 24.89541,
        "route": "46",
        "type": "2",
        "vehicle_id": "3136"
      },
      {
        "destination": "Laagri alevik",
        "heading": 183,
        "lat": 59.42282,
        "line": "20A",
        "lon": 24.74237,
        "route": "59",
        "type": "2",
        "vehicle_id": "3137"
      },
      {
        "destination": "Majaka põik",
        "heading": 252,
        "lat": 59.43407,
        "line": "58",
        "lon": 24.83141,
        "route": "109",
        "type": "2",
        "vehicle_id": "3154"
      },
      {
        "destination": "Pelguranna",
        "heading": 194,
        "lat": 59.43319,
        "line": "40",
        "lon": 24.76333,
        "route": "57",
        "type": "2",
        "vehicle_id": "3182"
      },
      {
        "destination": "Sõjamäe",
        "heading": 77,
        "lat": 59.41629,
        "line": "15",
        "lon": 24.86589,
        "route": "75",
        "type": "2",
        "vehicle_id": "3201"
      },
      {
        "destination": "Mustamäe",
        "heading": 202,
        "lat": 59.42058,
        "line": "81",
        "lon": 24.69645,
        "route": "20",
        "type": "2",
        "vehicle_id": "3206"
      },
      {
        "destination": "Mustamäe",
        "heading": 138,
        "lat": 59.43493,
        "line": "81",
        "lon": 24.75569,
        "route": "168",
        "type": "2",
        "vehicle_id": "3207"
      },
      {
        "destination": "Lennujaam",
        "heading": 153,
        "lat": 59.41839,
        "line": "49",
        "lon": 24.79865,
        "route": "31",
        "type": "2",
        "vehicle_id": "3211"
      },
      {
        "destination": "Priisle",
        "heading": 216,
        "lat": 59.4353,
        "line": "63",
        "lon": 24.76079,
        "route": "54",
        "type": "2",
        "vehicle_id": "3213"
      },
      {
        "destination": "Vesse",
        "heading": 68,
        "lat": 59.47278,
        "line": "48",
        "lon": 24.88566,
        "route": "59",
        "type": "2",
        "vehicle_id": "3217"
      },
      {
        "destination": "Pelguranna",
        "heading": 64,
        "lat": 59.44777,
        "line": "40",
        "lon": 24.89529,
        "route": "13",
        "type": "2",
        "vehicle_id": "3218"
      },
      {
        "destination": "Pirita keskus",
        "heading": 326,
        "lat": 59.47313,
        "line": "48",
        "lon": 24.8981,
        "route": "46",
        "type": "2",
        "vehicle_id": "3219"
      },
      {
        "destination": "Seli",
        "heading": 94,
        "lat": 59.42771,
        "line": "46",
        "lon": 24.71508,
        "route": "49",
        "type": "2",
        "vehicle_id": "3220"
      },
      {
        "destination": "Sõjamäe",
        "heading": 102,
        "lat": 59.42248,
        "line": "7",
        "lon": 24.81897,
        "route": "73",
        "type": "2",
        "vehicle_id": "3229"
      },
      {
        "destination": "Priisle",
        "heading": 164,
        "lat": 59.4477,
        "line": "31",
        "lon": 24.89633,
        "route": "134",
        "type": "2",
        "vehicle_id": "3231"
      },
      {
        "destination": "Priisle",
        "heading": 42,
        "lat": 59.43399,
        "line": "9",
        "lon": 24.75047,
        "route": "57",
        "type": "2",
        "vehicle_id": "3241"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 183,
        "lat": 59.42621,
        "line": "39",
        "lon": 24.74867,
        "route": "72",
        "type": "2",
        "vehicle_id": "3245"
      },
      {
        "destination": "Kaubamaja",
        "heading": 29,
        "lat": 59.42875,
        "line": "81",
        "lon": 24.7042,
        "route": "73",
        "type": "2",
        "vehicle_id": "3250"
      },
      {
        "destination": "Seli",
        "heading": 51,
        "lat": 59.42191,
        "line": "12",
        "lon": 24.77201,
        "route": "131",
        "type": "2",
        "vehicle_id": "3251"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 69,
        "lat": 59.44355,
        "line": "25",
        "lon": 24.76495,
        "route": "97",
        "type": "2",
        "vehicle_id": "3260"
      },
      {
        "destination": "Kadaka",
        "heading": 236,
        "lat": 59.43473,
        "line": "9",
        "lon": 24.75233,
        "route": "94",
        "type": "2",
        "vehicle_id": "3261"
      },
      {
        "destination": "Sõjamäe",
        "heading": 97,
        "lat": 59.42277,
        "line": "15",
        "lon": 24.81653,
        "route": "141",
        "type": "2",
        "vehicle_id": "3270"
      },
      {
        "destination": "Priisle",
        "heading": 17,
        "lat": 59.43206,
        "line": "40",
        "lon": 24.84021,
        "route": "82",
        "type": "2",
        "vehicle_id": "3271"
      },
      {
        "destination": "Viimsi keskus",
        "heading": 103,
        "lat": 59.42239,
        "line": "49",
        "lon": 24.81969,
        "route": "14",
        "type": "2",
        "vehicle_id": "3274"
      },
      {
        "destination": "Pelguranna",
        "heading": 175,
        "lat": 59.44413,
        "line": "40",
        "lon": 24.68818,
        "route": "161",
        "type": "2",
        "vehicle_id": "3276"
      },
      {
        "destination": "Seli",
        "heading": 73,
        "lat": 59.43303,
        "line": "7",
        "lon": 24.82525,
        "route": "54",
        "type": "2",
        "vehicle_id": "3278"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 307,
        "lat": 59.42013,
        "line": "3",
        "lon": 24.7419,
        "route": "88",
        "type": "2",
        "vehicle_id": "3280"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 86,
        "lat": 59.42957,
        "line": "25",
        "lon": 24.69333,
        "route": "51",
        "type": "2",
        "vehicle_id": "3283"
      },
      {
        "destination": "Viru keskus",
        "heading": 85,
        "lat": 59.43898,
        "line": "44",
        "lon": 24.76041,
        "route": "118",
        "type": "2",
        "vehicle_id": "3295"
      },
      {
        "destination": "Merivälja Pansion",
        "heading": 82,
        "lat": 59.48902,
        "line": "6",
        "lon": 24.84908,
        "route": "24",
        "type": "2",
        "vehicle_id": "3298"
      },
      {
        "destination": "P. Pinna",
        "heading": 327,
        "lat": 59.43546,
        "line": "44",
        "lon": 24.83686,
        "route": "55",
        "type": "2",
        "vehicle_id": "3303"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 317,
        "lat": 59.41985,
        "line": "39",
        "lon": 24.74214,
        "route": "52",
        "type": "2",
        "vehicle_id": "3306"
      },
      {
        "destination": "Seli",
        "heading": 10,
        "lat": 59.44524,
        "line": "46",
        "lon": 24.89692,
        "route": "99",
        "type": "2",
        "vehicle_id": "3308"
      },
      {
        "destination": "Majaka põik",
        "heading": 247,
        "lat": 59.43693,
        "line": "50",
        "lon": 24.87128,
        "route": "27",
        "type": "2",
        "vehicle_id": "3309"
      },
      {
        "destination": "Priisle",
        "heading": 74,
        "lat": 59.43459,
        "line": "54",
        "lon": 24.83554,
        "route": "97",
        "type": "2",
        "vehicle_id": "3310"
      },
      {
        "destination": "Priisle",
        "heading": 38,
        "lat": 59.44414,
        "line": "66",
        "lon": 24.8133,
        "route": "84",
        "type": "2",
        "vehicle_id": "3312"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 295,
        "lat": 59.41281,
        "line": "54",
        "lon": 24.63786,
        "route": "118",
        "type": "2",
        "vehicle_id": "3313"
      },
      {
        "destination": "Priisle",
        "heading": 83,
        "lat": 59.43234,
        "line": "31",
        "lon": 24.81965,
        "route": "118",
        "type": "2",
        "vehicle_id": "3314"
      },
      {
        "destination": "Seli",
        "heading": 6,
        "lat": 59.44502,
        "line": "50",
        "lon": 24.89721,
        "route": "132",
        "type": "2",
        "vehicle_id": "3318"
      },
      {
        "destination": "Maneezi",
        "heading": 282,
        "lat": 59.45212,
        "line": "63",
        "lon": 24.83799,
        "route": "83",
        "type": "2",
        "vehicle_id": "3319"
      },
      {
        "destination": "Priisle",
        "heading": 58,
        "lat": 59.44629,
        "line": "63",
        "lon": 24.81925,
        "route": "118",
        "type": "2",
        "vehicle_id": "3320"
      },
      {
        "destination": "Priisle",
        "heading": 152,
        "lat": 59.44743,
        "line": "13",
        "lon": 24.89553,
        "route": "95",
        "type": "2",
        "vehicle_id": "3321"
      },
      {
        "destination": "Majaka põik",
        "heading": 122,
        "lat": 59.44765,
        "line": "58",
        "lon": 24.89535,
        "route": "141",
        "type": "2",
        "vehicle_id": "3322"
      },
      {
        "destination": "Estonia",
        "heading": 290,
        "lat": 59.43636,
        "line": "31",
        "lon": 24.81108,
        "route": "57",
        "type": "2",
        "vehicle_id": "3349"
      },
      {
        "destination": "Maneezi",
        "heading": 235,
        "lat": 59.44217,
        "line": "60",
        "lon": 24.78918,
        "route": "103",
        "type": "2",
        "vehicle_id": "3360"
      },
      {
        "destination": "Seli",
        "heading": 156,
        "lat": 59.44174,
        "line": "35",
        "lon": 24.82299,
        "route": "78",
        "type": "2",
        "vehicle_id": "3365"
      },
      {
        "destination": "Pelguranna",
        "heading": 222,
        "lat": 59.43371,
        "line": "35",
        "lon": 24.74613,
        "route": "123",
        "type": "2",
        "vehicle_id": "3368"
      },
      {
        "destination": "Vesse",
        "heading": 166,
        "lat": 59.43213,
        "line": "48",
        "lon": 24.84498,
        "route": "79",
        "type": "2",
        "vehicle_id": "3374"
      },
      {
        "destination": "Sõjamäe",
        "heading": 296,
        "lat": 59.43209,
        "line": "7",
        "lon": 24.81072,
        "route": "15",
        "type": "2",
        "vehicle_id": "3378"
      },
      {
        "destination": "Seli",
        "heading": 179,
        "lat": 59.42032,
        "line": "7",
        "lon": 24.81078,
        "route": "90",
        "type": "2",
        "vehicle_id": "3379"
      },
      {
        "destination": "Viru keskus",
        "heading": 80,
        "lat": 59.43887,
        "line": "44",
        "lon": 24.76039,
        "route": "142",
        "type": "2",
        "vehicle_id": "3380"
      },
      {
        "destination": "Muuga aedlinn",
        "heading": 76,
        "lat": 59.43747,
        "line": "34",
        "lon": 24.76517,
        "route": "95",
        "type": "2",
        "vehicle_id": "3382"
      },
      {
        "destination": "Lennujaam",
        "heading": 160,
        "lat": 59.42418,
        "line": "49",
        "lon": 24.83952,
        "route": "47",
        "type": "2",
        "vehicle_id": "3388"
      },
      {
        "destination": "Zoo",
        "heading": 42,
        "lat": 59.40379,
        "line": "37",
        "lon": 24.69967,
        "route": "81",
        "type": "2",
        "vehicle_id": "3389"
      },
      {
        "destination": "Seli",
        "heading": 357,
        "lat": 59.43703,
        "line": "35",
        "lon": 24.76472,
        "route": "92",
        "type": "2",
        "vehicle_id": "3391"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 273,
        "lat": 59.42916,
        "line": "42",
        "lon": 24.70548,
        "route": "160",
        "type": "2",
        "vehicle_id": "3392"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 294,
        "lat": 59.41277,
        "line": "45",
        "lon": 24.63809,
        "route": "104",
        "type": "2",
        "vehicle_id": "3393"
      },
      {
        "destination": "Seli",
        "heading": 159,
        "lat": 59.44327,
        "line": "50",
        "lon": 24.89358,
        "route": "64",
        "type": "2",
        "vehicle_id": "3394"
      },
      {
        "destination": "Äigrumäe",
        "heading": 37,
        "lat": 59.44984,
        "line": "8",
        "lon": 24.80568,
        "route": "55",
        "type": "2",
        "vehicle_id": "3395"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 239,
        "lat": 59.43485,
        "line": "42",
        "lon": 24.7527,
        "route": "232",
        "type": "2",
        "vehicle_id": "3399"
      },
      {
        "destination": "Viru keskus",
        "heading": 228,
        "lat": 59.48091,
        "line": "8A",
        "lon": 24.85654,
        "route": "10",
        "type": "2",
        "vehicle_id": "3420"
      },
      {
        "destination": "Pelguranna",
        "heading": 337,
        "lat": 59.43691,
        "line": "66",
        "lon": 24.8284,
        "route": "105",
        "type": "2",
        "vehicle_id": "3430"
      },
      {
        "destination": "Seli",
        "heading": 247,
        "lat": 59.44488,
        "line": "7",
        "lon": 24.89734,
        "route": "100",
        "type": "2",
        "vehicle_id": "3432"
      },
      {
        "destination": "Liikuri",
        "heading": 150,
        "lat": 59.44315,
        "line": "39",
        "lon": 24.8217,
        "route": "23",
        "type": "2",
        "vehicle_id": "3434"
      },
      {
        "destination": "Lennujaam",
        "heading": 328,
        "lat": 59.41294,
        "line": "47",
        "lon": 24.80048,
        "route": "36",
        "type": "2",
        "vehicle_id": "3436"
      },
      {
        "destination": "Viru keskus",
        "heading": 258,
        "lat": 59.44283,
        "line": "44",
        "lon": 24.80919,
        "route": "24",
        "type": "2",
        "vehicle_id": "3437"
      },
      {
        "destination": "Lennujaam",
        "heading": 194,
        "lat": 59.47349,
        "line": "49",
        "lon": 24.83692,
        "route": "63",
        "type": "2",
        "vehicle_id": "3447"
      },
      {
        "destination": "Kärmu",
        "heading": 102,
        "lat": 59.45306,
        "line": "30",
        "lon": 24.96633,
        "route": "15",
        "type": "2",
        "vehicle_id": "3450"
      },
      {
        "destination": "Seli",
        "heading": 71,
        "lat": 59.44236,
        "line": "46",
        "lon": 24.88484,
        "route": "115",
        "type": "2",
        "vehicle_id": "3457"
      },
      {
        "destination": "Priisle",
        "heading": 106,
        "lat": 59.43432,
        "line": "31",
        "lon": 24.76745,
        "route": "16",
        "type": "2",
        "vehicle_id": "3458"
      },
      {
        "destination": "Viru keskus",
        "heading": 336,
        "lat": 59.4382,
        "line": "34",
        "lon": 24.75773,
        "route": "38",
        "type": "2",
        "vehicle_id": "3466"
      },
      {
        "destination": "Priisle",
        "heading": 209,
        "lat": 59.43227,
        "line": "42",
        "lon": 24.84002,
        "route": "25",
        "type": "2",
        "vehicle_id": "3468"
      },
      {
        "destination": "Priisle",
        "heading": 97,
        "lat": 59.43375,
        "line": "40",
        "lon": 24.75974,
        "route": "88",
        "type": "2",
        "vehicle_id": "3470"
      },
      {
        "destination": "Priisle",
        "heading": 89,
        "lat": 59.42298,
        "line": "13",
        "lon": 24.79343,
        "route": "119",
        "type": "2",
        "vehicle_id": "3479"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 265,
        "lat": 59.43984,
        "line": "12",
        "lon": 24.83106,
        "route": "52",
        "type": "2",
        "vehicle_id": "3487"
      },
      {
        "destination": "Seli",
        "heading": 102,
        "lat": 59.40964,
        "line": "12",
        "lon": 24.67469,
        "route": "119",
        "type": "2",
        "vehicle_id": "3488"
      },
      {
        "destination": "Priisle",
        "heading": 123,
        "lat": 59.44776,
        "line": "13",
        "lon": 24.8953,
        "route": "84",
        "type": "2",
        "vehicle_id": "3490"
      },
      {
        "destination": "Tiskre",
        "heading": 272,
        "lat": 59.42801,
        "line": "25",
        "lon": 24.71126,
        "route": "78",
        "type": "2",
        "vehicle_id": "3499"
      },
      {
        "destination": "Männiku",
        "heading": 246,
        "lat": 59.44005,
        "line": "5",
        "lon": 24.78323,
        "route": "8",
        "type": "2",
        "vehicle_id": "3507"
      },
      {
        "destination": "Pelguranna",
        "heading": 270,
        "lat": 59.43441,
        "line": "3",
        "lon": 24.75607,
        "route": "17",
        "type": "2",
        "vehicle_id": "3511"
      },
      {
        "destination": "Priisle",
        "heading": 46,
        "lat": 59.43355,
        "line": "54",
        "lon": 24.7496,
        "route": "125",
        "type": "2",
        "vehicle_id": "3512"
      },
      {
        "destination": "Viru keskus",
        "heading": 64,
        "lat": 59.43919,
        "line": "34",
        "lon": 24.75956,
        "route": "16",
        "type": "2",
        "vehicle_id": "3517"
      },
      {
        "destination": "Priisle",
        "heading": 90,
        "lat": 59.45479,
        "line": "31",
        "lon": 24.88346,
        "route": "98",
        "type": "2",
        "vehicle_id": "3521"
      },
      {
        "destination": "Kadaka",
        "heading": 226,
        "lat": 59.40117,
        "line": "9",
        "lon": 24.65915,
        "route": "76",
        "type": "2",
        "vehicle_id": "3529"
      },
      {
        "destination": "Priisle",
        "heading": 150,
        "lat": 59.44748,
        "line": "29",
        "lon": 24.89553,
        "route": "53",
        "type": "2",
        "vehicle_id": "3530"
      },
      {
        "destination": "Seli",
        "heading": 104,
        "lat": 59.4342,
        "line": "46",
        "lon": 24.76871,
        "route": "33",
        "type": "2",
        "vehicle_id": "3531"
      },
      {
        "destination": "Priisle",
        "heading": 97,
        "lat": 59.43475,
        "line": "29",
        "lon": 24.79916,
        "route": "15",
        "type": "2",
        "vehicle_id": "3532"
      },
      {
        "destination": "Priisle",
        "heading": 66,
        "lat": 59.44702,
        "line": "66",
        "lon": 24.89902,
        "route": "30",
        "type": "2",
        "vehicle_id": "3533"
      },
      {
        "destination": "Muuga",
        "heading": 320,
        "lat": 59.48083,
        "line": "38",
        "lon": 24.89024,
        "route": "33",
        "type": "2",
        "vehicle_id": "3534"
      },
      {
        "destination": "Viimsi keskus",
        "heading": 5,
        "lat": 59.48174,
        "line": "49",
        "lon": 24.84103,
        "route": "82",
        "type": "2",
        "vehicle_id": "3535"
      },
      {
        "destination": "P. Pinna",
        "heading": 76,
        "lat": 59.43968,
        "line": "44",
        "lon": 24.78208,
        "route": "87",
        "type": "2",
        "vehicle_id": "3538"
      },
      {
        "destination": "Äigrumäe",
        "heading": 44,
        "lat": 59.4643,
        "line": "8A",
        "lon": 24.82932,
        "route": "19",
        "type": "2",
        "vehicle_id": "3539"
      },
      {
        "destination": "Pelguranna",
        "heading": 334,
        "lat": 59.44235,
        "line": "35",
        "lon": 24.82305,
        "route": "13",
        "type": "2",
        "vehicle_id": "3544"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 284,
        "lat": 59.43425,
        "line": "46",
        "lon": 24.76879,
        "route": "82",
        "type": "2",
        "vehicle_id": "3545"
      },
      {
        "destination": "Seli",
        "heading": 333,
        "lat": 59.44518,
        "line": "12",
        "lon": 24.89677,
        "route": "85",
        "type": "2",
        "vehicle_id": "3547"
      },
      {
        "destination": "Seli",
        "heading": 100,
        "lat": 59.44934,
        "line": "60",
        "lon": 24.88205,
        "route": "48",
        "type": "2",
        "vehicle_id": "3548"
      },
      {
        "destination": "Seli",
        "heading": 69,
        "lat": 59.44332,
        "line": "35",
        "lon": 24.89557,
        "route": "60",
        "type": "2",
        "vehicle_id": "3549"
      },
      {
        "destination": "Priisle",
        "heading": 160,
        "lat": 59.44269,
        "line": "40",
        "lon": 24.84739,
        "route": "116",
        "type": "2",
        "vehicle_id": "3550"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 274,
        "lat": 59.42798,
        "line": "42",
        "lon": 24.71175,
        "route": "176",
        "type": "2",
        "vehicle_id": "3551"
      },
      {
        "destination": "Priisle",
        "heading": 116,
        "lat": 59.448,
        "line": "40",
        "lon": 24.89573,
        "route": "46",
        "type": "2",
        "vehicle_id": "3562"
      },
      {
        "destination": "Maneezi",
        "heading": 251,
        "lat": 59.44938,
        "line": "60",
        "lon": 24.868,
        "route": "129",
        "type": "2",
        "vehicle_id": "3564"
      },
      {
        "destination": "Hobujaama",
        "heading": 228,
        "lat": 59.42897,
        "line": "55",
        "lon": 24.80473,
        "route": "58",
        "type": "2",
        "vehicle_id": "3565"
      },
      {
        "destination": "Pelguranna",
        "heading": 60,
        "lat": 59.44256,
        "line": "3",
        "lon": 24.74786,
        "route": "69",
        "type": "2",
        "vehicle_id": "3574"
      },
      {
        "destination": "Viru keskus",
        "heading": 86,
        "lat": 59.43909,
        "line": "20A",
        "lon": 24.76026,
        "route": "70",
        "type": "2",
        "vehicle_id": "3575"
      },
      {
        "destination": "Seli",
        "heading": 142,
        "lat": 59.43665,
        "line": "46",
        "lon": 24.87386,
        "route": "17",
        "type": "2",
        "vehicle_id": "3576"
      },
      {
        "destination": "Lennujaam",
        "heading": 89,
        "lat": 59.41574,
        "line": "49",
        "lon": 24.84445,
        "route": "75",
        "type": "2",
        "vehicle_id": "3578"
      },
      {
        "destination": "Priisle",
        "heading": 66,
        "lat": 59.44781,
        "line": "63",
        "lon": 24.89527,
        "route": "104",
        "type": "2",
        "vehicle_id": "3586"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 156,
        "lat": 59.43306,
        "line": "54",
        "lon": 24.83172,
        "route": "22",
        "type": "2",
        "vehicle_id": "3588"
      },
      {
        "destination": "Pelguranna",
        "heading": 228,
        "lat": 59.44368,
        "line": "66",
        "lon": 24.74331,
        "route": "13",
        "type": "2",
        "vehicle_id": "3593"
      },
      {
        "destination": "Pirita keskus",
        "heading": 74,
        "lat": 59.44131,
        "line": "48",
        "lon": 24.86178,
        "route": "66",
        "type": "2",
        "vehicle_id": "3594"
      },
      {
        "destination": "Peetri kool",
        "heading": 270,
        "lat": 59.42307,
        "line": "47",
        "lon": 24.79313,
        "route": "17",
        "type": "2",
        "vehicle_id": "3619"
      },
      {
        "destination": "Viru keskus",
        "heading": 264,
        "lat": 59.46828,
        "line": "34",
        "lon": 24.83484,
        "route": "74",
        "type": "2",
        "vehicle_id": "3625"
      },
      {
        "destination": "Priisle",
        "heading": 96,
        "lat": 59.44769,
        "line": "63",
        "lon": 24.89539,
        "route": "22",
        "type": "2",
        "vehicle_id": "3670"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 294,
        "lat": 59.4283,
        "line": "42",
        "lon": 24.70978,
        "route": "200",
        "type": "2",
        "vehicle_id": "3702"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 273,
        "lat": 59.42781,
        "line": "42",
        "lon": 24.716,
        "route": "216",
        "type": "2",
        "vehicle_id": "3703"
      },
      {
        "destination": "Priisle",
        "heading": 75,
        "lat": 59.44191,
        "line": "58",
        "lon": 24.86661,
        "route": "24",
        "type": "2",
        "vehicle_id": "3715"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 254,
        "lat": 59.4251,
        "line": "12",
        "lon": 24.79297,
        "route": "36",
        "type": "2",
        "vehicle_id": "3762"
      },
      {
        "destination": "Priisle",
        "heading": 177,
        "lat": 59.44736,
        "line": "54",
        "lon": 24.89619,
        "route": "47",
        "type": "2",
        "vehicle_id": "3763"
      },
      {
        "destination": "Seli",
        "heading": 246,
        "lat": 59.44555,
        "line": "7",
        "lon": 24.89698,
        "route": "34",
        "type": "2",
        "vehicle_id": "3779"
      },
      {
        "destination": "Viru keskus",
        "heading": 243,
        "lat": 59.43558,
        "line": "29",
        "lon": 24.80605,
        "route": "34",
        "type": "2",
        "vehicle_id": "3781"
      },
      {
        "destination": "Kose tee",
        "heading": 205,
        "lat": 59.4323,
        "line": "6",
        "lon": 24.84091,
        "route": "48",
        "type": "2",
        "vehicle_id": "3788"
      },
      {
        "destination": "Priisle",
        "heading": 96,
        "lat": 59.44196,
        "line": "66",
        "lon": 24.74543,
        "route": "98",
        "type": "2",
        "vehicle_id": "3790"
      },
      {
        "destination": "Estonia",
        "heading": 158,
        "lat": 59.44827,
        "line": "31",
        "lon": 24.86189,
        "route": "35",
        "type": "2",
        "vehicle_id": "3794"
      },
      {
        "destination": "Viru keskus",
        "heading": 56,
        "lat": 59.43923,
        "line": "8A",
        "lon": 24.76029,
        "route": "28",
        "type": "2",
        "vehicle_id": "3810"
      },
      {
        "destination": "Sõjamäe",
        "heading": 136,
        "lat": 59.42673,
        "line": "15",
        "lon": 24.77954,
        "route": "93",
        "type": "2",
        "vehicle_id": "3920"
      },
      {
        "destination": "Seli",
        "heading": 136,
        "lat": 59.42923,
        "line": "67",
        "lon": 24.75788,
        "route": "56",
        "type": "2",
        "vehicle_id": "3929"
      },
      {
        "destination": "Priisle",
        "heading": 95,
        "lat": 59.4399,
        "line": "40",
        "lon": 24.70953,
        "route": "104",
        "type": "2",
        "vehicle_id": "3999"
      }
    ]
  },
  "success": true
}