← 爱沙尼亚

塔林公交实时位置

GET /estonian-transport/tlt/vehicles

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

请求示例

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

实时响应

{
  "data": {
    "count": 413,
    "vehicles": [
      {
        "destination": "Kopli",
        "heading": 319,
        "lat": 59.46288,
        "line": "2",
        "lon": 24.6656,
        "route": "46",
        "type": "3",
        "vehicle_id": "97"
      },
      {
        "destination": "Kopli",
        "heading": 314,
        "lat": 59.44835,
        "line": "2",
        "lon": 24.71213,
        "route": "162",
        "type": "3",
        "vehicle_id": "102"
      },
      {
        "destination": "Kopli",
        "heading": 301,
        "lat": 59.44173,
        "line": "1",
        "lon": 24.73469,
        "route": "136",
        "type": "3",
        "vehicle_id": "110"
      },
      {
        "destination": "Kopli",
        "heading": 313,
        "lat": 59.45868,
        "line": "1",
        "lon": 24.67428,
        "route": "124",
        "type": "3",
        "vehicle_id": "114"
      },
      {
        "destination": "Kopli",
        "heading": 137,
        "lat": 59.46118,
        "line": "1",
        "lon": 24.66803,
        "route": "60",
        "type": "3",
        "vehicle_id": "123"
      },
      {
        "destination": "Kadriorg",
        "heading": 131,
        "lat": 59.44405,
        "line": "1",
        "lon": 24.72245,
        "route": "33",
        "type": "3",
        "vehicle_id": "140"
      },
      {
        "destination": "Kopli",
        "heading": 999,
        "lat": 59.46112,
        "line": "1",
        "lon": 24.66948,
        "route": "94",
        "type": "3",
        "vehicle_id": "141"
      },
      {
        "destination": "Kopli",
        "heading": 225,
        "lat": 59.4435,
        "line": "5",
        "lon": 24.7438,
        "route": "58",
        "type": "3",
        "vehicle_id": "182"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 141,
        "lat": 59.41917,
        "line": "5",
        "lon": 24.74375,
        "route": "81",
        "type": "3",
        "vehicle_id": "502"
      },
      {
        "destination": "Lennujaam",
        "heading": 81,
        "lat": 59.4372,
        "line": "4",
        "lon": 24.75681,
        "route": "13",
        "type": "3",
        "vehicle_id": "504"
      },
      {
        "destination": "Tondi",
        "heading": 197,
        "lat": 59.4114,
        "line": "3",
        "lon": 24.73433,
        "route": "26",
        "type": "3",
        "vehicle_id": "505"
      },
      {
        "destination": "Pärnu mnt depoo",
        "heading": 127,
        "lat": 59.41947,
        "line": "1",
        "lon": 24.7456,
        "route": "83",
        "type": "3",
        "vehicle_id": "506"
      },
      {
        "destination": "Lennujaam",
        "heading": 88,
        "lat": 59.45513,
        "line": "2",
        "lon": 24.68941,
        "route": "81",
        "type": "3",
        "vehicle_id": "507"
      },
      {
        "destination": "Tondi",
        "heading": 304,
        "lat": 59.43296,
        "line": "4",
        "lon": 24.76338,
        "route": "116",
        "type": "3",
        "vehicle_id": "510"
      },
      {
        "destination": "Pärnu mnt depoo",
        "heading": 141,
        "lat": 59.41924,
        "line": "4",
        "lon": 24.74559,
        "route": "145",
        "type": "3",
        "vehicle_id": "511"
      },
      {
        "destination": "Lennujaam",
        "heading": 143,
        "lat": 59.41813,
        "line": "2",
        "lon": 24.79934,
        "route": "7",
        "type": "3",
        "vehicle_id": "513"
      },
      {
        "destination": "Tondi",
        "heading": 141,
        "lat": 59.41917,
        "line": "4",
        "lon": 24.7442,
        "route": "140",
        "type": "3",
        "vehicle_id": "514"
      },
      {
        "destination": "Lennujaam",
        "heading": 122,
        "lat": 59.4266,
        "line": "4",
        "lon": 24.7963,
        "route": "177",
        "type": "3",
        "vehicle_id": "515"
      },
      {
        "destination": "Kopli",
        "heading": 253,
        "lat": 59.43839,
        "line": "1",
        "lon": 24.77079,
        "route": "162",
        "type": "3",
        "vehicle_id": "516"
      },
      {
        "destination": "Tondi",
        "heading": 209,
        "lat": 59.41432,
        "line": "4",
        "lon": 24.7385,
        "route": "86",
        "type": "3",
        "vehicle_id": "517"
      },
      {
        "destination": "Tondi",
        "heading": 200,
        "lat": 59.41085,
        "line": "4",
        "lon": 24.73396,
        "route": "64",
        "type": "3",
        "vehicle_id": "521"
      },
      {
        "destination": "Kopli",
        "heading": 315,
        "lat": 59.46131,
        "line": "2",
        "lon": 24.66898,
        "route": "98",
        "type": "3",
        "vehicle_id": "522"
      },
      {
        "destination": "Kadriorg",
        "heading": 91,
        "lat": 59.43737,
        "line": "1",
        "lon": 24.76405,
        "route": "9",
        "type": "3",
        "vehicle_id": "523"
      },
      {
        "destination": "Lennujaam",
        "heading": 111,
        "lat": 59.4317,
        "line": "2",
        "lon": 24.76864,
        "route": "25",
        "type": "3",
        "vehicle_id": "526"
      },
      {
        "destination": "Kadriorg",
        "heading": 199,
        "lat": 59.41112,
        "line": "3",
        "lon": 24.73413,
        "route": "167",
        "type": "3",
        "vehicle_id": "527"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 238,
        "lat": 59.43551,
        "line": "5",
        "lon": 24.74979,
        "route": "9",
        "type": "3",
        "vehicle_id": "528"
      },
      {
        "destination": "Kopli",
        "heading": 249,
        "lat": 59.42751,
        "line": "2",
        "lon": 24.7786,
        "route": "172",
        "type": "3",
        "vehicle_id": "529"
      },
      {
        "destination": "Lennujaam",
        "heading": 101,
        "lat": 59.44378,
        "line": "2",
        "lon": 24.74798,
        "route": "59",
        "type": "3",
        "vehicle_id": "534"
      },
      {
        "destination": "Pärnu mnt depoo",
        "heading": 138,
        "lat": 59.41896,
        "line": "3",
        "lon": 24.74624,
        "route": "11",
        "type": "3",
        "vehicle_id": "535"
      },
      {
        "destination": "Tondi",
        "heading": 232,
        "lat": 59.4366,
        "line": "3",
        "lon": 24.75307,
        "route": "64",
        "type": "3",
        "vehicle_id": "536"
      },
      {
        "destination": "Kadriorg",
        "heading": 359,
        "lat": 59.42702,
        "line": "3",
        "lon": 24.74263,
        "route": "127",
        "type": "3",
        "vehicle_id": "539"
      },
      {
        "destination": "Kopli",
        "heading": 318,
        "lat": 59.46112,
        "line": "2",
        "lon": 24.66935,
        "route": "120",
        "type": "3",
        "vehicle_id": "540"
      },
      {
        "destination": "Tondi",
        "heading": 337,
        "lat": 59.42465,
        "line": "4",
        "lon": 24.79822,
        "route": "160",
        "type": "3",
        "vehicle_id": "541"
      },
      {
        "destination": "Kadriorg",
        "heading": 87,
        "lat": 59.43876,
        "line": "3",
        "lon": 24.78427,
        "route": "91",
        "type": "3",
        "vehicle_id": "542"
      },
      {
        "destination": "Kopli",
        "heading": 29,
        "lat": 59.43924,
        "line": "2",
        "lon": 24.75894,
        "route": "140",
        "type": "3",
        "vehicle_id": "543"
      },
      {
        "destination": "Seli",
        "heading": 341,
        "lat": 59.44516,
        "line": "12",
        "lon": 24.89666,
        "route": "5",
        "type": "2",
        "vehicle_id": "1003"
      },
      {
        "destination": "Seli",
        "heading": 4,
        "lat": 59.3996,
        "line": "67",
        "lon": 24.70597,
        "route": "6",
        "type": "2",
        "vehicle_id": "1009"
      },
      {
        "destination": "Kadaka",
        "heading": 13,
        "lat": 59.41145,
        "line": "23",
        "lon": 24.66256,
        "route": "22",
        "type": "2",
        "vehicle_id": "1012"
      },
      {
        "destination": "Viimsi",
        "heading": 69,
        "lat": 59.37777,
        "line": "1",
        "lon": 24.6873,
        "route": "139",
        "type": "2",
        "vehicle_id": "1013"
      },
      {
        "destination": "Kadaka",
        "heading": 76,
        "lat": 59.40499,
        "line": "24",
        "lon": 24.65622,
        "route": "36",
        "type": "2",
        "vehicle_id": "1016"
      },
      {
        "destination": "Kadaka",
        "heading": 322,
        "lat": 59.40504,
        "line": "24",
        "lon": 24.65613,
        "route": "8",
        "type": "2",
        "vehicle_id": "1017"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 251,
        "lat": 59.38903,
        "line": "36",
        "lon": 24.7068,
        "route": "16",
        "type": "2",
        "vehicle_id": "1019"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 210,
        "lat": 59.4129,
        "line": "13",
        "lon": 24.75791,
        "route": "126",
        "type": "2",
        "vehicle_id": "1023"
      },
      {
        "destination": "Kadaka",
        "heading": 227,
        "lat": 59.40256,
        "line": "23",
        "lon": 24.71094,
        "route": "122",
        "type": "2",
        "vehicle_id": "1024"
      },
      {
        "destination": "Sütiste",
        "heading": 133,
        "lat": 59.39511,
        "line": "67",
        "lon": 24.68428,
        "route": "35",
        "type": "2",
        "vehicle_id": "1028"
      },
      {
        "destination": "Äigrumäe",
        "heading": 67,
        "lat": 59.44298,
        "line": "8",
        "lon": 24.79489,
        "route": "51",
        "type": "2",
        "vehicle_id": "1029"
      },
      {
        "destination": "Kadaka",
        "heading": 306,
        "lat": 59.4012,
        "line": "24A",
        "lon": 24.65842,
        "route": "68",
        "type": "2",
        "vehicle_id": "1030"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 325,
        "lat": 59.48447,
        "line": "8",
        "lon": 24.88423,
        "route": "144",
        "type": "2",
        "vehicle_id": "1031"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 125,
        "lat": 59.41258,
        "line": "8",
        "lon": 24.63593,
        "route": "164",
        "type": "2",
        "vehicle_id": "1037"
      },
      {
        "destination": "Viru",
        "heading": 171,
        "lat": 59.39458,
        "line": "36",
        "lon": 24.67348,
        "route": "141",
        "type": "2",
        "vehicle_id": "1039"
      },
      {
        "destination": "Viimsi",
        "heading": 239,
        "lat": 59.51939,
        "line": "1",
        "lon": 24.84123,
        "route": "79",
        "type": "2",
        "vehicle_id": "1097"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 161,
        "lat": 59.4123,
        "line": "45",
        "lon": 24.63488,
        "route": "98",
        "type": "2",
        "vehicle_id": "1110"
      },
      {
        "destination": "Kadaka",
        "heading": 44,
        "lat": 59.40503,
        "line": "9",
        "lon": 24.65563,
        "route": "44",
        "type": "2",
        "vehicle_id": "1114"
      },
      {
        "destination": "Ülemiste",
        "heading": 65,
        "lat": 59.42074,
        "line": "45",
        "lon": 24.77162,
        "route": "67",
        "type": "2",
        "vehicle_id": "1115"
      },
      {
        "destination": "Pelguranna",
        "heading": 257,
        "lat": 59.45384,
        "line": "3",
        "lon": 24.70512,
        "route": "65",
        "type": "2",
        "vehicle_id": "1116"
      },
      {
        "destination": "Laagri alevik",
        "heading": 289,
        "lat": 59.39722,
        "line": "19",
        "lon": 24.66473,
        "route": "5",
        "type": "2",
        "vehicle_id": "1117"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 196,
        "lat": 59.41459,
        "line": "45",
        "lon": 24.6542,
        "route": "110",
        "type": "2",
        "vehicle_id": "1120"
      },
      {
        "destination": "Kadaka",
        "heading": 8,
        "lat": 59.40518,
        "line": "11",
        "lon": 24.65573,
        "route": "60",
        "type": "2",
        "vehicle_id": "1121"
      },
      {
        "destination": "Landi",
        "heading": 207,
        "lat": 59.43309,
        "line": "21",
        "lon": 24.74481,
        "route": "29",
        "type": "2",
        "vehicle_id": "1141"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 239,
        "lat": 59.43977,
        "line": "8",
        "lon": 24.73774,
        "route": "154",
        "type": "2",
        "vehicle_id": "1143"
      },
      {
        "destination": "Viru",
        "heading": 228,
        "lat": 59.40118,
        "line": "36",
        "lon": 24.65937,
        "route": "93",
        "type": "2",
        "vehicle_id": "1144"
      },
      {
        "destination": "Priisle",
        "heading": 309,
        "lat": 59.44779,
        "line": "66",
        "lon": 24.89523,
        "route": "76",
        "type": "2",
        "vehicle_id": "1152"
      },
      {
        "destination": "Pelguranna",
        "heading": 254,
        "lat": 59.44409,
        "line": "66",
        "lon": 24.88355,
        "route": "23",
        "type": "2",
        "vehicle_id": "1153"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 23,
        "lat": 59.41751,
        "line": "28",
        "lon": 24.64057,
        "route": "7",
        "type": "2",
        "vehicle_id": "1157"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 68,
        "lat": 59.41969,
        "line": "28",
        "lon": 24.74235,
        "route": "47",
        "type": "2",
        "vehicle_id": "1158"
      },
      {
        "destination": "Kakumäe sadam",
        "heading": 323,
        "lat": 59.43013,
        "line": "37",
        "lon": 24.62373,
        "route": "45",
        "type": "2",
        "vehicle_id": "1160"
      },
      {
        "destination": "Kadaka",
        "heading": 21,
        "lat": 59.41094,
        "line": "9",
        "lon": 24.65921,
        "route": "24",
        "type": "2",
        "vehicle_id": "1161"
      },
      {
        "destination": "Ülemiste",
        "heading": 150,
        "lat": 59.39068,
        "line": "45",
        "lon": 24.67964,
        "route": "79",
        "type": "2",
        "vehicle_id": "1165"
      },
      {
        "destination": "Kadaka",
        "heading": 210,
        "lat": 59.39562,
        "line": "24A",
        "lon": 24.66226,
        "route": "130",
        "type": "2",
        "vehicle_id": "1166"
      },
      {
        "destination": "Kadaka",
        "heading": 302,
        "lat": 59.41114,
        "line": "11",
        "lon": 24.65947,
        "route": "72",
        "type": "2",
        "vehicle_id": "1169"
      },
      {
        "destination": "Viru keskus",
        "heading": 119,
        "lat": 59.42639,
        "line": "21",
        "lon": 24.63202,
        "route": "8",
        "type": "2",
        "vehicle_id": "1186"
      },
      {
        "destination": "Mustamäe",
        "heading": 105,
        "lat": 59.40962,
        "line": "37",
        "lon": 24.67486,
        "route": "6",
        "type": "2",
        "vehicle_id": "1187"
      },
      {
        "destination": "Estonia",
        "heading": 329,
        "lat": 59.39984,
        "line": "24A",
        "lon": 24.66066,
        "route": "47",
        "type": "2",
        "vehicle_id": "1203"
      },
      {
        "destination": "Kadaka",
        "heading": 203,
        "lat": 59.40952,
        "line": "9",
        "lon": 24.65773,
        "route": "84",
        "type": "2",
        "vehicle_id": "1204"
      },
      {
        "destination": "Äigrumäe",
        "heading": 56,
        "lat": 59.41987,
        "line": "8",
        "lon": 24.64678,
        "route": "37",
        "type": "2",
        "vehicle_id": "1222"
      },
      {
        "destination": "Pelguranna",
        "heading": 347,
        "lat": 59.42537,
        "line": "3",
        "lon": 24.74897,
        "route": "103",
        "type": "2",
        "vehicle_id": "1225"
      },
      {
        "destination": "Balti jaam",
        "heading": 352,
        "lat": 59.44131,
        "line": "41",
        "lon": 24.74063,
        "route": "56",
        "type": "2",
        "vehicle_id": "1226"
      },
      {
        "destination": "Kadaka",
        "heading": 325,
        "lat": 59.40472,
        "line": "11",
        "lon": 24.65523,
        "route": "82",
        "type": "2",
        "vehicle_id": "1230"
      },
      {
        "destination": "Kadaka",
        "heading": 39,
        "lat": 59.4051,
        "line": "9",
        "lon": 24.65553,
        "route": "66",
        "type": "2",
        "vehicle_id": "1232"
      },
      {
        "destination": "Laagri alevik",
        "heading": 184,
        "lat": 59.35151,
        "line": "19",
        "lon": 24.61054,
        "route": "81",
        "type": "2",
        "vehicle_id": "1233"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 300,
        "lat": 59.42021,
        "line": "28",
        "lon": 24.74152,
        "route": "66",
        "type": "2",
        "vehicle_id": "1235"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 30,
        "lat": 59.39706,
        "line": "19",
        "lon": 24.66397,
        "route": "68",
        "type": "2",
        "vehicle_id": "1236"
      },
      {
        "destination": "Estonia",
        "heading": 68,
        "lat": 59.42808,
        "line": "24A",
        "lon": 24.72444,
        "route": "25",
        "type": "2",
        "vehicle_id": "1240"
      },
      {
        "destination": "Pikakari",
        "heading": 38,
        "lat": 59.46439,
        "line": "59",
        "lon": 24.71144,
        "route": "73",
        "type": "2",
        "vehicle_id": "1242"
      },
      {
        "destination": "Balti jaam",
        "heading": 256,
        "lat": 59.44168,
        "line": "41",
        "lon": 24.74138,
        "route": "94",
        "type": "2",
        "vehicle_id": "1244"
      },
      {
        "destination": "Kakumäe",
        "heading": 324,
        "lat": 59.45903,
        "line": "41",
        "lon": 24.57338,
        "route": "5",
        "type": "2",
        "vehicle_id": "1248"
      },
      {
        "destination": "Priisle",
        "heading": 51,
        "lat": 59.43079,
        "line": "42",
        "lon": 24.73797,
        "route": "45",
        "type": "2",
        "vehicle_id": "1249"
      },
      {
        "destination": "Mustamäe",
        "heading": 186,
        "lat": 59.44195,
        "line": "37",
        "lon": 24.59512,
        "route": "26",
        "type": "2",
        "vehicle_id": "1262"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 252,
        "lat": 59.43864,
        "line": "1",
        "lon": 24.77245,
        "route": "50",
        "type": "2",
        "vehicle_id": "1263"
      },
      {
        "destination": "Viru",
        "heading": 15,
        "lat": 59.41486,
        "line": "36",
        "lon": 24.73984,
        "route": "5",
        "type": "2",
        "vehicle_id": "1265"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 146,
        "lat": 59.41222,
        "line": "8",
        "lon": 24.63527,
        "route": "100",
        "type": "2",
        "vehicle_id": "1277"
      },
      {
        "destination": "Viru keskus",
        "heading": 47,
        "lat": 59.43395,
        "line": "21",
        "lon": 24.75028,
        "route": "100",
        "type": "2",
        "vehicle_id": "1281"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 272,
        "lat": 59.42307,
        "line": "45",
        "lon": 24.79325,
        "route": "26",
        "type": "2",
        "vehicle_id": "1289"
      },
      {
        "destination": "Viru",
        "heading": 290,
        "lat": 59.41336,
        "line": "36",
        "lon": 24.63511,
        "route": "37",
        "type": "2",
        "vehicle_id": "1300"
      },
      {
        "destination": "Estonia",
        "heading": 88,
        "lat": 59.43406,
        "line": "24",
        "lon": 24.75203,
        "route": "115",
        "type": "2",
        "vehicle_id": "1302"
      },
      {
        "destination": "Kadaka",
        "heading": 227,
        "lat": 59.4014,
        "line": "24",
        "lon": 24.69479,
        "route": "62",
        "type": "2",
        "vehicle_id": "1304"
      },
      {
        "destination": "Bussijaam",
        "heading": 71,
        "lat": 59.38822,
        "line": "23",
        "lon": 24.69889,
        "route": "105",
        "type": "2",
        "vehicle_id": "1305"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 197,
        "lat": 59.41262,
        "line": "42",
        "lon": 24.63515,
        "route": "102",
        "type": "2",
        "vehicle_id": "1315"
      },
      {
        "destination": "Priisle",
        "heading": 12,
        "lat": 59.43549,
        "line": "40",
        "lon": 24.76479,
        "route": "22",
        "type": "2",
        "vehicle_id": "1316"
      },
      {
        "destination": "Kadaka",
        "heading": 50,
        "lat": 59.40517,
        "line": "23",
        "lon": 24.65589,
        "route": "68",
        "type": "2",
        "vehicle_id": "1317"
      },
      {
        "destination": "Viru keskus",
        "heading": 12,
        "lat": 59.42039,
        "line": "18",
        "lon": 24.74219,
        "route": "80",
        "type": "2",
        "vehicle_id": "1335"
      },
      {
        "destination": "Kadaka",
        "heading": 69,
        "lat": 59.40504,
        "line": "23",
        "lon": 24.65593,
        "route": "30",
        "type": "2",
        "vehicle_id": "1338"
      },
      {
        "destination": "Priisle",
        "heading": 152,
        "lat": 59.44757,
        "line": "13",
        "lon": 24.89547,
        "route": "39",
        "type": "2",
        "vehicle_id": "1347"
      },
      {
        "destination": "Kakumäe",
        "heading": 246,
        "lat": 59.42938,
        "line": "41",
        "lon": 24.70553,
        "route": "17",
        "type": "2",
        "vehicle_id": "1348"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 149,
        "lat": 59.43167,
        "line": "22",
        "lon": 24.62187,
        "route": "36",
        "type": "2",
        "vehicle_id": "1353"
      },
      {
        "destination": "Kadaka",
        "heading": 265,
        "lat": 59.4112,
        "line": "11",
        "lon": 24.65862,
        "route": "20",
        "type": "2",
        "vehicle_id": "1354"
      },
      {
        "destination": "Kakumäe",
        "heading": 105,
        "lat": 59.41226,
        "line": "22",
        "lon": 24.6412,
        "route": "9",
        "type": "2",
        "vehicle_id": "1355"
      },
      {
        "destination": "Äigrumäe",
        "heading": 97,
        "lat": 59.44202,
        "line": "8",
        "lon": 24.74548,
        "route": "21",
        "type": "2",
        "vehicle_id": "1357"
      },
      {
        "destination": "Viru keskus",
        "heading": 216,
        "lat": 59.34184,
        "line": "18",
        "lon": 24.61573,
        "route": "60",
        "type": "2",
        "vehicle_id": "1362"
      },
      {
        "destination": "Viru keskus",
        "heading": 56,
        "lat": 59.43918,
        "line": "34",
        "lon": 24.75981,
        "route": "108",
        "type": "2",
        "vehicle_id": "1363"
      },
      {
        "destination": "Seli",
        "heading": 110,
        "lat": 59.40736,
        "line": "12",
        "lon": 24.69095,
        "route": "63",
        "type": "2",
        "vehicle_id": "1367"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 212,
        "lat": 59.42816,
        "line": "36",
        "lon": 24.7424,
        "route": "124",
        "type": "2",
        "vehicle_id": "1384"
      },
      {
        "destination": "Sütiste",
        "heading": 51,
        "lat": 59.43037,
        "line": "67",
        "lon": 24.75954,
        "route": "93",
        "type": "2",
        "vehicle_id": "1401"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 202,
        "lat": 59.41006,
        "line": "28",
        "lon": 24.7052,
        "route": "27",
        "type": "2",
        "vehicle_id": "1406"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 283,
        "lat": 59.40992,
        "line": "13",
        "lon": 24.67346,
        "route": "16",
        "type": "2",
        "vehicle_id": "1412"
      },
      {
        "destination": "Priisle",
        "heading": 89,
        "lat": 59.44301,
        "line": "40",
        "lon": 24.88115,
        "route": "122",
        "type": "2",
        "vehicle_id": "1415"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 111,
        "lat": 59.41207,
        "line": "42",
        "lon": 24.63551,
        "route": "70",
        "type": "2",
        "vehicle_id": "1421"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 80,
        "lat": 59.35914,
        "line": "1",
        "lon": 24.63225,
        "route": "22",
        "type": "2",
        "vehicle_id": "1424"
      },
      {
        "destination": "Viru keskus",
        "heading": 53,
        "lat": 59.43922,
        "line": "18",
        "lon": 24.75934,
        "route": "42",
        "type": "2",
        "vehicle_id": "1426"
      },
      {
        "destination": "Pelguranna",
        "heading": 257,
        "lat": 59.43924,
        "line": "40",
        "lon": 24.77699,
        "route": "63",
        "type": "2",
        "vehicle_id": "1438"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 247,
        "lat": 59.37542,
        "line": "1",
        "lon": 24.67515,
        "route": "32",
        "type": "2",
        "vehicle_id": "1439"
      },
      {
        "destination": "Estonia",
        "heading": 54,
        "lat": 59.40175,
        "line": "24",
        "lon": 24.69618,
        "route": "91",
        "type": "2",
        "vehicle_id": "1449"
      },
      {
        "destination": "Kadaka",
        "heading": 330,
        "lat": 59.40167,
        "line": "23",
        "lon": 24.65857,
        "route": "88",
        "type": "2",
        "vehicle_id": "1486"
      },
      {
        "destination": "Urda",
        "heading": 202,
        "lat": 59.43839,
        "line": "18",
        "lon": 24.75813,
        "route": "27",
        "type": "2",
        "vehicle_id": "1489"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 265,
        "lat": 59.44039,
        "line": "12",
        "lon": 24.8431,
        "route": "20",
        "type": "2",
        "vehicle_id": "1491"
      },
      {
        "destination": "Seli",
        "heading": 61,
        "lat": 59.42793,
        "line": "67",
        "lon": 24.77511,
        "route": "126",
        "type": "2",
        "vehicle_id": "1492"
      },
      {
        "destination": "Priisle",
        "heading": 104,
        "lat": 59.43327,
        "line": "42",
        "lon": 24.77626,
        "route": "5",
        "type": "2",
        "vehicle_id": "1493"
      },
      {
        "destination": "Äigrumäe",
        "heading": 99,
        "lat": 59.42915,
        "line": "8",
        "lon": 24.70127,
        "route": "173",
        "type": "2",
        "vehicle_id": "1494"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 314,
        "lat": 59.42013,
        "line": "28",
        "lon": 24.74164,
        "route": "86",
        "type": "2",
        "vehicle_id": "1496"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 194,
        "lat": 59.46838,
        "line": "8",
        "lon": 24.8341,
        "route": "92",
        "type": "2",
        "vehicle_id": "1500"
      },
      {
        "destination": "Priisle",
        "heading": 71,
        "lat": 59.44056,
        "line": "66",
        "lon": 24.86825,
        "route": "58",
        "type": "2",
        "vehicle_id": "1506"
      },
      {
        "destination": "Bussijaam",
        "heading": 107,
        "lat": 59.42896,
        "line": "23",
        "lon": 24.75947,
        "route": "129",
        "type": "2",
        "vehicle_id": "1516"
      },
      {
        "destination": "Urda",
        "heading": 234,
        "lat": 59.3805,
        "line": "18",
        "lon": 24.69877,
        "route": "7",
        "type": "2",
        "vehicle_id": "1518"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 111,
        "lat": 59.41257,
        "line": "42",
        "lon": 24.63591,
        "route": "86",
        "type": "2",
        "vehicle_id": "1553"
      },
      {
        "destination": "Landi",
        "heading": 298,
        "lat": 59.42673,
        "line": "21",
        "lon": 24.63154,
        "route": "49",
        "type": "2",
        "vehicle_id": "1559"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 203,
        "lat": 59.41263,
        "line": "12",
        "lon": 24.63554,
        "route": "94",
        "type": "2",
        "vehicle_id": "1569"
      },
      {
        "destination": "Bussijaam",
        "heading": 69,
        "lat": 59.42761,
        "line": "23",
        "lon": 24.72235,
        "route": "5",
        "type": "2",
        "vehicle_id": "1631"
      },
      {
        "destination": "Viimsi",
        "heading": 77,
        "lat": 59.44255,
        "line": "1",
        "lon": 24.7923,
        "route": "103",
        "type": "2",
        "vehicle_id": "1649"
      },
      {
        "destination": "Kadaka",
        "heading": 304,
        "lat": 59.42932,
        "line": "24A",
        "lon": 24.7288,
        "route": "6",
        "type": "2",
        "vehicle_id": "1747"
      },
      {
        "destination": "Priisle",
        "heading": 115,
        "lat": 59.44783,
        "line": "54",
        "lon": 24.89606,
        "route": "29",
        "type": "2",
        "vehicle_id": "1757"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 43,
        "lat": 59.40245,
        "line": "28",
        "lon": 24.69755,
        "route": "106",
        "type": "2",
        "vehicle_id": "1774"
      },
      {
        "destination": "Kakumäe sadam",
        "heading": 45,
        "lat": 59.4012,
        "line": "37",
        "lon": 24.69533,
        "route": "57",
        "type": "2",
        "vehicle_id": "1798"
      },
      {
        "destination": "Kadaka",
        "heading": 190,
        "lat": 59.40898,
        "line": "11",
        "lon": 24.66005,
        "route": "34",
        "type": "2",
        "vehicle_id": "1813"
      },
      {
        "destination": "Balti jaam",
        "heading": 37,
        "lat": 59.44159,
        "line": "59",
        "lon": 24.74222,
        "route": "10",
        "type": "2",
        "vehicle_id": "1829"
      },
      {
        "destination": "Sütiste",
        "heading": 266,
        "lat": 59.44053,
        "line": "67",
        "lon": 24.84744,
        "route": "105",
        "type": "2",
        "vehicle_id": "1888"
      },
      {
        "destination": "Priisle",
        "heading": 166,
        "lat": 59.44754,
        "line": "58",
        "lon": 24.89552,
        "route": "42",
        "type": "2",
        "vehicle_id": "1956"
      },
      {
        "destination": "Lennujaam",
        "heading": 122,
        "lat": 59.42063,
        "line": "47",
        "lon": 24.82646,
        "route": "10",
        "type": "2",
        "vehicle_id": "1960"
      },
      {
        "destination": "Priisle",
        "heading": 254,
        "lat": 59.44739,
        "line": "9",
        "lon": 24.89517,
        "route": "55",
        "type": "2",
        "vehicle_id": "1961"
      },
      {
        "destination": "Priisle",
        "heading": 103,
        "lat": 59.42244,
        "line": "65",
        "lon": 24.81933,
        "route": "80",
        "type": "2",
        "vehicle_id": "1967"
      },
      {
        "destination": "Priisle",
        "heading": 97,
        "lat": 59.43475,
        "line": "31A",
        "lon": 24.79981,
        "route": "60",
        "type": "2",
        "vehicle_id": "1969"
      },
      {
        "destination": "Priisle",
        "heading": 150,
        "lat": 59.43548,
        "line": "66",
        "lon": 24.71212,
        "route": "6",
        "type": "2",
        "vehicle_id": "2034"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 254,
        "lat": 59.41915,
        "line": "16",
        "lon": 24.75417,
        "route": "136",
        "type": "2",
        "vehicle_id": "2035"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 160,
        "lat": 59.41917,
        "line": "13",
        "lon": 24.84305,
        "route": "134",
        "type": "2",
        "vehicle_id": "2045"
      },
      {
        "destination": "Kotermaa",
        "heading": 187,
        "lat": 59.41191,
        "line": "61",
        "lon": 24.63508,
        "route": "64",
        "type": "2",
        "vehicle_id": "2048"
      },
      {
        "destination": "Seli",
        "heading": 324,
        "lat": 59.44527,
        "line": "7",
        "lon": 24.89702,
        "route": "84",
        "type": "2",
        "vehicle_id": "2061"
      },
      {
        "destination": "Pirita keskus",
        "heading": 197,
        "lat": 59.47046,
        "line": "48",
        "lon": 24.83504,
        "route": "48",
        "type": "2",
        "vehicle_id": "2064"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 238,
        "lat": 59.41822,
        "line": "73",
        "lon": 24.74944,
        "route": "90",
        "type": "2",
        "vehicle_id": "2065"
      },
      {
        "destination": "Viru keskus",
        "heading": 234,
        "lat": 59.44521,
        "line": "44",
        "lon": 24.81563,
        "route": "36",
        "type": "2",
        "vehicle_id": "2068"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 169,
        "lat": 59.42419,
        "line": "16",
        "lon": 24.74951,
        "route": "89",
        "type": "2",
        "vehicle_id": "2074"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 234,
        "lat": 59.42601,
        "line": "54",
        "lon": 24.65685,
        "route": "102",
        "type": "2",
        "vehicle_id": "2081"
      },
      {
        "destination": "Paljassaare",
        "heading": 29,
        "lat": 59.41381,
        "line": "26",
        "lon": 24.65383,
        "route": "27",
        "type": "2",
        "vehicle_id": "2082"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 56,
        "lat": 59.4363,
        "line": "5",
        "lon": 24.7524,
        "route": "63",
        "type": "2",
        "vehicle_id": "2091"
      },
      {
        "destination": "Laagri alevik",
        "heading": 64,
        "lat": 59.41323,
        "line": "27",
        "lon": 24.63522,
        "route": "23",
        "type": "2",
        "vehicle_id": "2095"
      },
      {
        "destination": "Laagri alevik",
        "heading": 234,
        "lat": 59.3643,
        "line": "27",
        "lon": 24.6294,
        "route": "5",
        "type": "2",
        "vehicle_id": "2096"
      },
      {
        "destination": "Viimsi",
        "heading": 13,
        "lat": 59.41944,
        "line": "1",
        "lon": 24.74174,
        "route": "127",
        "type": "2",
        "vehicle_id": "2123"
      },
      {
        "destination": "Mõigu",
        "heading": 188,
        "lat": 59.40623,
        "line": "2",
        "lon": 24.816,
        "route": "35",
        "type": "2",
        "vehicle_id": "2125"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 292,
        "lat": 59.41136,
        "line": "46",
        "lon": 24.6607,
        "route": "4",
        "type": "2",
        "vehicle_id": "2126"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 151,
        "lat": 59.4123,
        "line": "4",
        "lon": 24.6351,
        "route": "92",
        "type": "2",
        "vehicle_id": "2127"
      },
      {
        "destination": "Kadaka",
        "heading": 345,
        "lat": 59.40498,
        "line": "24A",
        "lon": 24.65615,
        "route": "70",
        "type": "2",
        "vehicle_id": "2130"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 313,
        "lat": 59.42012,
        "line": "3",
        "lon": 24.74128,
        "route": "118",
        "type": "2",
        "vehicle_id": "2132"
      },
      {
        "destination": "Kopli",
        "heading": 356,
        "lat": 59.375,
        "line": "33",
        "lon": 24.71797,
        "route": "49",
        "type": "2",
        "vehicle_id": "2140"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 152,
        "lat": 59.4329,
        "line": "4",
        "lon": 24.56162,
        "route": "60",
        "type": "2",
        "vehicle_id": "2188"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 263,
        "lat": 59.40493,
        "line": "10",
        "lon": 24.67606,
        "route": "26",
        "type": "2",
        "vehicle_id": "2194"
      },
      {
        "destination": "Tiskre",
        "heading": 248,
        "lat": 59.4247,
        "line": "25",
        "lon": 24.65064,
        "route": "42",
        "type": "2",
        "vehicle_id": "2195"
      },
      {
        "destination": "Mustamäe",
        "heading": 291,
        "lat": 59.41125,
        "line": "37",
        "lon": 24.66106,
        "route": "88",
        "type": "2",
        "vehicle_id": "2198"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 118,
        "lat": 59.4118,
        "line": "4",
        "lon": 24.63532,
        "route": "42",
        "type": "2",
        "vehicle_id": "2208"
      },
      {
        "destination": "Viru keskus",
        "heading": 53,
        "lat": 59.43893,
        "line": "20",
        "lon": 24.76028,
        "route": "74",
        "type": "2",
        "vehicle_id": "2221"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 293,
        "lat": 59.42913,
        "line": "46",
        "lon": 24.7061,
        "route": "74",
        "type": "2",
        "vehicle_id": "2224"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 137,
        "lat": 59.41783,
        "line": "42",
        "lon": 24.65157,
        "route": "136",
        "type": "2",
        "vehicle_id": "2252"
      },
      {
        "destination": "Järve haigla",
        "heading": 99,
        "lat": 59.40451,
        "line": "61",
        "lon": 24.63422,
        "route": "87",
        "type": "2",
        "vehicle_id": "2253"
      },
      {
        "destination": "Männiku",
        "heading": 281,
        "lat": 59.4581,
        "line": "5",
        "lon": 24.85593,
        "route": "14",
        "type": "2",
        "vehicle_id": "2254"
      },
      {
        "destination": "Männiku",
        "heading": 181,
        "lat": 59.42282,
        "line": "5",
        "lon": 24.74238,
        "route": "4",
        "type": "2",
        "vehicle_id": "2255"
      },
      {
        "destination": "Viru keskus",
        "heading": 75,
        "lat": 59.43932,
        "line": "8A",
        "lon": 24.7603,
        "route": "14",
        "type": "2",
        "vehicle_id": "2258"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 48,
        "lat": 59.43116,
        "line": "16",
        "lon": 24.73882,
        "route": "61",
        "type": "2",
        "vehicle_id": "2284"
      },
      {
        "destination": "Kopli",
        "heading": 68,
        "lat": 59.42982,
        "line": "33",
        "lon": 24.70766,
        "route": "121",
        "type": "2",
        "vehicle_id": "2286"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 160,
        "lat": 59.41227,
        "line": "46",
        "lon": 24.63516,
        "route": "58",
        "type": "2",
        "vehicle_id": "2292"
      },
      {
        "destination": "Kopli liinid",
        "heading": 311,
        "lat": 59.45303,
        "line": "73",
        "lon": 24.71688,
        "route": "55",
        "type": "2",
        "vehicle_id": "2311"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 51,
        "lat": 59.41678,
        "line": "16",
        "lon": 24.67917,
        "route": "109",
        "type": "2",
        "vehicle_id": "2325"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 202,
        "lat": 59.43743,
        "line": "73",
        "lon": 24.75314,
        "route": "114",
        "type": "2",
        "vehicle_id": "2331"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 102,
        "lat": 59.41173,
        "line": "46",
        "lon": 24.63525,
        "route": "22",
        "type": "2",
        "vehicle_id": "2333"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 306,
        "lat": 59.42926,
        "line": "16",
        "lon": 24.72904,
        "route": "44",
        "type": "2",
        "vehicle_id": "2414"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 150,
        "lat": 59.41181,
        "line": "4",
        "lon": 24.63537,
        "route": "8",
        "type": "2",
        "vehicle_id": "2417"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 137,
        "lat": 59.45507,
        "line": "73",
        "lon": 24.68997,
        "route": "138",
        "type": "2",
        "vehicle_id": "2446"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 279,
        "lat": 59.50909,
        "line": "1",
        "lon": 24.8295,
        "route": "92",
        "type": "2",
        "vehicle_id": "2455"
      },
      {
        "destination": "Balti jaam",
        "heading": 304,
        "lat": 59.43263,
        "line": "2",
        "lon": 24.73497,
        "route": "86",
        "type": "2",
        "vehicle_id": "2472"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 261,
        "lat": 59.4282,
        "line": "8",
        "lon": 24.67315,
        "route": "130",
        "type": "2",
        "vehicle_id": "2480"
      },
      {
        "destination": "Äigrumäe",
        "heading": 61,
        "lat": 59.48041,
        "line": "8",
        "lon": 24.85529,
        "route": "5",
        "type": "2",
        "vehicle_id": "2482"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 171,
        "lat": 59.41172,
        "line": "16",
        "lon": 24.63517,
        "route": "6",
        "type": "2",
        "vehicle_id": "2483"
      },
      {
        "destination": "Laagri alevik",
        "heading": 255,
        "lat": 59.4288,
        "line": "19",
        "lon": 24.75258,
        "route": "21",
        "type": "2",
        "vehicle_id": "2484"
      },
      {
        "destination": "Teelise",
        "heading": 162,
        "lat": 59.35891,
        "line": "20",
        "lon": 24.63232,
        "route": "23",
        "type": "2",
        "vehicle_id": "2497"
      },
      {
        "destination": "Viru keskus",
        "heading": 79,
        "lat": 59.43901,
        "line": "21",
        "lon": 24.76033,
        "route": "90",
        "type": "2",
        "vehicle_id": "2498"
      },
      {
        "destination": "Männiku",
        "heading": 65,
        "lat": 59.37895,
        "line": "33",
        "lon": 24.69306,
        "route": "104",
        "type": "2",
        "vehicle_id": "2510"
      },
      {
        "destination": "Seli",
        "heading": 85,
        "lat": 59.44008,
        "line": "46",
        "lon": 24.84512,
        "route": "101",
        "type": "2",
        "vehicle_id": "2513"
      },
      {
        "destination": "Priisle",
        "heading": 340,
        "lat": 59.41829,
        "line": "13",
        "lon": 24.8437,
        "route": "65",
        "type": "2",
        "vehicle_id": "2524"
      },
      {
        "destination": "Männiku",
        "heading": 180,
        "lat": 59.37966,
        "line": "5",
        "lon": 24.71751,
        "route": "170",
        "type": "2",
        "vehicle_id": "2525"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 112,
        "lat": 59.41198,
        "line": "16",
        "lon": 24.63546,
        "route": "120",
        "type": "2",
        "vehicle_id": "2527"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 119,
        "lat": 59.41198,
        "line": "42",
        "lon": 24.63543,
        "route": "28",
        "type": "2",
        "vehicle_id": "2542"
      },
      {
        "destination": "Viimsi",
        "heading": 20,
        "lat": 59.49865,
        "line": "1",
        "lon": 24.82968,
        "route": "115",
        "type": "2",
        "vehicle_id": "2543"
      },
      {
        "destination": "Tiskre",
        "heading": 251,
        "lat": 59.44013,
        "line": "25",
        "lon": 24.76396,
        "route": "70",
        "type": "2",
        "vehicle_id": "2556"
      },
      {
        "destination": "Balti jaam",
        "heading": 58,
        "lat": 59.43946,
        "line": "59",
        "lon": 24.73731,
        "route": "42",
        "type": "2",
        "vehicle_id": "2567"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 322,
        "lat": 59.41426,
        "line": "16",
        "lon": 24.65873,
        "route": "24",
        "type": "2",
        "vehicle_id": "2580"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 250,
        "lat": 59.38651,
        "line": "45",
        "lon": 24.69216,
        "route": "6",
        "type": "2",
        "vehicle_id": "2590"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 304,
        "lat": 59.45206,
        "line": "13",
        "lon": 24.85348,
        "route": "28",
        "type": "2",
        "vehicle_id": "2591"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 247,
        "lat": 59.44164,
        "line": "8",
        "lon": 24.77125,
        "route": "116",
        "type": "2",
        "vehicle_id": "2595"
      },
      {
        "destination": "Balti jaam",
        "heading": 76,
        "lat": 59.42871,
        "line": "41",
        "lon": 24.68069,
        "route": "76",
        "type": "2",
        "vehicle_id": "2596"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 137,
        "lat": 59.41183,
        "line": "10",
        "lon": 24.63532,
        "route": "79",
        "type": "2",
        "vehicle_id": "2618"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 255,
        "lat": 59.44325,
        "line": "25",
        "lon": 24.76324,
        "route": "15",
        "type": "2",
        "vehicle_id": "2632"
      },
      {
        "destination": "Männiku",
        "heading": 357,
        "lat": 59.3661,
        "line": "5",
        "lon": 24.71793,
        "route": "100",
        "type": "2",
        "vehicle_id": "2635"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 283,
        "lat": 59.4294,
        "line": "26",
        "lon": 24.6994,
        "route": "78",
        "type": "2",
        "vehicle_id": "2641"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 162,
        "lat": 59.41236,
        "line": "10",
        "lon": 24.63477,
        "route": "120",
        "type": "2",
        "vehicle_id": "2643"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 91,
        "lat": 59.42776,
        "line": "25",
        "lon": 24.71515,
        "route": "33",
        "type": "2",
        "vehicle_id": "2647"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 130,
        "lat": 59.45146,
        "line": "3",
        "lon": 24.7203,
        "route": "30",
        "type": "2",
        "vehicle_id": "2648"
      },
      {
        "destination": "Teelise",
        "heading": 205,
        "lat": 59.36404,
        "line": "20",
        "lon": 24.6292,
        "route": "41",
        "type": "2",
        "vehicle_id": "2650"
      },
      {
        "destination": "Teelise",
        "heading": 299,
        "lat": 59.40493,
        "line": "20",
        "lon": 24.70168,
        "route": "59",
        "type": "2",
        "vehicle_id": "2658"
      },
      {
        "destination": "Kotermaa",
        "heading": 218,
        "lat": 59.41187,
        "line": "61",
        "lon": 24.65087,
        "route": "8",
        "type": "2",
        "vehicle_id": "2662"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 157,
        "lat": 59.41231,
        "line": "26",
        "lon": 24.63497,
        "route": "68",
        "type": "2",
        "vehicle_id": "2668"
      },
      {
        "destination": "Männiku",
        "heading": 230,
        "lat": 59.44202,
        "line": "5",
        "lon": 24.78896,
        "route": "162",
        "type": "2",
        "vehicle_id": "2673"
      },
      {
        "destination": "Järve haigla",
        "heading": 138,
        "lat": 59.40037,
        "line": "61",
        "lon": 24.69563,
        "route": "41",
        "type": "2",
        "vehicle_id": "2683"
      },
      {
        "destination": "Harkujärve",
        "heading": 56,
        "lat": 59.3796,
        "line": "27",
        "lon": 24.65804,
        "route": "42",
        "type": "2",
        "vehicle_id": "2684"
      },
      {
        "destination": "Harkujärve",
        "heading": 325,
        "lat": 59.41554,
        "line": "27",
        "lon": 24.60403,
        "route": "68",
        "type": "2",
        "vehicle_id": "2690"
      },
      {
        "destination": "Männiku",
        "heading": 178,
        "lat": 59.36542,
        "line": "5",
        "lon": 24.71783,
        "route": "118",
        "type": "2",
        "vehicle_id": "2695"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 289,
        "lat": 59.40724,
        "line": "12",
        "lon": 24.69198,
        "route": "136",
        "type": "2",
        "vehicle_id": "2705"
      },
      {
        "destination": "Seli",
        "heading": 48,
        "lat": 59.4453,
        "line": "35",
        "lon": 24.81611,
        "route": "134",
        "type": "2",
        "vehicle_id": "2707"
      },
      {
        "destination": "Kopli",
        "heading": 347,
        "lat": 59.40156,
        "line": "33",
        "lon": 24.67049,
        "route": "7",
        "type": "2",
        "vehicle_id": "2716"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 182,
        "lat": 59.42244,
        "line": "1",
        "lon": 24.74225,
        "route": "44",
        "type": "2",
        "vehicle_id": "2720"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 323,
        "lat": 59.4204,
        "line": "28",
        "lon": 24.74147,
        "route": "6",
        "type": "2",
        "vehicle_id": "2721"
      },
      {
        "destination": "Priisle",
        "heading": 111,
        "lat": 59.42894,
        "line": "54",
        "lon": 24.75913,
        "route": "81",
        "type": "2",
        "vehicle_id": "2722"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 91,
        "lat": 59.38314,
        "line": "10",
        "lon": 24.66241,
        "route": "6",
        "type": "2",
        "vehicle_id": "2723"
      },
      {
        "destination": "Mäeküla",
        "heading": 181,
        "lat": 59.39497,
        "line": "62",
        "lon": 24.61561,
        "route": "13",
        "type": "2",
        "vehicle_id": "2725"
      },
      {
        "destination": "Kotermaa",
        "heading": 306,
        "lat": 59.3966,
        "line": "61",
        "lon": 24.69998,
        "route": "30",
        "type": "2",
        "vehicle_id": "2727"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 310,
        "lat": 59.42015,
        "line": "73",
        "lon": 24.7415,
        "route": "70",
        "type": "2",
        "vehicle_id": "2728"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 107,
        "lat": 59.43027,
        "line": "25",
        "lon": 24.60961,
        "route": "5",
        "type": "2",
        "vehicle_id": "2729"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 287,
        "lat": 59.43522,
        "line": "46",
        "lon": 24.76132,
        "route": "92",
        "type": "2",
        "vehicle_id": "2730"
      },
      {
        "destination": "Balti jaam",
        "heading": 59,
        "lat": 59.44166,
        "line": "2",
        "lon": 24.7424,
        "route": "62",
        "type": "2",
        "vehicle_id": "2731"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 173,
        "lat": 59.35984,
        "line": "10",
        "lon": 24.62996,
        "route": "37",
        "type": "2",
        "vehicle_id": "2732"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 238,
        "lat": 59.4667,
        "line": "1",
        "lon": 24.8329,
        "route": "66",
        "type": "2",
        "vehicle_id": "2748"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 156,
        "lat": 59.43072,
        "line": "54",
        "lon": 24.83393,
        "route": "4",
        "type": "2",
        "vehicle_id": "2752"
      },
      {
        "destination": "Kopli liinid",
        "heading": 6,
        "lat": 59.43232,
        "line": "73",
        "lon": 24.74571,
        "route": "9",
        "type": "2",
        "vehicle_id": "2757"
      },
      {
        "destination": "Paljassaare",
        "heading": 26,
        "lat": 59.45181,
        "line": "26",
        "lon": 24.70209,
        "route": "7",
        "type": "2",
        "vehicle_id": "2764"
      },
      {
        "destination": "Raudalu",
        "heading": 147,
        "lat": 59.36253,
        "line": "57",
        "lon": 24.76406,
        "route": "10",
        "type": "2",
        "vehicle_id": "2767"
      },
      {
        "destination": "Männiku",
        "heading": 169,
        "lat": 59.36561,
        "line": "32",
        "lon": 24.71818,
        "route": "34",
        "type": "2",
        "vehicle_id": "2770"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 252,
        "lat": 59.42824,
        "line": "3",
        "lon": 24.74932,
        "route": "142",
        "type": "2",
        "vehicle_id": "2773"
      },
      {
        "destination": "Männiku",
        "heading": 176,
        "lat": 59.40823,
        "line": "33",
        "lon": 24.66681,
        "route": "24",
        "type": "2",
        "vehicle_id": "2775"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 253,
        "lat": 59.44152,
        "line": "25",
        "lon": 24.74082,
        "route": "61",
        "type": "2",
        "vehicle_id": "2776"
      },
      {
        "destination": "Männiku",
        "heading": 151,
        "lat": 59.43765,
        "line": "33",
        "lon": 24.70978,
        "route": "40",
        "type": "2",
        "vehicle_id": "2784"
      },
      {
        "destination": "Priisle",
        "heading": 259,
        "lat": 59.42043,
        "line": "42",
        "lon": 24.64473,
        "route": "55",
        "type": "2",
        "vehicle_id": "2787"
      },
      {
        "destination": "Muuga aedlinn",
        "heading": 45,
        "lat": 59.47697,
        "line": "34",
        "lon": 24.91954,
        "route": "51",
        "type": "2",
        "vehicle_id": "2789"
      },
      {
        "destination": "Tallinn-Väike",
        "heading": 999,
        "lat": 59.41203,
        "line": "16",
        "lon": 24.63544,
        "route": "75",
        "type": "2",
        "vehicle_id": "2801"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 254,
        "lat": 59.39963,
        "line": "10",
        "lon": 24.68789,
        "route": "59",
        "type": "2",
        "vehicle_id": "2804"
      },
      {
        "destination": "Pelguranna",
        "heading": 355,
        "lat": 59.43521,
        "line": "3",
        "lon": 24.73293,
        "route": "43",
        "type": "2",
        "vehicle_id": "2849"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 26,
        "lat": 59.40488,
        "line": "5",
        "lon": 24.73164,
        "route": "81",
        "type": "2",
        "vehicle_id": "2895"
      },
      {
        "destination": "Viru keskus",
        "heading": 116,
        "lat": 59.40174,
        "line": "20",
        "lon": 24.6927,
        "route": "6",
        "type": "2",
        "vehicle_id": "2897"
      },
      {
        "destination": "Seli",
        "heading": 41,
        "lat": 59.44495,
        "line": "35",
        "lon": 24.89729,
        "route": "22",
        "type": "2",
        "vehicle_id": "2915"
      },
      {
        "destination": "Kalev",
        "heading": 19,
        "lat": 59.40145,
        "line": "57",
        "lon": 24.72877,
        "route": "41",
        "type": "2",
        "vehicle_id": "2923"
      },
      {
        "destination": "Maneezi",
        "heading": 337,
        "lat": 59.44627,
        "line": "60",
        "lon": 24.89789,
        "route": "37",
        "type": "2",
        "vehicle_id": "3009"
      },
      {
        "destination": "Viimsi keskus",
        "heading": 12,
        "lat": 59.46884,
        "line": "49",
        "lon": 24.83451,
        "route": "78",
        "type": "2",
        "vehicle_id": "3010"
      },
      {
        "destination": "Priisle",
        "heading": 86,
        "lat": 59.42959,
        "line": "42",
        "lon": 24.69327,
        "route": "29",
        "type": "2",
        "vehicle_id": "3011"
      },
      {
        "destination": "Pelguranna",
        "heading": 231,
        "lat": 59.44144,
        "line": "35",
        "lon": 24.78765,
        "route": "71",
        "type": "2",
        "vehicle_id": "3012"
      },
      {
        "destination": "Priisle",
        "heading": 39,
        "lat": 59.41052,
        "line": "13",
        "lon": 24.66454,
        "route": "91",
        "type": "2",
        "vehicle_id": "3014"
      },
      {
        "destination": "Seli",
        "heading": 16,
        "lat": 59.44502,
        "line": "35",
        "lon": 24.89724,
        "route": "116",
        "type": "2",
        "vehicle_id": "3021"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 139,
        "lat": 59.41262,
        "line": "13",
        "lon": 24.63553,
        "route": "114",
        "type": "2",
        "vehicle_id": "3023"
      },
      {
        "destination": "Vesse",
        "heading": 58,
        "lat": 59.48874,
        "line": "48",
        "lon": 24.87225,
        "route": "19",
        "type": "2",
        "vehicle_id": "3029"
      },
      {
        "destination": "Seli",
        "heading": 326,
        "lat": 59.44522,
        "line": "7",
        "lon": 24.89691,
        "route": "6",
        "type": "2",
        "vehicle_id": "3030"
      },
      {
        "destination": "Viru keskus",
        "heading": 75,
        "lat": 59.4393,
        "line": "44",
        "lon": 24.76024,
        "route": "118",
        "type": "2",
        "vehicle_id": "3031"
      },
      {
        "destination": "Priisle",
        "heading": 31,
        "lat": 59.41262,
        "line": "54",
        "lon": 24.63636,
        "route": "43",
        "type": "2",
        "vehicle_id": "3032"
      },
      {
        "destination": "Priisle",
        "heading": 96,
        "lat": 59.44776,
        "line": "42",
        "lon": 24.89527,
        "route": "225",
        "type": "2",
        "vehicle_id": "3035"
      },
      {
        "destination": "Seli",
        "heading": 2,
        "lat": 59.44502,
        "line": "67",
        "lon": 24.89729,
        "route": "20",
        "type": "2",
        "vehicle_id": "3036"
      },
      {
        "destination": "Seli",
        "heading": 157,
        "lat": 59.44312,
        "line": "46",
        "lon": 24.89438,
        "route": "83",
        "type": "2",
        "vehicle_id": "3060"
      },
      {
        "destination": "Pelguranna",
        "heading": 341,
        "lat": 59.43674,
        "line": "35",
        "lon": 24.85784,
        "route": "85",
        "type": "2",
        "vehicle_id": "3063"
      },
      {
        "destination": "Maneezi",
        "heading": 252,
        "lat": 59.44303,
        "line": "60",
        "lon": 24.79457,
        "route": "9",
        "type": "2",
        "vehicle_id": "3067"
      },
      {
        "destination": "Seli",
        "heading": 338,
        "lat": 59.44543,
        "line": "35",
        "lon": 24.89698,
        "route": "100",
        "type": "2",
        "vehicle_id": "3070"
      },
      {
        "destination": "Priisle",
        "heading": 124,
        "lat": 59.45317,
        "line": "31",
        "lon": 24.88798,
        "route": "6",
        "type": "2",
        "vehicle_id": "3072"
      },
      {
        "destination": "Priisle",
        "heading": 74,
        "lat": 59.42871,
        "line": "54",
        "lon": 24.68039,
        "route": "17",
        "type": "2",
        "vehicle_id": "3102"
      },
      {
        "destination": "Pelguranna",
        "heading": 234,
        "lat": 59.42952,
        "line": "35",
        "lon": 24.73424,
        "route": "39",
        "type": "2",
        "vehicle_id": "3124"
      },
      {
        "destination": "Seli",
        "heading": 202,
        "lat": 59.44722,
        "line": "46",
        "lon": 24.89547,
        "route": "33",
        "type": "2",
        "vehicle_id": "3135"
      },
      {
        "destination": "Majaka põik",
        "heading": 211,
        "lat": 59.42642,
        "line": "58",
        "lon": 24.79717,
        "route": "127",
        "type": "2",
        "vehicle_id": "3136"
      },
      {
        "destination": "Seli",
        "heading": 93,
        "lat": 59.444,
        "line": "35",
        "lon": 24.69511,
        "route": "54",
        "type": "2",
        "vehicle_id": "3182"
      },
      {
        "destination": "Priisle",
        "heading": 0,
        "lat": 59.4398,
        "line": "58",
        "lon": 24.85106,
        "route": "62",
        "type": "2",
        "vehicle_id": "3190"
      },
      {
        "destination": "Vana-Pääsküla",
        "heading": 96,
        "lat": 59.35936,
        "line": "1",
        "lon": 24.63223,
        "route": "16",
        "type": "2",
        "vehicle_id": "3206"
      },
      {
        "destination": "Priisle",
        "heading": 73,
        "lat": 59.44782,
        "line": "42",
        "lon": 24.89522,
        "route": "241",
        "type": "2",
        "vehicle_id": "3207"
      },
      {
        "destination": "Estonia",
        "heading": 253,
        "lat": 59.43252,
        "line": "31",
        "lon": 24.82131,
        "route": "65",
        "type": "2",
        "vehicle_id": "3211"
      },
      {
        "destination": "Priisle",
        "heading": 77,
        "lat": 59.44762,
        "line": "63",
        "lon": 24.89548,
        "route": "34",
        "type": "2",
        "vehicle_id": "3213"
      },
      {
        "destination": "Seli",
        "heading": 26,
        "lat": 59.44515,
        "line": "50",
        "lon": 24.89718,
        "route": "82",
        "type": "2",
        "vehicle_id": "3217"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 61,
        "lat": 59.42973,
        "line": "19",
        "lon": 24.75776,
        "route": "52",
        "type": "2",
        "vehicle_id": "3218"
      },
      {
        "destination": "Priisle",
        "heading": 88,
        "lat": 59.43716,
        "line": "63",
        "lon": 24.76176,
        "route": "10",
        "type": "2",
        "vehicle_id": "3219"
      },
      {
        "destination": "Priisle",
        "heading": 233,
        "lat": 59.43465,
        "line": "31",
        "lon": 24.81556,
        "route": "24",
        "type": "2",
        "vehicle_id": "3229"
      },
      {
        "destination": "Seli",
        "heading": 22,
        "lat": 59.44495,
        "line": "50",
        "lon": 24.89725,
        "route": "48",
        "type": "2",
        "vehicle_id": "3245"
      },
      {
        "destination": "Seli",
        "heading": 64,
        "lat": 59.43261,
        "line": "35",
        "lon": 24.74289,
        "route": "6",
        "type": "2",
        "vehicle_id": "3250"
      },
      {
        "destination": "Hobujaama",
        "heading": 72,
        "lat": 59.43908,
        "line": "55",
        "lon": 24.76028,
        "route": "8",
        "type": "2",
        "vehicle_id": "3260"
      },
      {
        "destination": "Estonia",
        "heading": 250,
        "lat": 59.44171,
        "line": "31A",
        "lon": 24.86175,
        "route": "25",
        "type": "2",
        "vehicle_id": "3261"
      },
      {
        "destination": "Lennujaam",
        "heading": 165,
        "lat": 59.41844,
        "line": "49",
        "lon": 24.79998,
        "route": "55",
        "type": "2",
        "vehicle_id": "3267"
      },
      {
        "destination": "Pelguranna",
        "heading": 332,
        "lat": 59.43477,
        "line": "40",
        "lon": 24.73312,
        "route": "39",
        "type": "2",
        "vehicle_id": "3271"
      },
      {
        "destination": "Vesse",
        "heading": 54,
        "lat": 59.43217,
        "line": "48",
        "lon": 24.84496,
        "route": "5",
        "type": "2",
        "vehicle_id": "3274"
      },
      {
        "destination": "Liikuri",
        "heading": 346,
        "lat": 59.41976,
        "line": "39",
        "lon": 24.7514,
        "route": "11",
        "type": "2",
        "vehicle_id": "3275"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 239,
        "lat": 59.43399,
        "line": "54",
        "lon": 24.75026,
        "route": "114",
        "type": "2",
        "vehicle_id": "3276"
      },
      {
        "destination": "Priisle",
        "heading": 150,
        "lat": 59.44772,
        "line": "31",
        "lon": 24.89611,
        "route": "102",
        "type": "2",
        "vehicle_id": "3278"
      },
      {
        "destination": "Priisle",
        "heading": 157,
        "lat": 59.44762,
        "line": "31A",
        "lon": 24.89203,
        "route": "6",
        "type": "2",
        "vehicle_id": "3280"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 67,
        "lat": 59.44125,
        "line": "25",
        "lon": 24.76993,
        "route": "89",
        "type": "2",
        "vehicle_id": "3283"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 232,
        "lat": 59.43985,
        "line": "3",
        "lon": 24.73803,
        "route": "8",
        "type": "2",
        "vehicle_id": "3295"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 261,
        "lat": 59.44289,
        "line": "42",
        "lon": 24.86854,
        "route": "210",
        "type": "2",
        "vehicle_id": "3296"
      },
      {
        "destination": "Sõjamäe",
        "heading": 253,
        "lat": 59.43327,
        "line": "7",
        "lon": 24.82633,
        "route": "65",
        "type": "2",
        "vehicle_id": "3298"
      },
      {
        "destination": "Lennujaam",
        "heading": 254,
        "lat": 59.43563,
        "line": "65",
        "lon": 24.84159,
        "route": "61",
        "type": "2",
        "vehicle_id": "3303"
      },
      {
        "destination": "P. Pinna",
        "heading": 81,
        "lat": 59.42671,
        "line": "55",
        "lon": 24.81594,
        "route": "31",
        "type": "2",
        "vehicle_id": "3306"
      },
      {
        "destination": "Sõjamäe",
        "heading": 89,
        "lat": 59.42305,
        "line": "15",
        "lon": 24.79837,
        "route": "95",
        "type": "2",
        "vehicle_id": "3309"
      },
      {
        "destination": "Estonia",
        "heading": 307,
        "lat": 59.42527,
        "line": "15",
        "lon": 24.78327,
        "route": "38",
        "type": "2",
        "vehicle_id": "3310"
      },
      {
        "destination": "Priisle",
        "heading": 190,
        "lat": 59.44747,
        "line": "63",
        "lon": 24.8955,
        "route": "62",
        "type": "2",
        "vehicle_id": "3313"
      },
      {
        "destination": "Pirita keskus",
        "heading": 160,
        "lat": 59.43208,
        "line": "48",
        "lon": 24.85126,
        "route": "34",
        "type": "2",
        "vehicle_id": "3314"
      },
      {
        "destination": "Priisle",
        "heading": 329,
        "lat": 59.44707,
        "line": "65",
        "lon": 24.82463,
        "route": "42",
        "type": "2",
        "vehicle_id": "3318"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 190,
        "lat": 59.41235,
        "line": "54",
        "lon": 24.63467,
        "route": "92",
        "type": "2",
        "vehicle_id": "3319"
      },
      {
        "destination": "Majaka põik",
        "heading": 266,
        "lat": 59.44315,
        "line": "58",
        "lon": 24.87198,
        "route": "95",
        "type": "2",
        "vehicle_id": "3322"
      },
      {
        "destination": "Merivälja Pansion",
        "heading": 250,
        "lat": 59.4588,
        "line": "6",
        "lon": 24.83439,
        "route": "10",
        "type": "2",
        "vehicle_id": "3349"
      },
      {
        "destination": "Priisle",
        "heading": 96,
        "lat": 59.44446,
        "line": "40",
        "lon": 24.84437,
        "route": "138",
        "type": "2",
        "vehicle_id": "3360"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 197,
        "lat": 59.41252,
        "line": "13",
        "lon": 24.6359,
        "route": "102",
        "type": "2",
        "vehicle_id": "3361"
      },
      {
        "destination": "Sütiste",
        "heading": 133,
        "lat": 59.4238,
        "line": "67",
        "lon": 24.72545,
        "route": "161",
        "type": "2",
        "vehicle_id": "3368"
      },
      {
        "destination": "Viru keskus",
        "heading": 86,
        "lat": 59.43894,
        "line": "38",
        "lon": 24.76044,
        "route": "6",
        "type": "2",
        "vehicle_id": "3374"
      },
      {
        "destination": "Seli",
        "heading": 328,
        "lat": 59.4351,
        "line": "7",
        "lon": 24.83007,
        "route": "96",
        "type": "2",
        "vehicle_id": "3378"
      },
      {
        "destination": "Viimsi keskus",
        "heading": 123,
        "lat": 59.41685,
        "line": "49",
        "lon": 24.83783,
        "route": "24",
        "type": "2",
        "vehicle_id": "3379"
      },
      {
        "destination": "Lennujaam",
        "heading": 252,
        "lat": 59.43184,
        "line": "47",
        "lon": 24.8426,
        "route": "28",
        "type": "2",
        "vehicle_id": "3380"
      },
      {
        "destination": "Priisle",
        "heading": 89,
        "lat": 59.45132,
        "line": "13",
        "lon": 24.85004,
        "route": "53",
        "type": "2",
        "vehicle_id": "3382"
      },
      {
        "destination": "Vesse",
        "heading": 249,
        "lat": 59.44361,
        "line": "48",
        "lon": 24.88089,
        "route": "65",
        "type": "2",
        "vehicle_id": "3388"
      },
      {
        "destination": "Seli",
        "heading": 74,
        "lat": 59.43292,
        "line": "67",
        "lon": 24.74504,
        "route": "80",
        "type": "2",
        "vehicle_id": "3392"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 71,
        "lat": 59.44357,
        "line": "19",
        "lon": 24.76487,
        "route": "88",
        "type": "2",
        "vehicle_id": "3393"
      },
      {
        "destination": "Seli",
        "heading": 122,
        "lat": 59.42776,
        "line": "50",
        "lon": 24.79842,
        "route": "12",
        "type": "2",
        "vehicle_id": "3394"
      },
      {
        "destination": "Priisle",
        "heading": 75,
        "lat": 59.4409,
        "line": "42",
        "lon": 24.85886,
        "route": "19",
        "type": "2",
        "vehicle_id": "3400"
      },
      {
        "destination": "P. Pinna",
        "heading": 157,
        "lat": 59.43857,
        "line": "44",
        "lon": 24.85136,
        "route": "63",
        "type": "2",
        "vehicle_id": "3436"
      },
      {
        "destination": "Seli",
        "heading": 92,
        "lat": 59.44281,
        "line": "67",
        "lon": 24.87621,
        "route": "50",
        "type": "2",
        "vehicle_id": "3444"
      },
      {
        "destination": "Estonia",
        "heading": 268,
        "lat": 59.45476,
        "line": "31",
        "lon": 24.87795,
        "route": "85",
        "type": "2",
        "vehicle_id": "3447"
      },
      {
        "destination": "Priisle",
        "heading": 146,
        "lat": 59.43538,
        "line": "40",
        "lon": 24.72094,
        "route": "6",
        "type": "2",
        "vehicle_id": "3457"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 304,
        "lat": 59.42007,
        "line": "3",
        "lon": 24.74196,
        "route": "78",
        "type": "2",
        "vehicle_id": "3458"
      },
      {
        "destination": "Seli",
        "heading": 241,
        "lat": 59.44543,
        "line": "60",
        "lon": 24.89709,
        "route": "64",
        "type": "2",
        "vehicle_id": "3466"
      },
      {
        "destination": "Seli",
        "heading": 344,
        "lat": 59.39846,
        "line": "67",
        "lon": 24.68125,
        "route": "148",
        "type": "2",
        "vehicle_id": "3467"
      },
      {
        "destination": "Pelguranna",
        "heading": 250,
        "lat": 59.44162,
        "line": "40",
        "lon": 24.85098,
        "route": "81",
        "type": "2",
        "vehicle_id": "3468"
      },
      {
        "destination": "Priisle",
        "heading": 34,
        "lat": 59.41264,
        "line": "13",
        "lon": 24.75833,
        "route": "79",
        "type": "2",
        "vehicle_id": "3470"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 297,
        "lat": 59.42899,
        "line": "42",
        "lon": 24.707,
        "route": "170",
        "type": "2",
        "vehicle_id": "3487"
      },
      {
        "destination": "Seli",
        "heading": 72,
        "lat": 59.44848,
        "line": "60",
        "lon": 24.82882,
        "route": "90",
        "type": "2",
        "vehicle_id": "3488"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 254,
        "lat": 59.4251,
        "line": "12",
        "lon": 24.79293,
        "route": "152",
        "type": "2",
        "vehicle_id": "3490"
      },
      {
        "destination": "Seli",
        "heading": 23,
        "lat": 59.43029,
        "line": "12",
        "lon": 24.80755,
        "route": "45",
        "type": "2",
        "vehicle_id": "3495"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 77,
        "lat": 59.45778,
        "line": "5",
        "lon": 24.82683,
        "route": "37",
        "type": "2",
        "vehicle_id": "3499"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 234,
        "lat": 59.43477,
        "line": "42",
        "lon": 24.75229,
        "route": "184",
        "type": "2",
        "vehicle_id": "3509"
      },
      {
        "destination": "Sõjamäe",
        "heading": 104,
        "lat": 59.42221,
        "line": "7",
        "lon": 24.82082,
        "route": "45",
        "type": "2",
        "vehicle_id": "3511"
      },
      {
        "destination": "Seli",
        "heading": 271,
        "lat": 59.42299,
        "line": "7",
        "lon": 24.81117,
        "route": "26",
        "type": "2",
        "vehicle_id": "3512"
      },
      {
        "destination": "Viru keskus",
        "heading": 30,
        "lat": 59.43914,
        "line": "34",
        "lon": 24.75978,
        "route": "28",
        "type": "2",
        "vehicle_id": "3517"
      },
      {
        "destination": "Priisle",
        "heading": 127,
        "lat": 59.44792,
        "line": "9",
        "lon": 24.89595,
        "route": "75",
        "type": "2",
        "vehicle_id": "3521"
      },
      {
        "destination": "Priisle",
        "heading": 83,
        "lat": 59.44256,
        "line": "66",
        "lon": 24.76578,
        "route": "102",
        "type": "2",
        "vehicle_id": "3531"
      },
      {
        "destination": "Mõigu",
        "heading": 238,
        "lat": 59.43958,
        "line": "2",
        "lon": 24.73717,
        "route": "9",
        "type": "2",
        "vehicle_id": "3532"
      },
      {
        "destination": "Majaka põik",
        "heading": 249,
        "lat": 59.43465,
        "line": "50",
        "lon": 24.85979,
        "route": "117",
        "type": "2",
        "vehicle_id": "3533"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 333,
        "lat": 59.44193,
        "line": "39",
        "lon": 24.82352,
        "route": "82",
        "type": "2",
        "vehicle_id": "3534"
      },
      {
        "destination": "Priisle",
        "heading": 76,
        "lat": 59.43646,
        "line": "54",
        "lon": 24.84782,
        "route": "123",
        "type": "2",
        "vehicle_id": "3538"
      },
      {
        "destination": "Sütiste",
        "heading": 307,
        "lat": 59.39727,
        "line": "67",
        "lon": 24.69825,
        "route": "135",
        "type": "2",
        "vehicle_id": "3540"
      },
      {
        "destination": "Seli",
        "heading": 72,
        "lat": 59.44332,
        "line": "12",
        "lon": 24.88304,
        "route": "29",
        "type": "2",
        "vehicle_id": "3548"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 278,
        "lat": 59.43531,
        "line": "42",
        "lon": 24.79803,
        "route": "194",
        "type": "2",
        "vehicle_id": "3549"
      },
      {
        "destination": "Muuga aedlinn",
        "heading": 34,
        "lat": 59.45017,
        "line": "34",
        "lon": 24.80611,
        "route": "7",
        "type": "2",
        "vehicle_id": "3550"
      },
      {
        "destination": "Priisle",
        "heading": 166,
        "lat": 59.44768,
        "line": "40",
        "lon": 24.8953,
        "route": "96",
        "type": "2",
        "vehicle_id": "3551"
      },
      {
        "destination": "Pirita keskus",
        "heading": 262,
        "lat": 59.44993,
        "line": "48",
        "lon": 24.871,
        "route": "56",
        "type": "2",
        "vehicle_id": "3554"
      },
      {
        "destination": "Priisle",
        "heading": 82,
        "lat": 59.44762,
        "line": "65",
        "lon": 24.89538,
        "route": "6",
        "type": "2",
        "vehicle_id": "3562"
      },
      {
        "destination": "Kadaka",
        "heading": 93,
        "lat": 59.40478,
        "line": "24A",
        "lon": 24.65583,
        "route": "110",
        "type": "2",
        "vehicle_id": "3574"
      },
      {
        "destination": "Pelguranna",
        "heading": 241,
        "lat": 59.43278,
        "line": "66",
        "lon": 24.71634,
        "route": "109",
        "type": "2",
        "vehicle_id": "3576"
      },
      {
        "destination": "Seli",
        "heading": 151,
        "lat": 59.44778,
        "line": "46",
        "lon": 24.8961,
        "route": "13",
        "type": "2",
        "vehicle_id": "3577"
      },
      {
        "destination": "Viru keskus",
        "heading": 42,
        "lat": 59.43923,
        "line": "8A",
        "lon": 24.76028,
        "route": "24",
        "type": "2",
        "vehicle_id": "3578"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 240,
        "lat": 59.42607,
        "line": "42",
        "lon": 24.6568,
        "route": "154",
        "type": "2",
        "vehicle_id": "3582"
      },
      {
        "destination": "Priisle",
        "heading": 73,
        "lat": 59.44785,
        "line": "40",
        "lon": 24.89519,
        "route": "154",
        "type": "2",
        "vehicle_id": "3583"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 114,
        "lat": 59.41994,
        "line": "39",
        "lon": 24.74235,
        "route": "40",
        "type": "2",
        "vehicle_id": "3588"
      },
      {
        "destination": "Lennujaam",
        "heading": 280,
        "lat": 59.41605,
        "line": "49",
        "lon": 24.84039,
        "route": "71",
        "type": "2",
        "vehicle_id": "3619"
      },
      {
        "destination": "Lennujaam",
        "heading": 165,
        "lat": 59.48543,
        "line": "49",
        "lon": 24.84177,
        "route": "7",
        "type": "2",
        "vehicle_id": "3670"
      },
      {
        "destination": "Pelguranna",
        "heading": 338,
        "lat": 59.44509,
        "line": "40",
        "lon": 24.70223,
        "route": "53",
        "type": "2",
        "vehicle_id": "3702"
      },
      {
        "destination": "Viru keskus",
        "heading": 71,
        "lat": 59.4392,
        "line": "34",
        "lon": 24.75958,
        "route": "64",
        "type": "2",
        "vehicle_id": "3703"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 237,
        "lat": 59.41275,
        "line": "42",
        "lon": 24.6355,
        "route": "120",
        "type": "2",
        "vehicle_id": "3762"
      },
      {
        "destination": "Priisle",
        "heading": 142,
        "lat": 59.4335,
        "line": "31",
        "lon": 24.75205,
        "route": "46",
        "type": "2",
        "vehicle_id": "3763"
      },
      {
        "destination": "P. Pinna",
        "heading": 88,
        "lat": 59.43722,
        "line": "44",
        "lon": 24.76301,
        "route": "91",
        "type": "2",
        "vehicle_id": "3779"
      },
      {
        "destination": "Priisle",
        "heading": 326,
        "lat": 59.44766,
        "line": "66",
        "lon": 24.89615,
        "route": "94",
        "type": "2",
        "vehicle_id": "3780"
      },
      {
        "destination": "P. Pinna",
        "heading": 292,
        "lat": 59.43279,
        "line": "55",
        "lon": 24.84245,
        "route": "53",
        "type": "2",
        "vehicle_id": "3781"
      },
      {
        "destination": "Maneezi",
        "heading": 215,
        "lat": 59.45131,
        "line": "63",
        "lon": 24.85804,
        "route": "89",
        "type": "2",
        "vehicle_id": "3788"
      },
      {
        "destination": "Pelguranna",
        "heading": 280,
        "lat": 59.44354,
        "line": "66",
        "lon": 24.78351,
        "route": "39",
        "type": "2",
        "vehicle_id": "3790"
      },
      {
        "destination": "Vana-Lõuna",
        "heading": 244,
        "lat": 59.42815,
        "line": "39",
        "lon": 24.74922,
        "route": "68",
        "type": "2",
        "vehicle_id": "3794"
      },
      {
        "destination": "Väike-Õismäe",
        "heading": 120,
        "lat": 59.4126,
        "line": "12",
        "lon": 24.63549,
        "route": "112",
        "type": "2",
        "vehicle_id": "3929"
      },
      {
        "destination": "Seli",
        "heading": 288,
        "lat": 59.41284,
        "line": "12",
        "lon": 24.63502,
        "route": "79",
        "type": "2",
        "vehicle_id": "3999"
      },
      {
        "destination": "Balti jaam",
        "heading": 71,
        "lat": 59.43407,
        "line": "85",
        "lon": 24.72303,
        "route": "83",
        "type": "1",
        "vehicle_id": "6349"
      },
      {
        "destination": "Balti jaam",
        "heading": 56,
        "lat": 59.44165,
        "line": "84",
        "lon": 24.74247,
        "route": "69",
        "type": "1",
        "vehicle_id": "6352"
      },
      {
        "destination": "Balti jaam",
        "heading": 88,
        "lat": 59.44159,
        "line": "84",
        "lon": 24.74238,
        "route": "97",
        "type": "1",
        "vehicle_id": "6353"
      },
      {
        "destination": "Mustamäe",
        "heading": 188,
        "lat": 59.40079,
        "line": "85",
        "lon": 24.65857,
        "route": "160",
        "type": "1",
        "vehicle_id": "6355"
      },
      {
        "destination": "Balti jaam",
        "heading": 164,
        "lat": 59.39891,
        "line": "84",
        "lon": 24.68095,
        "route": "11",
        "type": "1",
        "vehicle_id": "6356"
      },
      {
        "destination": "Keskuse",
        "heading": 201,
        "lat": 59.42507,
        "line": "84",
        "lon": 24.71743,
        "route": "36",
        "type": "1",
        "vehicle_id": "6357"
      },
      {
        "destination": "Balti jaam",
        "heading": 31,
        "lat": 59.40803,
        "line": "85",
        "lon": 24.68474,
        "route": "131",
        "type": "1",
        "vehicle_id": "6358"
      },
      {
        "destination": "Balti jaam",
        "heading": 8,
        "lat": 59.42831,
        "line": "84",
        "lon": 24.72019,
        "route": "129",
        "type": "1",
        "vehicle_id": "6359"
      },
      {
        "destination": "Kaubamaja",
        "heading": 56,
        "lat": 59.43162,
        "line": "81",
        "lon": 24.7397,
        "route": "169",
        "type": "1",
        "vehicle_id": "6360"
      },
      {
        "destination": "Balti jaam",
        "heading": 203,
        "lat": 59.40092,
        "line": "85",
        "lon": 24.65842,
        "route": "11",
        "type": "1",
        "vehicle_id": "6361"
      },
      {
        "destination": "Mustamäe",
        "heading": 205,
        "lat": 59.41381,
        "line": "85",
        "lon": 24.68996,
        "route": "68",
        "type": "1",
        "vehicle_id": "6362"
      },
      {
        "destination": "Mustamäe",
        "heading": 205,
        "lat": 59.40077,
        "line": "81",
        "lon": 24.65838,
        "route": "72",
        "type": "1",
        "vehicle_id": "6363"
      },
      {
        "destination": "Mustamäe",
        "heading": 315,
        "lat": 59.40096,
        "line": "81",
        "lon": 24.65831,
        "route": "100",
        "type": "1",
        "vehicle_id": "6453"
      },
      {
        "destination": "Mustamäe",
        "heading": 234,
        "lat": 59.43371,
        "line": "83",
        "lon": 24.74976,
        "route": "92",
        "type": "1",
        "vehicle_id": "6454"
      },
      {
        "destination": "Mustamäe",
        "heading": 156,
        "lat": 59.40022,
        "line": "72",
        "lon": 24.65932,
        "route": "8",
        "type": "1",
        "vehicle_id": "6455"
      },
      {
        "destination": "Mustamäe",
        "heading": 210,
        "lat": 59.4261,
        "line": "72",
        "lon": 24.71831,
        "route": "56",
        "type": "1",
        "vehicle_id": "6457"
      },
      {
        "destination": "Kopli",
        "heading": 268,
        "lat": 59.45488,
        "line": "72",
        "lon": 24.6815,
        "route": "79",
        "type": "1",
        "vehicle_id": "6459"
      },
      {
        "destination": "Mustamäe",
        "heading": 147,
        "lat": 59.40013,
        "line": "72",
        "lon": 24.65932,
        "route": "192",
        "type": "1",
        "vehicle_id": "6461"
      },
      {
        "destination": "Mustamäe",
        "heading": 253,
        "lat": 59.39873,
        "line": "72",
        "lon": 24.68101,
        "route": "30",
        "type": "1",
        "vehicle_id": "6462"
      },
      {
        "destination": "Kopli",
        "heading": 44,
        "lat": 59.40295,
        "line": "72",
        "lon": 24.69849,
        "route": "123",
        "type": "1",
        "vehicle_id": "6463"
      },
      {
        "destination": "Mustamäe",
        "heading": 257,
        "lat": 59.39978,
        "line": "83",
        "lon": 24.68895,
        "route": "120",
        "type": "1",
        "vehicle_id": "6465"
      },
      {
        "destination": "Mustamäe",
        "heading": 336,
        "lat": 59.43436,
        "line": "81",
        "lon": 24.73335,
        "route": "142",
        "type": "1",
        "vehicle_id": "6466"
      },
      {
        "destination": "Mustamäe",
        "heading": 203,
        "lat": 59.41079,
        "line": "72",
        "lon": 24.65867,
        "route": "180",
        "type": "1",
        "vehicle_id": "6467"
      },
      {
        "destination": "Mustamäe",
        "heading": 144,
        "lat": 59.4001,
        "line": "83",
        "lon": 24.65917,
        "route": "34",
        "type": "1",
        "vehicle_id": "6468"
      },
      {
        "destination": "Mustamäe",
        "heading": 144,
        "lat": 59.45147,
        "line": "72",
        "lon": 24.69465,
        "route": "102",
        "type": "1",
        "vehicle_id": "6469"
      },
      {
        "destination": "Kopli",
        "heading": 0,
        "lat": 59.42812,
        "line": "72",
        "lon": 24.72023,
        "route": "145",
        "type": "1",
        "vehicle_id": "6471"
      },
      {
        "destination": "Mustamäe",
        "heading": 225,
        "lat": 59.40057,
        "line": "81",
        "lon": 24.65866,
        "route": "44",
        "type": "1",
        "vehicle_id": "6472"
      }
    ]
  },
  "success": true
}