← Estonia

Tallinn Transit Live Positions

GET /estonian-transport/tlt/vehicles

Real-time GPS positions of every Tallinn public-transport vehicle (TLT), parsed from transport.tallinn.ee. Each entry has type, line, lat/lon, heading, vehicle id, route and destination.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/estonian-transport/tlt/vehicles

Live Response

{
  "data": {
    "count": 403,
    "vehicles": [
      {
        "destination": "Kadriorg",
        "heading": 133,
        "lat": 59.4474,
        "line": "1",
        "lon": 24.71376,
        "route": "137",
        "type": "3",
        "vehicle_id": "110"
      },
      {
        "destination": "Kopli",
        "heading": 207,
        "lat": 59.46292,
        "line": "1",
        "lon": 24.66649,
        "route": "124",
        "type": "3",
        "vehicle_id": "114"
      },
      {
        "destination": "Kopli",
        "heading": 4,
        "lat": 59.44012,
        "line": "1",
        "lon": 24.78559,
        "route": "62",
        "type": "3",
        "vehicle_id": "123"
      },
      {
        "destination": "Kopli",
        "heading": 282,
        "lat": 59.44407,
        "line": "1",
        "lon": 24.74559,
        "route": "34",
        "type": "3",
        "vehicle_id": "140"
      },
      {
        "destination": "Kadriorg",
        "heading": 195,
        "lat": 59.43762,
        "line": "1",
        "lon": 24.75343,
        "route": "95",
        "type": "3",
        "vehicle_id": "141"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 92,
        "lat": 59.45507,
        "line": "5",
        "lon": 24.69051,
        "route": "59",
        "type": "3",
        "vehicle_id": "182"
      },
      {
        "destination": "Kopli",
        "heading": 141,
        "lat": 59.41917,
        "line": "5",
        "lon": 24.74381,
        "route": "10",
        "type": "3",
        "vehicle_id": "502"
      },
      {
        "destination": "Tondi",
        "heading": 307,
        "lat": 59.43024,
        "line": "4",
        "lon": 24.77211,
        "route": "14",
        "type": "3",
        "vehicle_id": "504"
      },
      {
        "destination": "Kadriorg",
        "heading": 74,
        "lat": 59.43762,
        "line": "3",
        "lon": 24.7659,
        "route": "27",
        "type": "3",
        "vehicle_id": "505"
      },
      {
        "destination": "Lennujaam",
        "heading": 123,
        "lat": 59.428,
        "line": "2",
        "lon": 24.79226,
        "route": "81",
        "type": "3",
        "vehicle_id": "507"
      },
      {
        "destination": "Tondi",
        "heading": 198,
        "lat": 59.41086,
        "line": "4",
        "lon": 24.73379,
        "route": "116",
        "type": "3",
        "vehicle_id": "510"
      },
      {
        "destination": "Kopli",
        "heading": 300,
        "lat": 59.44318,
        "line": "2",
        "lon": 24.72438,
        "route": "8",
        "type": "3",
        "vehicle_id": "513"
      },
      {
        "destination": "Tondi",
        "heading": 141,
        "lat": 59.41922,
        "line": "4",
        "lon": 24.74432,
        "route": "140",
        "type": "3",
        "vehicle_id": "514"
      },
      {
        "destination": "Tondi",
        "heading": 179,
        "lat": 59.42447,
        "line": "4",
        "lon": 24.74264,
        "route": "178",
        "type": "3",
        "vehicle_id": "515"
      },
      {
        "destination": "Kopli",
        "heading": 314,
        "lat": 59.46136,
        "line": "1",
        "lon": 24.66905,
        "route": "162",
        "type": "3",
        "vehicle_id": "516"
      },
      {
        "destination": "Lennujaam",
        "heading": 5,
        "lat": 59.43276,
        "line": "4",
        "lon": 24.74579,
        "route": "87",
        "type": "3",
        "vehicle_id": "517"
      },
      {
        "destination": "Lennujaam",
        "heading": 130,
        "lat": 59.42821,
        "line": "4",
        "lon": 24.77664,
        "route": "65",
        "type": "3",
        "vehicle_id": "521"
      },
      {
        "destination": "Lennujaam",
        "heading": 174,
        "lat": 59.43621,
        "line": "2",
        "lon": 24.75751,
        "route": "99",
        "type": "3",
        "vehicle_id": "522"
      },
      {
        "destination": "Kopli",
        "heading": 279,
        "lat": 59.45517,
        "line": "1",
        "lon": 24.69005,
        "route": "10",
        "type": "3",
        "vehicle_id": "523"
      },
      {
        "destination": "Kopli",
        "heading": 345,
        "lat": 59.43706,
        "line": "2",
        "lon": 24.75739,
        "route": "26",
        "type": "3",
        "vehicle_id": "526"
      },
      {
        "destination": "Tondi",
        "heading": 270,
        "lat": 59.43728,
        "line": "3",
        "lon": 24.75775,
        "route": "168",
        "type": "3",
        "vehicle_id": "527"
      },
      {
        "destination": "Kopli",
        "heading": 322,
        "lat": 59.45023,
        "line": "5",
        "lon": 24.70969,
        "route": "10",
        "type": "3",
        "vehicle_id": "528"
      },
      {
        "destination": "Kopli",
        "heading": 315,
        "lat": 59.46131,
        "line": "2",
        "lon": 24.66903,
        "route": "172",
        "type": "3",
        "vehicle_id": "529"
      },
      {
        "destination": "Kopli",
        "heading": 303,
        "lat": 59.42768,
        "line": "2",
        "lon": 24.79335,
        "route": "60",
        "type": "3",
        "vehicle_id": "534"
      },
      {
        "destination": "Kadriorg",
        "heading": 5,
        "lat": 59.42243,
        "line": "3",
        "lon": 24.74267,
        "route": "65",
        "type": "3",
        "vehicle_id": "536"
      },
      {
        "destination": "Tondi",
        "heading": 198,
        "lat": 59.41502,
        "line": "3",
        "lon": 24.73967,
        "route": "128",
        "type": "3",
        "vehicle_id": "539"
      },
      {
        "destination": "Lennujaam",
        "heading": 88,
        "lat": 59.44168,
        "line": "2",
        "lon": 24.73491,
        "route": "121",
        "type": "3",
        "vehicle_id": "540"
      },
      {
        "destination": "Tondi",
        "heading": 205,
        "lat": 59.41122,
        "line": "4",
        "lon": 24.73408,
        "route": "160",
        "type": "3",
        "vehicle_id": "541"
      },
      {
        "destination": "Kadriorg",
        "heading": 200,
        "lat": 59.41087,
        "line": "3",
        "lon": 24.73388,
        "route": "93",
        "type": "3",
        "vehicle_id": "542"
      },
      {
        "destination": "Lennujaam",
        "heading": 134,
        "lat": 59.45628,
        "line": "2",
        "lon": 24.67887,
        "route": "141",
        "type": "3",
        "vehicle_id": "543"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 235,
        "lat": 59.40499,
        "line": "12",
        "lon": 24.73852,
        "route": "6",
        "type": "2",
        "vehicle_id": "1003"
      },
      {
        "destination": "Seli",
        "heading": 62,
        "lat": 59.43845,
        "line": "67",
        "lon": 24.81811,
        "route": "6",
        "type": "2",
        "vehicle_id": "1009"
      },
      {
        "destination": "Kadaka",
        "heading": 13,
        "lat": 59.41145,
        "line": "23",
        "lon": 24.66254,
        "route": "22",
        "type": "2",
        "vehicle_id": "1012"
      },
      {
        "destination": "Viimsi",
        "heading": 20,
        "lat": 59.45191,
        "line": "1",
        "lon": 24.8076,
        "route": "139",
        "type": "2",
        "vehicle_id": "1013"
      },
      {
        "destination": "Estonia",
        "heading": 42,
        "lat": 59.40321,
        "line": "24",
        "lon": 24.69891,
        "route": "37",
        "type": "2",
        "vehicle_id": "1016"
      },
      {
        "destination": "Estonia",
        "heading": 48,
        "lat": 59.43407,
        "line": "24",
        "lon": 24.75202,
        "route": "9",
        "type": "2",
        "vehicle_id": "1017"
      },
      {
        "destination": "Kadaka",
        "heading": 68,
        "lat": 59.40505,
        "line": "23",
        "lon": 24.65596,
        "route": "50",
        "type": "2",
        "vehicle_id": "1022"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 111,
        "lat": 59.41266,
        "line": "13",
        "lon": 24.63597,
        "route": "126",
        "type": "2",
        "vehicle_id": "1023"
      },
      {
        "destination": "Kadaka",
        "heading": 302,
        "lat": 59.41128,
        "line": "23",
        "lon": 24.6623,
        "route": "122",
        "type": "2",
        "vehicle_id": "1024"
      },
      {
        "destination": "Seli",
        "heading": 67,
        "lat": 59.42822,
        "line": "67",
        "lon": 24.72577,
        "route": "36",
        "type": "2",
        "vehicle_id": "1028"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 196,
        "lat": 59.47028,
        "line": "8",
        "lon": 24.83492,
        "route": "52",
        "type": "2",
        "vehicle_id": "1029"
      },
      {
        "destination": "Kadaka",
        "heading": 306,
        "lat": 59.40119,
        "line": "24A",
        "lon": 24.65841,
        "route": "68",
        "type": "2",
        "vehicle_id": "1030"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 282,
        "lat": 59.44382,
        "line": "8",
        "lon": 24.75098,
        "route": "144",
        "type": "2",
        "vehicle_id": "1031"
      },
      {
        "destination": "ÄigrumĂ€e",
        "heading": 121,
        "lat": 59.43986,
        "line": "8",
        "lon": 24.75683,
        "route": "165",
        "type": "2",
        "vehicle_id": "1037"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 192,
        "lat": 59.41869,
        "line": "36",
        "lon": 24.74116,
        "route": "142",
        "type": "2",
        "vehicle_id": "1039"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 233,
        "lat": 59.44087,
        "line": "1",
        "lon": 24.78621,
        "route": "80",
        "type": "2",
        "vehicle_id": "1097"
      },
      {
        "destination": "Ülemiste",
        "heading": 101,
        "lat": 59.42231,
        "line": "45",
        "lon": 24.78825,
        "route": "99",
        "type": "2",
        "vehicle_id": "1110"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 350,
        "lat": 59.39537,
        "line": "45",
        "lon": 24.67331,
        "route": "68",
        "type": "2",
        "vehicle_id": "1115"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 129,
        "lat": 59.43307,
        "line": "3",
        "lon": 24.7616,
        "route": "66",
        "type": "2",
        "vehicle_id": "1116"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 10,
        "lat": 59.38371,
        "line": "19",
        "lon": 24.63891,
        "route": "6",
        "type": "2",
        "vehicle_id": "1117"
      },
      {
        "destination": "Ülemiste",
        "heading": 109,
        "lat": 59.38746,
        "line": "45",
        "lon": 24.68682,
        "route": "111",
        "type": "2",
        "vehicle_id": "1120"
      },
      {
        "destination": "Kadaka",
        "heading": 8,
        "lat": 59.40519,
        "line": "11",
        "lon": 24.65576,
        "route": "60",
        "type": "2",
        "vehicle_id": "1121"
      },
      {
        "destination": "Landi",
        "heading": 349,
        "lat": 59.4488,
        "line": "21",
        "lon": 24.59074,
        "route": "29",
        "type": "2",
        "vehicle_id": "1141"
      },
      {
        "destination": "Viru",
        "heading": 163,
        "lat": 59.41176,
        "line": "36",
        "lon": 24.63501,
        "route": "93",
        "type": "2",
        "vehicle_id": "1144"
      },
      {
        "destination": "Pelguranna",
        "heading": 333,
        "lat": 59.44361,
        "line": "66",
        "lon": 24.82191,
        "route": "77",
        "type": "2",
        "vehicle_id": "1152"
      },
      {
        "destination": "Pelguranna",
        "heading": 8,
        "lat": 59.44316,
        "line": "66",
        "lon": 24.75323,
        "route": "23",
        "type": "2",
        "vehicle_id": "1153"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 71,
        "lat": 59.42794,
        "line": "28",
        "lon": 24.74809,
        "route": "8",
        "type": "2",
        "vehicle_id": "1157"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 258,
        "lat": 59.41122,
        "line": "28",
        "lon": 24.64746,
        "route": "47",
        "type": "2",
        "vehicle_id": "1158"
      },
      {
        "destination": "MustamÀe",
        "heading": 99,
        "lat": 59.40998,
        "line": "37",
        "lon": 24.6715,
        "route": "46",
        "type": "2",
        "vehicle_id": "1160"
      },
      {
        "destination": "Kadaka",
        "heading": 21,
        "lat": 59.411,
        "line": "9",
        "lon": 24.65925,
        "route": "24",
        "type": "2",
        "vehicle_id": "1161"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 245,
        "lat": 59.42159,
        "line": "45",
        "lon": 24.77396,
        "route": "80",
        "type": "2",
        "vehicle_id": "1165"
      },
      {
        "destination": "Kadaka",
        "heading": 29,
        "lat": 59.40493,
        "line": "24A",
        "lon": 24.6555,
        "route": "130",
        "type": "2",
        "vehicle_id": "1166"
      },
      {
        "destination": "Kadaka",
        "heading": 0,
        "lat": 59.41047,
        "line": "11",
        "lon": 24.65839,
        "route": "72",
        "type": "2",
        "vehicle_id": "1169"
      },
      {
        "destination": "Viru keskus",
        "heading": 69,
        "lat": 59.43896,
        "line": "21",
        "lon": 24.76037,
        "route": "8",
        "type": "2",
        "vehicle_id": "1186"
      },
      {
        "destination": "MustamÀe",
        "heading": 277,
        "lat": 59.40084,
        "line": "37",
        "lon": 24.65884,
        "route": "6",
        "type": "2",
        "vehicle_id": "1187"
      },
      {
        "destination": "Kadaka",
        "heading": 204,
        "lat": 59.42259,
        "line": "24A",
        "lon": 24.7153,
        "route": "48",
        "type": "2",
        "vehicle_id": "1203"
      },
      {
        "destination": "Kadaka",
        "heading": 203,
        "lat": 59.40951,
        "line": "9",
        "lon": 24.65777,
        "route": "84",
        "type": "2",
        "vehicle_id": "1204"
      },
      {
        "destination": "ÄigrumĂ€e",
        "heading": 63,
        "lat": 59.46233,
        "line": "8",
        "lon": 24.82529,
        "route": "37",
        "type": "2",
        "vehicle_id": "1222"
      },
      {
        "destination": "Pelguranna",
        "heading": 267,
        "lat": 59.44858,
        "line": "3",
        "lon": 24.69258,
        "route": "103",
        "type": "2",
        "vehicle_id": "1225"
      },
      {
        "destination": "KakumÀe",
        "heading": 53,
        "lat": 59.44206,
        "line": "41",
        "lon": 24.74462,
        "route": "57",
        "type": "2",
        "vehicle_id": "1226"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 47,
        "lat": 59.41032,
        "line": "19",
        "lon": 24.73117,
        "route": "82",
        "type": "2",
        "vehicle_id": "1233"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 295,
        "lat": 59.41152,
        "line": "28",
        "lon": 24.71386,
        "route": "67",
        "type": "2",
        "vehicle_id": "1235"
      },
      {
        "destination": "Estonia",
        "heading": 329,
        "lat": 59.40085,
        "line": "24A",
        "lon": 24.65952,
        "route": "89",
        "type": "2",
        "vehicle_id": "1238"
      },
      {
        "destination": "Kadaka",
        "heading": 143,
        "lat": 59.39746,
        "line": "24A",
        "lon": 24.66381,
        "route": "26",
        "type": "2",
        "vehicle_id": "1240"
      },
      {
        "destination": "Balti jaam",
        "heading": 54,
        "lat": 59.44152,
        "line": "59",
        "lon": 24.74099,
        "route": "74",
        "type": "2",
        "vehicle_id": "1242"
      },
      {
        "destination": "Laagri alevik",
        "heading": 203,
        "lat": 59.43352,
        "line": "19",
        "lon": 24.7636,
        "route": "37",
        "type": "2",
        "vehicle_id": "1243"
      },
      {
        "destination": "Balti jaam",
        "heading": 256,
        "lat": 59.44164,
        "line": "41",
        "lon": 24.74137,
        "route": "94",
        "type": "2",
        "vehicle_id": "1244"
      },
      {
        "destination": "Balti jaam",
        "heading": 154,
        "lat": 59.43409,
        "line": "41",
        "lon": 24.73357,
        "route": "6",
        "type": "2",
        "vehicle_id": "1248"
      },
      {
        "destination": "Priisle",
        "heading": 106,
        "lat": 59.44755,
        "line": "42",
        "lon": 24.89544,
        "route": "45",
        "type": "2",
        "vehicle_id": "1249"
      },
      {
        "destination": "MustamÀe",
        "heading": 193,
        "lat": 59.40092,
        "line": "37",
        "lon": 24.65876,
        "route": "26",
        "type": "2",
        "vehicle_id": "1262"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 247,
        "lat": 59.36546,
        "line": "1",
        "lon": 24.64064,
        "route": "50",
        "type": "2",
        "vehicle_id": "1263"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 316,
        "lat": 59.39169,
        "line": "36",
        "lon": 24.67826,
        "route": "6",
        "type": "2",
        "vehicle_id": "1265"
      },
      {
        "destination": "Viru keskus",
        "heading": 83,
        "lat": 59.43897,
        "line": "21",
        "lon": 24.76037,
        "route": "100",
        "type": "2",
        "vehicle_id": "1281"
      },
      {
        "destination": "Viru",
        "heading": 357,
        "lat": 59.42395,
        "line": "36",
        "lon": 24.74268,
        "route": "37",
        "type": "2",
        "vehicle_id": "1300"
      },
      {
        "destination": "Kadaka",
        "heading": 91,
        "lat": 59.40499,
        "line": "24",
        "lon": 24.65615,
        "route": "116",
        "type": "2",
        "vehicle_id": "1302"
      },
      {
        "destination": "Kadaka",
        "heading": 66,
        "lat": 59.40503,
        "line": "24",
        "lon": 24.65613,
        "route": "62",
        "type": "2",
        "vehicle_id": "1304"
      },
      {
        "destination": "Kadaka",
        "heading": 286,
        "lat": 59.42777,
        "line": "23",
        "lon": 24.7667,
        "route": "106",
        "type": "2",
        "vehicle_id": "1305"
      },
      {
        "destination": "Priisle",
        "heading": 86,
        "lat": 59.42949,
        "line": "42",
        "lon": 24.68988,
        "route": "103",
        "type": "2",
        "vehicle_id": "1315"
      },
      {
        "destination": "Bussijaam",
        "heading": 110,
        "lat": 59.38754,
        "line": "23",
        "lon": 24.68656,
        "route": "69",
        "type": "2",
        "vehicle_id": "1317"
      },
      {
        "destination": "Viru keskus",
        "heading": 28,
        "lat": 59.43919,
        "line": "18",
        "lon": 24.75946,
        "route": "80",
        "type": "2",
        "vehicle_id": "1335"
      },
      {
        "destination": "Bussijaam",
        "heading": 316,
        "lat": 59.42536,
        "line": "23",
        "lon": 24.72287,
        "route": "31",
        "type": "2",
        "vehicle_id": "1338"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 304,
        "lat": 59.41684,
        "line": "13",
        "lon": 24.83804,
        "route": "40",
        "type": "2",
        "vehicle_id": "1347"
      },
      {
        "destination": "Balti jaam",
        "heading": 131,
        "lat": 59.44555,
        "line": "41",
        "lon": 24.61097,
        "route": "18",
        "type": "2",
        "vehicle_id": "1348"
      },
      {
        "destination": "ÄigrumĂ€e",
        "heading": 97,
        "lat": 59.4292,
        "line": "8",
        "lon": 24.70012,
        "route": "61",
        "type": "2",
        "vehicle_id": "1351"
      },
      {
        "destination": "KakumÀe",
        "heading": 28,
        "lat": 59.41796,
        "line": "22",
        "lon": 24.64108,
        "route": "37",
        "type": "2",
        "vehicle_id": "1353"
      },
      {
        "destination": "Kadaka",
        "heading": 24,
        "lat": 59.41201,
        "line": "11",
        "lon": 24.66013,
        "route": "20",
        "type": "2",
        "vehicle_id": "1354"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 128,
        "lat": 59.42748,
        "line": "22",
        "lon": 24.62953,
        "route": "10",
        "type": "2",
        "vehicle_id": "1355"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 352,
        "lat": 59.48946,
        "line": "8",
        "lon": 24.8808,
        "route": "22",
        "type": "2",
        "vehicle_id": "1357"
      },
      {
        "destination": "Viru keskus",
        "heading": 51,
        "lat": 59.38538,
        "line": "18",
        "lon": 24.71143,
        "route": "60",
        "type": "2",
        "vehicle_id": "1362"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 57,
        "lat": 59.4413,
        "line": "5",
        "lon": 24.78758,
        "route": "127",
        "type": "2",
        "vehicle_id": "1366"
      },
      {
        "destination": "Seli",
        "heading": 249,
        "lat": 59.4455,
        "line": "12",
        "lon": 24.89714,
        "route": "63",
        "type": "2",
        "vehicle_id": "1367"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 289,
        "lat": 59.41299,
        "line": "36",
        "lon": 24.63441,
        "route": "124",
        "type": "2",
        "vehicle_id": "1384"
      },
      {
        "destination": "SĂŒtiste",
        "heading": 148,
        "lat": 59.39513,
        "line": "67",
        "lon": 24.68405,
        "route": "93",
        "type": "2",
        "vehicle_id": "1401"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 43,
        "lat": 59.40307,
        "line": "28",
        "lon": 24.69865,
        "route": "28",
        "type": "2",
        "vehicle_id": "1406"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 200,
        "lat": 59.41264,
        "line": "13",
        "lon": 24.63558,
        "route": "16",
        "type": "2",
        "vehicle_id": "1412"
      },
      {
        "destination": "Pelguranna",
        "heading": 247,
        "lat": 59.44635,
        "line": "40",
        "lon": 24.8858,
        "route": "123",
        "type": "2",
        "vehicle_id": "1415"
      },
      {
        "destination": "Priisle",
        "heading": 102,
        "lat": 59.43382,
        "line": "42",
        "lon": 24.77165,
        "route": "71",
        "type": "2",
        "vehicle_id": "1421"
      },
      {
        "destination": "Viimsi",
        "heading": 49,
        "lat": 59.36934,
        "line": "1",
        "lon": 24.6556,
        "route": "23",
        "type": "2",
        "vehicle_id": "1424"
      },
      {
        "destination": "Priisle",
        "heading": 36,
        "lat": 59.40736,
        "line": "13",
        "lon": 24.66093,
        "route": "5",
        "type": "2",
        "vehicle_id": "1425"
      },
      {
        "destination": "Urda",
        "heading": 192,
        "lat": 59.41787,
        "line": "18",
        "lon": 24.74078,
        "route": "43",
        "type": "2",
        "vehicle_id": "1426"
      },
      {
        "destination": "SĂŒtiste",
        "heading": 234,
        "lat": 59.43125,
        "line": "67",
        "lon": 24.78277,
        "route": "113",
        "type": "2",
        "vehicle_id": "1427"
      },
      {
        "destination": "Viru",
        "heading": 211,
        "lat": 59.41011,
        "line": "36",
        "lon": 24.63179,
        "route": "77",
        "type": "2",
        "vehicle_id": "1428"
      },
      {
        "destination": "Priisle",
        "heading": 34,
        "lat": 59.44621,
        "line": "40",
        "lon": 24.69953,
        "route": "64",
        "type": "2",
        "vehicle_id": "1438"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 50,
        "lat": 59.35902,
        "line": "1",
        "lon": 24.63232,
        "route": "32",
        "type": "2",
        "vehicle_id": "1439"
      },
      {
        "destination": "Kadaka",
        "heading": 217,
        "lat": 59.403,
        "line": "24",
        "lon": 24.69817,
        "route": "92",
        "type": "2",
        "vehicle_id": "1449"
      },
      {
        "destination": "Urda",
        "heading": 247,
        "lat": 59.36611,
        "line": "18",
        "lon": 24.64368,
        "route": "27",
        "type": "2",
        "vehicle_id": "1489"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 319,
        "lat": 59.412,
        "line": "12",
        "lon": 24.66273,
        "route": "20",
        "type": "2",
        "vehicle_id": "1491"
      },
      {
        "destination": "SĂŒtiste",
        "heading": 342,
        "lat": 59.44332,
        "line": "67",
        "lon": 24.8818,
        "route": "127",
        "type": "2",
        "vehicle_id": "1492"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 158,
        "lat": 59.44325,
        "line": "42",
        "lon": 24.87557,
        "route": "6",
        "type": "2",
        "vehicle_id": "1493"
      },
      {
        "destination": "ÄigrumĂ€e",
        "heading": 87,
        "lat": 59.48111,
        "line": "8",
        "lon": 24.891,
        "route": "173",
        "type": "2",
        "vehicle_id": "1494"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 251,
        "lat": 59.42663,
        "line": "8",
        "lon": 24.65911,
        "route": "92",
        "type": "2",
        "vehicle_id": "1500"
      },
      {
        "destination": "Kadaka",
        "heading": 253,
        "lat": 59.38774,
        "line": "23",
        "lon": 24.69587,
        "route": "130",
        "type": "2",
        "vehicle_id": "1516"
      },
      {
        "destination": "Viru keskus",
        "heading": 67,
        "lat": 59.37491,
        "line": "18",
        "lon": 24.67293,
        "route": "8",
        "type": "2",
        "vehicle_id": "1518"
      },
      {
        "destination": "Viru",
        "heading": 156,
        "lat": 59.38815,
        "line": "36",
        "lon": 24.68373,
        "route": "55",
        "type": "2",
        "vehicle_id": "1546"
      },
      {
        "destination": "Priisle",
        "heading": 74,
        "lat": 59.4285,
        "line": "42",
        "lon": 24.72926,
        "route": "87",
        "type": "2",
        "vehicle_id": "1553"
      },
      {
        "destination": "Viru keskus",
        "heading": 97,
        "lat": 59.42928,
        "line": "21",
        "lon": 24.69927,
        "route": "50",
        "type": "2",
        "vehicle_id": "1559"
      },
      {
        "destination": "SĂŒtiste",
        "heading": 242,
        "lat": 59.43238,
        "line": "67",
        "lon": 24.73997,
        "route": "65",
        "type": "2",
        "vehicle_id": "1563"
      },
      {
        "destination": "Seli",
        "heading": 79,
        "lat": 59.40241,
        "line": "12",
        "lon": 24.71788,
        "route": "95",
        "type": "2",
        "vehicle_id": "1569"
      },
      {
        "destination": "Kadaka",
        "heading": 133,
        "lat": 59.42367,
        "line": "23",
        "lon": 24.72584,
        "route": "6",
        "type": "2",
        "vehicle_id": "1631"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 27,
        "lat": 59.51977,
        "line": "1",
        "lon": 24.84266,
        "route": "104",
        "type": "2",
        "vehicle_id": "1649"
      },
      {
        "destination": "ÄigrumĂ€e",
        "heading": 35,
        "lat": 59.41835,
        "line": "8",
        "lon": 24.64157,
        "route": "77",
        "type": "2",
        "vehicle_id": "1740"
      },
      {
        "destination": "Kadaka",
        "heading": 79,
        "lat": 59.40496,
        "line": "24A",
        "lon": 24.65602,
        "route": "6",
        "type": "2",
        "vehicle_id": "1747"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 263,
        "lat": 59.42435,
        "line": "54",
        "lon": 24.78606,
        "route": "30",
        "type": "2",
        "vehicle_id": "1757"
      },
      {
        "destination": "KakumÀe sadam",
        "heading": 287,
        "lat": 59.40885,
        "line": "37",
        "lon": 24.68258,
        "route": "69",
        "type": "2",
        "vehicle_id": "1759"
      },
      {
        "destination": "KakumÀe",
        "heading": 0,
        "lat": 59.42757,
        "line": "41",
        "lon": 24.65509,
        "route": "37",
        "type": "2",
        "vehicle_id": "1772"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 229,
        "lat": 59.41446,
        "line": "28",
        "lon": 24.67307,
        "route": "106",
        "type": "2",
        "vehicle_id": "1774"
      },
      {
        "destination": "MustamÀe",
        "heading": 230,
        "lat": 59.4465,
        "line": "37",
        "lon": 24.60384,
        "route": "58",
        "type": "2",
        "vehicle_id": "1798"
      },
      {
        "destination": "Pikakari",
        "heading": 48,
        "lat": 59.47108,
        "line": "59",
        "lon": 24.71959,
        "route": "11",
        "type": "2",
        "vehicle_id": "1829"
      },
      {
        "destination": "SĂŒtiste",
        "heading": 206,
        "lat": 59.41764,
        "line": "67",
        "lon": 24.72091,
        "route": "105",
        "type": "2",
        "vehicle_id": "1888"
      },
      {
        "destination": "Priisle",
        "heading": 301,
        "lat": 59.42691,
        "line": "58",
        "lon": 24.79563,
        "route": "44",
        "type": "2",
        "vehicle_id": "1956"
      },
      {
        "destination": "Lennujaam",
        "heading": 340,
        "lat": 59.43256,
        "line": "47",
        "lon": 24.84459,
        "route": "10",
        "type": "2",
        "vehicle_id": "1960"
      },
      {
        "destination": "Priisle",
        "heading": 97,
        "lat": 59.44994,
        "line": "65",
        "lon": 24.87408,
        "route": "80",
        "type": "2",
        "vehicle_id": "1967"
      },
      {
        "destination": "Priisle",
        "heading": 85,
        "lat": 59.44767,
        "line": "31A",
        "lon": 24.89537,
        "route": "60",
        "type": "2",
        "vehicle_id": "1969"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 356,
        "lat": 59.37115,
        "line": "5",
        "lon": 24.71731,
        "route": "145",
        "type": "2",
        "vehicle_id": "2032"
      },
      {
        "destination": "Priisle",
        "heading": 342,
        "lat": 59.442,
        "line": "66",
        "lon": 24.8675,
        "route": "6",
        "type": "2",
        "vehicle_id": "2034"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 243,
        "lat": 59.4155,
        "line": "16",
        "lon": 24.65552,
        "route": "136",
        "type": "2",
        "vehicle_id": "2035"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 207,
        "lat": 59.40718,
        "line": "13",
        "lon": 24.66047,
        "route": "134",
        "type": "2",
        "vehicle_id": "2045"
      },
      {
        "destination": "JĂ€rve haigla",
        "heading": 133,
        "lat": 59.41056,
        "line": "61",
        "lon": 24.6656,
        "route": "65",
        "type": "2",
        "vehicle_id": "2048"
      },
      {
        "destination": "SÔjamÀe",
        "heading": 89,
        "lat": 59.42304,
        "line": "7",
        "lon": 24.80173,
        "route": "85",
        "type": "2",
        "vehicle_id": "2061"
      },
      {
        "destination": "Vesse",
        "heading": 279,
        "lat": 59.45501,
        "line": "48",
        "lon": 24.87115,
        "route": "49",
        "type": "2",
        "vehicle_id": "2064"
      },
      {
        "destination": "Viru keskus",
        "heading": 79,
        "lat": 59.43917,
        "line": "44",
        "lon": 24.76029,
        "route": "36",
        "type": "2",
        "vehicle_id": "2068"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 276,
        "lat": 59.42775,
        "line": "16",
        "lon": 24.71836,
        "route": "90",
        "type": "2",
        "vehicle_id": "2074"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 179,
        "lat": 59.41182,
        "line": "54",
        "lon": 24.63535,
        "route": "102",
        "type": "2",
        "vehicle_id": "2081"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 247,
        "lat": 59.46007,
        "line": "26",
        "lon": 24.7035,
        "route": "28",
        "type": "2",
        "vehicle_id": "2082"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 256,
        "lat": 59.45804,
        "line": "5",
        "lon": 24.82851,
        "route": "64",
        "type": "2",
        "vehicle_id": "2091"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 118,
        "lat": 59.40386,
        "line": "10",
        "lon": 24.68475,
        "route": "101",
        "type": "2",
        "vehicle_id": "2094"
      },
      {
        "destination": "Laagri alevik",
        "heading": 36,
        "lat": 59.36151,
        "line": "27",
        "lon": 24.61396,
        "route": "23",
        "type": "2",
        "vehicle_id": "2095"
      },
      {
        "destination": "HarkujÀrve",
        "heading": 56,
        "lat": 59.38348,
        "line": "27",
        "lon": 24.67033,
        "route": "6",
        "type": "2",
        "vehicle_id": "2096"
      },
      {
        "destination": "Viimsi",
        "heading": 9,
        "lat": 59.41587,
        "line": "1",
        "lon": 24.74015,
        "route": "5",
        "type": "2",
        "vehicle_id": "2122"
      },
      {
        "destination": "Viimsi",
        "heading": 23,
        "lat": 59.50642,
        "line": "1",
        "lon": 24.82991,
        "route": "127",
        "type": "2",
        "vehicle_id": "2123"
      },
      {
        "destination": "Balti jaam",
        "heading": 59,
        "lat": 59.44171,
        "line": "2",
        "lon": 24.74236,
        "route": "36",
        "type": "2",
        "vehicle_id": "2125"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 151,
        "lat": 59.4123,
        "line": "4",
        "lon": 24.6351,
        "route": "92",
        "type": "2",
        "vehicle_id": "2127"
      },
      {
        "destination": "Estonia",
        "heading": 80,
        "lat": 59.42827,
        "line": "24A",
        "lon": 24.72753,
        "route": "71",
        "type": "2",
        "vehicle_id": "2130"
      },
      {
        "destination": "Pelguranna",
        "heading": 308,
        "lat": 59.43381,
        "line": "3",
        "lon": 24.76047,
        "route": "119",
        "type": "2",
        "vehicle_id": "2132"
      },
      {
        "destination": "Kopli liinid",
        "heading": 262,
        "lat": 59.4538,
        "line": "73",
        "lon": 24.70413,
        "route": "33",
        "type": "2",
        "vehicle_id": "2134"
      },
      {
        "destination": "Kopli",
        "heading": 28,
        "lat": 59.42226,
        "line": "33",
        "lon": 24.6983,
        "route": "49",
        "type": "2",
        "vehicle_id": "2140"
      },
      {
        "destination": "Tiskre",
        "heading": 114,
        "lat": 59.41228,
        "line": "4",
        "lon": 24.6397,
        "route": "61",
        "type": "2",
        "vehicle_id": "2188"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 295,
        "lat": 59.41128,
        "line": "10",
        "lon": 24.66099,
        "route": "26",
        "type": "2",
        "vehicle_id": "2194"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 96,
        "lat": 59.42913,
        "line": "25",
        "lon": 24.7029,
        "route": "43",
        "type": "2",
        "vehicle_id": "2195"
      },
      {
        "destination": "MustamÀe",
        "heading": 291,
        "lat": 59.41125,
        "line": "37",
        "lon": 24.66103,
        "route": "88",
        "type": "2",
        "vehicle_id": "2198"
      },
      {
        "destination": "JĂ€rve haigla",
        "heading": 95,
        "lat": 59.40532,
        "line": "61",
        "lon": 24.62449,
        "route": "109",
        "type": "2",
        "vehicle_id": "2200"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 118,
        "lat": 59.41177,
        "line": "4",
        "lon": 24.63534,
        "route": "42",
        "type": "2",
        "vehicle_id": "2208"
      },
      {
        "destination": "Teelise",
        "heading": 303,
        "lat": 59.40338,
        "line": "20",
        "lon": 24.68679,
        "route": "75",
        "type": "2",
        "vehicle_id": "2221"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 149,
        "lat": 59.41179,
        "line": "46",
        "lon": 24.63478,
        "route": "74",
        "type": "2",
        "vehicle_id": "2224"
      },
      {
        "destination": "Priisle",
        "heading": 999,
        "lat": 59.41202,
        "line": "42",
        "lon": 24.63545,
        "route": "137",
        "type": "2",
        "vehicle_id": "2252"
      },
      {
        "destination": "Kotermaa",
        "heading": 352,
        "lat": 59.40214,
        "line": "61",
        "lon": 24.71092,
        "route": "88",
        "type": "2",
        "vehicle_id": "2253"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 209,
        "lat": 59.40311,
        "line": "5",
        "lon": 24.72976,
        "route": "14",
        "type": "2",
        "vehicle_id": "2254"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 354,
        "lat": 59.36577,
        "line": "5",
        "lon": 24.71788,
        "route": "4",
        "type": "2",
        "vehicle_id": "2255"
      },
      {
        "destination": "Viru keskus",
        "heading": 75,
        "lat": 59.43937,
        "line": "8A",
        "lon": 24.76028,
        "route": "14",
        "type": "2",
        "vehicle_id": "2258"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 307,
        "lat": 59.43365,
        "line": "16",
        "lon": 24.76077,
        "route": "62",
        "type": "2",
        "vehicle_id": "2284"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 233,
        "lat": 59.41217,
        "line": "33",
        "lon": 24.66783,
        "route": "122",
        "type": "2",
        "vehicle_id": "2286"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 160,
        "lat": 59.41225,
        "line": "46",
        "lon": 24.63511,
        "route": "58",
        "type": "2",
        "vehicle_id": "2292"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 189,
        "lat": 59.43644,
        "line": "73",
        "lon": 24.75229,
        "route": "56",
        "type": "2",
        "vehicle_id": "2311"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 110,
        "lat": 59.41267,
        "line": "16",
        "lon": 24.7503,
        "route": "110",
        "type": "2",
        "vehicle_id": "2325"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 307,
        "lat": 59.42009,
        "line": "73",
        "lon": 24.74177,
        "route": "114",
        "type": "2",
        "vehicle_id": "2331"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 102,
        "lat": 59.41174,
        "line": "46",
        "lon": 24.63529,
        "route": "22",
        "type": "2",
        "vehicle_id": "2333"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 173,
        "lat": 59.41247,
        "line": "16",
        "lon": 24.63577,
        "route": "44",
        "type": "2",
        "vehicle_id": "2414"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 109,
        "lat": 59.42881,
        "line": "4",
        "lon": 24.62031,
        "route": "10",
        "type": "2",
        "vehicle_id": "2417"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 312,
        "lat": 59.4199,
        "line": "73",
        "lon": 24.74205,
        "route": "138",
        "type": "2",
        "vehicle_id": "2446"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 179,
        "lat": 59.42568,
        "line": "1",
        "lon": 24.74252,
        "route": "92",
        "type": "2",
        "vehicle_id": "2455"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 142,
        "lat": 59.41211,
        "line": "8",
        "lon": 24.63514,
        "route": "130",
        "type": "2",
        "vehicle_id": "2480"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 276,
        "lat": 59.44366,
        "line": "8",
        "lon": 24.78178,
        "route": "6",
        "type": "2",
        "vehicle_id": "2482"
      },
      {
        "destination": "Tallinn-VĂ€ike",
        "heading": 147,
        "lat": 59.41548,
        "line": "16",
        "lon": 24.6545,
        "route": "7",
        "type": "2",
        "vehicle_id": "2483"
      },
      {
        "destination": "Laagri alevik",
        "heading": 225,
        "lat": 59.36098,
        "line": "19",
        "lon": 24.61291,
        "route": "21",
        "type": "2",
        "vehicle_id": "2484"
      },
      {
        "destination": "Viru keskus",
        "heading": 120,
        "lat": 59.4029,
        "line": "20",
        "lon": 24.70809,
        "route": "24",
        "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": "Seli",
        "heading": 188,
        "lat": 59.4475,
        "line": "46",
        "lon": 24.89634,
        "route": "101",
        "type": "2",
        "vehicle_id": "2513"
      },
      {
        "destination": "P. Pinna",
        "heading": 150,
        "lat": 59.44077,
        "line": "44",
        "lon": 24.85063,
        "route": "119",
        "type": "2",
        "vehicle_id": "2523"
      },
      {
        "destination": "Priisle",
        "heading": 149,
        "lat": 59.44778,
        "line": "13",
        "lon": 24.89532,
        "route": "65",
        "type": "2",
        "vehicle_id": "2524"
      },
      {
        "destination": "Tallinn-VĂ€ike",
        "heading": 34,
        "lat": 59.4288,
        "line": "16",
        "lon": 24.70453,
        "route": "121",
        "type": "2",
        "vehicle_id": "2527"
      },
      {
        "destination": "Viru keskus",
        "heading": 132,
        "lat": 59.41193,
        "line": "18",
        "lon": 24.63528,
        "route": "60",
        "type": "2",
        "vehicle_id": "2542"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 204,
        "lat": 59.47467,
        "line": "1",
        "lon": 24.83765,
        "route": "116",
        "type": "2",
        "vehicle_id": "2543"
      },
      {
        "destination": "Tiskre",
        "heading": 338,
        "lat": 59.43835,
        "line": "25",
        "lon": 24.57216,
        "route": "70",
        "type": "2",
        "vehicle_id": "2556"
      },
      {
        "destination": "Balti jaam",
        "heading": 60,
        "lat": 59.44172,
        "line": "59",
        "lon": 24.7424,
        "route": "42",
        "type": "2",
        "vehicle_id": "2567"
      },
      {
        "destination": "Landi",
        "heading": 296,
        "lat": 59.42922,
        "line": "21",
        "lon": 24.70578,
        "route": "71",
        "type": "2",
        "vehicle_id": "2570"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 189,
        "lat": 59.41213,
        "line": "16",
        "lon": 24.63527,
        "route": "24",
        "type": "2",
        "vehicle_id": "2580"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 144,
        "lat": 59.41222,
        "line": "45",
        "lon": 24.63534,
        "route": "6",
        "type": "2",
        "vehicle_id": "2590"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 255,
        "lat": 59.40328,
        "line": "13",
        "lon": 24.73106,
        "route": "28",
        "type": "2",
        "vehicle_id": "2591"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 199,
        "lat": 59.41222,
        "line": "8",
        "lon": 24.63544,
        "route": "116",
        "type": "2",
        "vehicle_id": "2595"
      },
      {
        "destination": "Kopli",
        "heading": 340,
        "lat": 59.38888,
        "line": "33",
        "lon": 24.68322,
        "route": "67",
        "type": "2",
        "vehicle_id": "2600"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 194,
        "lat": 59.38036,
        "line": "10",
        "lon": 24.63717,
        "route": "79",
        "type": "2",
        "vehicle_id": "2618"
      },
      {
        "destination": "Tiskre",
        "heading": 253,
        "lat": 59.42734,
        "line": "25",
        "lon": 24.74311,
        "route": "16",
        "type": "2",
        "vehicle_id": "2632"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 0,
        "lat": 59.42246,
        "line": "5",
        "lon": 24.74274,
        "route": "101",
        "type": "2",
        "vehicle_id": "2635"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 144,
        "lat": 59.41185,
        "line": "26",
        "lon": 24.63476,
        "route": "78",
        "type": "2",
        "vehicle_id": "2641"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 162,
        "lat": 59.41239,
        "line": "10",
        "lon": 24.63479,
        "route": "120",
        "type": "2",
        "vehicle_id": "2643"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 61,
        "lat": 59.44171,
        "line": "25",
        "lon": 24.7416,
        "route": "33",
        "type": "2",
        "vehicle_id": "2647"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 307,
        "lat": 59.41987,
        "line": "3",
        "lon": 24.74219,
        "route": "30",
        "type": "2",
        "vehicle_id": "2648"
      },
      {
        "destination": "Teelise",
        "heading": 113,
        "lat": 59.35895,
        "line": "20",
        "lon": 24.6323,
        "route": "41",
        "type": "2",
        "vehicle_id": "2650"
      },
      {
        "destination": "Teelise",
        "heading": 109,
        "lat": 59.35893,
        "line": "20",
        "lon": 24.63227,
        "route": "59",
        "type": "2",
        "vehicle_id": "2658"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 157,
        "lat": 59.4123,
        "line": "26",
        "lon": 24.635,
        "route": "68",
        "type": "2",
        "vehicle_id": "2668"
      },
      {
        "destination": "Paljassaare",
        "heading": 62,
        "lat": 59.42615,
        "line": "26",
        "lon": 24.65825,
        "route": "47",
        "type": "2",
        "vehicle_id": "2669"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 180,
        "lat": 59.36547,
        "line": "5",
        "lon": 24.71828,
        "route": "162",
        "type": "2",
        "vehicle_id": "2673"
      },
      {
        "destination": "Kotermaa",
        "heading": 259,
        "lat": 59.4112,
        "line": "61",
        "lon": 24.64717,
        "route": "42",
        "type": "2",
        "vehicle_id": "2683"
      },
      {
        "destination": "HarkujÀrve",
        "heading": 116,
        "lat": 59.40856,
        "line": "27",
        "lon": 24.61691,
        "route": "42",
        "type": "2",
        "vehicle_id": "2684"
      },
      {
        "destination": "HarkujÀrve",
        "heading": 207,
        "lat": 59.41471,
        "line": "27",
        "lon": 24.58351,
        "route": "68",
        "type": "2",
        "vehicle_id": "2690"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 178,
        "lat": 59.36544,
        "line": "5",
        "lon": 24.71785,
        "route": "118",
        "type": "2",
        "vehicle_id": "2695"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 197,
        "lat": 59.4125,
        "line": "12",
        "lon": 24.63585,
        "route": "136",
        "type": "2",
        "vehicle_id": "2705"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 152,
        "lat": 59.44139,
        "line": "33",
        "lon": 24.70599,
        "route": "8",
        "type": "2",
        "vehicle_id": "2716"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 72,
        "lat": 59.35924,
        "line": "1",
        "lon": 24.63224,
        "route": "44",
        "type": "2",
        "vehicle_id": "2720"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 323,
        "lat": 59.42042,
        "line": "28",
        "lon": 24.74145,
        "route": "6",
        "type": "2",
        "vehicle_id": "2721"
      },
      {
        "destination": "Priisle",
        "heading": 150,
        "lat": 59.44765,
        "line": "54",
        "lon": 24.8954,
        "route": "81",
        "type": "2",
        "vehicle_id": "2722"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 185,
        "lat": 59.41193,
        "line": "10",
        "lon": 24.63527,
        "route": "6",
        "type": "2",
        "vehicle_id": "2723"
      },
      {
        "destination": "Laagri alevik",
        "heading": 127,
        "lat": 59.41057,
        "line": "27",
        "lon": 24.66589,
        "route": "51",
        "type": "2",
        "vehicle_id": "2724"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 127,
        "lat": 59.41197,
        "line": "62",
        "lon": 24.63528,
        "route": "14",
        "type": "2",
        "vehicle_id": "2725"
      },
      {
        "destination": "Kotermaa",
        "heading": 45,
        "lat": 59.4056,
        "line": "61",
        "lon": 24.61563,
        "route": "30",
        "type": "2",
        "vehicle_id": "2727"
      },
      {
        "destination": "Kopli liinid",
        "heading": 14,
        "lat": 59.43373,
        "line": "73",
        "lon": 24.7464,
        "route": "71",
        "type": "2",
        "vehicle_id": "2728"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 263,
        "lat": 59.43722,
        "line": "25",
        "lon": 24.75465,
        "route": "5",
        "type": "2",
        "vehicle_id": "2729"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 301,
        "lat": 59.41102,
        "line": "46",
        "lon": 24.66184,
        "route": "92",
        "type": "2",
        "vehicle_id": "2730"
      },
      {
        "destination": "MÔigu",
        "heading": 128,
        "lat": 59.4305,
        "line": "2",
        "lon": 24.77095,
        "route": "63",
        "type": "2",
        "vehicle_id": "2731"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 297,
        "lat": 59.4047,
        "line": "10",
        "lon": 24.68182,
        "route": "38",
        "type": "2",
        "vehicle_id": "2732"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 250,
        "lat": 59.37616,
        "line": "1",
        "lon": 24.67844,
        "route": "66",
        "type": "2",
        "vehicle_id": "2748"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 295,
        "lat": 59.42894,
        "line": "54",
        "lon": 24.70717,
        "route": "4",
        "type": "2",
        "vehicle_id": "2752"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 101,
        "lat": 59.45355,
        "line": "73",
        "lon": 24.70316,
        "route": "10",
        "type": "2",
        "vehicle_id": "2757"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 93,
        "lat": 59.41949,
        "line": "26",
        "lon": 24.64619,
        "route": "8",
        "type": "2",
        "vehicle_id": "2764"
      },
      {
        "destination": "Kalev",
        "heading": 294,
        "lat": 59.37626,
        "line": "57",
        "lon": 24.71315,
        "route": "11",
        "type": "2",
        "vehicle_id": "2767"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 1,
        "lat": 59.36626,
        "line": "33",
        "lon": 24.71795,
        "route": "24",
        "type": "2",
        "vehicle_id": "2775"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 253,
        "lat": 59.44144,
        "line": "25",
        "lon": 24.74084,
        "route": "61",
        "type": "2",
        "vehicle_id": "2776"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 70,
        "lat": 59.37757,
        "line": "33",
        "lon": 24.68614,
        "route": "40",
        "type": "2",
        "vehicle_id": "2784"
      },
      {
        "destination": "Priisle",
        "heading": 86,
        "lat": 59.43955,
        "line": "42",
        "lon": 24.83296,
        "route": "55",
        "type": "2",
        "vehicle_id": "2787"
      },
      {
        "destination": "Viru keskus",
        "heading": 233,
        "lat": 59.4407,
        "line": "34",
        "lon": 24.78585,
        "route": "52",
        "type": "2",
        "vehicle_id": "2789"
      },
      {
        "destination": "Tallinn-VĂ€ike",
        "heading": 216,
        "lat": 59.43074,
        "line": "16",
        "lon": 24.76005,
        "route": "75",
        "type": "2",
        "vehicle_id": "2801"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 16,
        "lat": 59.37446,
        "line": "10",
        "lon": 24.63423,
        "route": "60",
        "type": "2",
        "vehicle_id": "2804"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 106,
        "lat": 59.44465,
        "line": "3",
        "lon": 24.73712,
        "route": "44",
        "type": "2",
        "vehicle_id": "2849"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 52,
        "lat": 59.46198,
        "line": "5",
        "lon": 24.87476,
        "route": "81",
        "type": "2",
        "vehicle_id": "2895"
      },
      {
        "destination": "Teelise",
        "heading": 214,
        "lat": 59.43745,
        "line": "20",
        "lon": 24.75714,
        "route": "7",
        "type": "2",
        "vehicle_id": "2897"
      },
      {
        "destination": "Pelguranna",
        "heading": 231,
        "lat": 59.43613,
        "line": "35",
        "lon": 24.75145,
        "route": "23",
        "type": "2",
        "vehicle_id": "2915"
      },
      {
        "destination": "Raudalu",
        "heading": 146,
        "lat": 59.36253,
        "line": "57",
        "lon": 24.76412,
        "route": "42",
        "type": "2",
        "vehicle_id": "2923"
      },
      {
        "destination": "Seli",
        "heading": 69,
        "lat": 59.43758,
        "line": "60",
        "lon": 24.76536,
        "route": "38",
        "type": "2",
        "vehicle_id": "3009"
      },
      {
        "destination": "Lennujaam",
        "heading": 214,
        "lat": 59.44389,
        "line": "49",
        "lon": 24.79628,
        "route": "79",
        "type": "2",
        "vehicle_id": "3010"
      },
      {
        "destination": "Priisle",
        "heading": 337,
        "lat": 59.44544,
        "line": "42",
        "lon": 24.87975,
        "route": "29",
        "type": "2",
        "vehicle_id": "3011"
      },
      {
        "destination": "Seli",
        "heading": 36,
        "lat": 59.44635,
        "line": "35",
        "lon": 24.70078,
        "route": "72",
        "type": "2",
        "vehicle_id": "3012"
      },
      {
        "destination": "Priisle",
        "heading": 87,
        "lat": 59.4165,
        "line": "13",
        "lon": 24.84494,
        "route": "91",
        "type": "2",
        "vehicle_id": "3014"
      },
      {
        "destination": "Seli",
        "heading": 16,
        "lat": 59.44506,
        "line": "35",
        "lon": 24.89723,
        "route": "116",
        "type": "2",
        "vehicle_id": "3021"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 139,
        "lat": 59.41257,
        "line": "13",
        "lon": 24.6359,
        "route": "114",
        "type": "2",
        "vehicle_id": "3023"
      },
      {
        "destination": "Vesse",
        "heading": 253,
        "lat": 59.43651,
        "line": "48",
        "lon": 24.84747,
        "route": "19",
        "type": "2",
        "vehicle_id": "3029"
      },
      {
        "destination": "Seli",
        "heading": 326,
        "lat": 59.44526,
        "line": "7",
        "lon": 24.8969,
        "route": "6",
        "type": "2",
        "vehicle_id": "3030"
      },
      {
        "destination": "P. Pinna",
        "heading": 75,
        "lat": 59.43931,
        "line": "44",
        "lon": 24.76025,
        "route": "119",
        "type": "2",
        "vehicle_id": "3031"
      },
      {
        "destination": "Priisle",
        "heading": 73,
        "lat": 59.42844,
        "line": "54",
        "lon": 24.72854,
        "route": "43",
        "type": "2",
        "vehicle_id": "3032"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 233,
        "lat": 59.42841,
        "line": "42",
        "lon": 24.72527,
        "route": "226",
        "type": "2",
        "vehicle_id": "3035"
      },
      {
        "destination": "Seli",
        "heading": 152,
        "lat": 59.44766,
        "line": "46",
        "lon": 24.89625,
        "route": "83",
        "type": "2",
        "vehicle_id": "3060"
      },
      {
        "destination": "Pelguranna",
        "heading": 334,
        "lat": 59.43945,
        "line": "35",
        "lon": 24.70817,
        "route": "85",
        "type": "2",
        "vehicle_id": "3063"
      },
      {
        "destination": "Seli",
        "heading": 158,
        "lat": 59.4477,
        "line": "60",
        "lon": 24.89227,
        "route": "10",
        "type": "2",
        "vehicle_id": "3067"
      },
      {
        "destination": "Pelguranna",
        "heading": 335,
        "lat": 59.4433,
        "line": "35",
        "lon": 24.82228,
        "route": "101",
        "type": "2",
        "vehicle_id": "3070"
      },
      {
        "destination": "Estonia",
        "heading": 344,
        "lat": 59.45239,
        "line": "31",
        "lon": 24.89102,
        "route": "7",
        "type": "2",
        "vehicle_id": "3072"
      },
      {
        "destination": "Estonia",
        "heading": 252,
        "lat": 59.44026,
        "line": "31A",
        "lon": 24.85105,
        "route": "45",
        "type": "2",
        "vehicle_id": "3101"
      },
      {
        "destination": "Priisle",
        "heading": 74,
        "lat": 59.43483,
        "line": "54",
        "lon": 24.83717,
        "route": "17",
        "type": "2",
        "vehicle_id": "3102"
      },
      {
        "destination": "Seli",
        "heading": 54,
        "lat": 59.4348,
        "line": "35",
        "lon": 24.75259,
        "route": "40",
        "type": "2",
        "vehicle_id": "3124"
      },
      {
        "destination": "Seli",
        "heading": 202,
        "lat": 59.44722,
        "line": "46",
        "lon": 24.89552,
        "route": "33",
        "type": "2",
        "vehicle_id": "3135"
      },
      {
        "destination": "Priisle",
        "heading": 86,
        "lat": 59.44783,
        "line": "58",
        "lon": 24.89532,
        "route": "128",
        "type": "2",
        "vehicle_id": "3136"
      },
      {
        "destination": "Seli",
        "heading": 158,
        "lat": 59.44175,
        "line": "35",
        "lon": 24.82301,
        "route": "54",
        "type": "2",
        "vehicle_id": "3182"
      },
      {
        "destination": "Priisle",
        "heading": 100,
        "lat": 59.44766,
        "line": "58",
        "lon": 24.89544,
        "route": "62",
        "type": "2",
        "vehicle_id": "3190"
      },
      {
        "destination": "Vana-PÀÀskĂŒla",
        "heading": 96,
        "lat": 59.35933,
        "line": "1",
        "lon": 24.63221,
        "route": "16",
        "type": "2",
        "vehicle_id": "3206"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 281,
        "lat": 59.43564,
        "line": "42",
        "lon": 24.75803,
        "route": "242",
        "type": "2",
        "vehicle_id": "3207"
      },
      {
        "destination": "Priisle",
        "heading": 85,
        "lat": 59.43203,
        "line": "31",
        "lon": 24.81412,
        "route": "66",
        "type": "2",
        "vehicle_id": "3211"
      },
      {
        "destination": "Maneezi",
        "heading": 263,
        "lat": 59.44256,
        "line": "63",
        "lon": 24.79022,
        "route": "35",
        "type": "2",
        "vehicle_id": "3213"
      },
      {
        "destination": "Majaka pÔik",
        "heading": 253,
        "lat": 59.43413,
        "line": "50",
        "lon": 24.83186,
        "route": "83",
        "type": "2",
        "vehicle_id": "3217"
      },
      {
        "destination": "Priisle",
        "heading": 64,
        "lat": 59.44786,
        "line": "63",
        "lon": 24.89525,
        "route": "10",
        "type": "2",
        "vehicle_id": "3219"
      },
      {
        "destination": "Priisle",
        "heading": 158,
        "lat": 59.44722,
        "line": "31",
        "lon": 24.89626,
        "route": "24",
        "type": "2",
        "vehicle_id": "3229"
      },
      {
        "destination": "Estonia",
        "heading": 265,
        "lat": 59.4158,
        "line": "15",
        "lon": 24.84219,
        "route": "10",
        "type": "2",
        "vehicle_id": "3241"
      },
      {
        "destination": "Seli",
        "heading": 73,
        "lat": 59.43298,
        "line": "50",
        "lon": 24.82497,
        "route": "50",
        "type": "2",
        "vehicle_id": "3245"
      },
      {
        "destination": "Seli",
        "heading": 5,
        "lat": 59.44492,
        "line": "35",
        "lon": 24.89729,
        "route": "6",
        "type": "2",
        "vehicle_id": "3250"
      },
      {
        "destination": "Viimsi keskus",
        "heading": 334,
        "lat": 59.43351,
        "line": "49",
        "lon": 24.83165,
        "route": "40",
        "type": "2",
        "vehicle_id": "3251"
      },
      {
        "destination": "P. Pinna",
        "heading": 95,
        "lat": 59.42885,
        "line": "55",
        "lon": 24.8045,
        "route": "9",
        "type": "2",
        "vehicle_id": "3260"
      },
      {
        "destination": "Priisle",
        "heading": 123,
        "lat": 59.43236,
        "line": "31A",
        "lon": 24.782,
        "route": "26",
        "type": "2",
        "vehicle_id": "3261"
      },
      {
        "destination": "Lennujaam",
        "heading": 165,
        "lat": 59.41847,
        "line": "49",
        "lon": 24.80002,
        "route": "55",
        "type": "2",
        "vehicle_id": "3267"
      },
      {
        "destination": "Priisle",
        "heading": 63,
        "lat": 59.43246,
        "line": "40",
        "lon": 24.74205,
        "route": "40",
        "type": "2",
        "vehicle_id": "3271"
      },
      {
        "destination": "Pirita keskus",
        "heading": 84,
        "lat": 59.44282,
        "line": "48",
        "lon": 24.87304,
        "route": "6",
        "type": "2",
        "vehicle_id": "3274"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 213,
        "lat": 59.42895,
        "line": "39",
        "lon": 24.78955,
        "route": "12",
        "type": "2",
        "vehicle_id": "3275"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 140,
        "lat": 59.41205,
        "line": "54",
        "lon": 24.63511,
        "route": "114",
        "type": "2",
        "vehicle_id": "3276"
      },
      {
        "destination": "Estonia",
        "heading": 263,
        "lat": 59.43221,
        "line": "31",
        "lon": 24.81589,
        "route": "103",
        "type": "2",
        "vehicle_id": "3278"
      },
      {
        "destination": "Priisle",
        "heading": 96,
        "lat": 59.44775,
        "line": "31A",
        "lon": 24.89533,
        "route": "6",
        "type": "2",
        "vehicle_id": "3280"
      },
      {
        "destination": "Reisisadama D-terminal",
        "heading": 70,
        "lat": 59.44344,
        "line": "25",
        "lon": 24.76429,
        "route": "89",
        "type": "2",
        "vehicle_id": "3283"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 319,
        "lat": 59.42023,
        "line": "3",
        "lon": 24.74154,
        "route": "8",
        "type": "2",
        "vehicle_id": "3295"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 256,
        "lat": 59.42852,
        "line": "42",
        "lon": 24.6763,
        "route": "210",
        "type": "2",
        "vehicle_id": "3296"
      },
      {
        "destination": "Seli",
        "heading": 180,
        "lat": 59.42054,
        "line": "7",
        "lon": 24.811,
        "route": "66",
        "type": "2",
        "vehicle_id": "3298"
      },
      {
        "destination": "Priisle",
        "heading": 70,
        "lat": 59.4387,
        "line": "65",
        "lon": 24.85965,
        "route": "62",
        "type": "2",
        "vehicle_id": "3303"
      },
      {
        "destination": "Hobujaama",
        "heading": 223,
        "lat": 59.42909,
        "line": "55",
        "lon": 24.8051,
        "route": "32",
        "type": "2",
        "vehicle_id": "3306"
      },
      {
        "destination": "Lennujaam",
        "heading": 303,
        "lat": 59.44981,
        "line": "65",
        "lon": 24.89067,
        "route": "27",
        "type": "2",
        "vehicle_id": "3308"
      },
      {
        "destination": "SÔjamÀe",
        "heading": 161,
        "lat": 59.43156,
        "line": "15",
        "lon": 24.84155,
        "route": "95",
        "type": "2",
        "vehicle_id": "3309"
      },
      {
        "destination": "SÔjamÀe",
        "heading": 304,
        "lat": 59.41609,
        "line": "15",
        "lon": 24.86495,
        "route": "39",
        "type": "2",
        "vehicle_id": "3310"
      },
      {
        "destination": "SÔjamÀe",
        "heading": 321,
        "lat": 59.43418,
        "line": "15",
        "lon": 24.75198,
        "route": "69",
        "type": "2",
        "vehicle_id": "3312"
      },
      {
        "destination": null,
        "heading": 999,
        "lat": 59.44749,
        "line": "63",
        "lon": 24.89553,
        "route": "63",
        "type": "2",
        "vehicle_id": "3313"
      },
      {
        "destination": "Pirita keskus",
        "heading": 325,
        "lat": 59.47988,
        "line": "48",
        "lon": 24.89172,
        "route": "34",
        "type": "2",
        "vehicle_id": "3314"
      },
      {
        "destination": "Priisle",
        "heading": 74,
        "lat": 59.44781,
        "line": "65",
        "lon": 24.89524,
        "route": "42",
        "type": "2",
        "vehicle_id": "3318"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 190,
        "lat": 59.41238,
        "line": "54",
        "lon": 24.63473,
        "route": "92",
        "type": "2",
        "vehicle_id": "3319"
      },
      {
        "destination": "Priisle",
        "heading": 67,
        "lat": 59.44259,
        "line": "58",
        "lon": 24.87089,
        "route": "96",
        "type": "2",
        "vehicle_id": "3322"
      },
      {
        "destination": "Metsakooli tee",
        "heading": 195,
        "lat": 59.47008,
        "line": "6",
        "lon": 24.83494,
        "route": "11",
        "type": "2",
        "vehicle_id": "3349"
      },
      {
        "destination": "Priisle",
        "heading": 151,
        "lat": 59.44756,
        "line": "40",
        "lon": 24.89553,
        "route": "138",
        "type": "2",
        "vehicle_id": "3360"
      },
      {
        "destination": "Priisle",
        "heading": 52,
        "lat": 59.42047,
        "line": "13",
        "lon": 24.77048,
        "route": "103",
        "type": "2",
        "vehicle_id": "3361"
      },
      {
        "destination": "SĂŒtiste",
        "heading": 137,
        "lat": 59.39509,
        "line": "67",
        "lon": 24.68437,
        "route": "161",
        "type": "2",
        "vehicle_id": "3368"
      },
      {
        "destination": "Muuga",
        "heading": 105,
        "lat": 59.47408,
        "line": "38",
        "lon": 24.89528,
        "route": "7",
        "type": "2",
        "vehicle_id": "3374"
      },
      {
        "destination": "SÔjamÀe",
        "heading": 269,
        "lat": 59.4396,
        "line": "7",
        "lon": 24.82554,
        "route": "97",
        "type": "2",
        "vehicle_id": "3378"
      },
      {
        "destination": "Viimsi keskus",
        "heading": 30,
        "lat": 59.5081,
        "line": "49",
        "lon": 24.83165,
        "route": "24",
        "type": "2",
        "vehicle_id": "3379"
      },
      {
        "destination": "Lennujaam",
        "heading": 270,
        "lat": 59.43284,
        "line": "47",
        "lon": 24.84264,
        "route": "28",
        "type": "2",
        "vehicle_id": "3380"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 271,
        "lat": 59.45132,
        "line": "13",
        "lon": 24.84823,
        "route": "54",
        "type": "2",
        "vehicle_id": "3382"
      },
      {
        "destination": "Seli",
        "heading": 344,
        "lat": 59.44519,
        "line": "67",
        "lon": 24.89675,
        "route": "80",
        "type": "2",
        "vehicle_id": "3392"
      },
      {
        "destination": "Laagri alevik",
        "heading": 298,
        "lat": 59.405,
        "line": "19",
        "lon": 24.70132,
        "route": "89",
        "type": "2",
        "vehicle_id": "3393"
      },
      {
        "destination": "Majaka pÔik",
        "heading": 17,
        "lat": 59.44471,
        "line": "50",
        "lon": 24.89657,
        "route": "13",
        "type": "2",
        "vehicle_id": "3394"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 244,
        "lat": 59.43556,
        "line": "42",
        "lon": 24.80607,
        "route": "20",
        "type": "2",
        "vehicle_id": "3400"
      },
      {
        "destination": "Viru keskus",
        "heading": 86,
        "lat": 59.439,
        "line": "44",
        "lon": 24.76041,
        "route": "64",
        "type": "2",
        "vehicle_id": "3436"
      },
      {
        "destination": "Estonia",
        "heading": 229,
        "lat": 59.43408,
        "line": "31",
        "lon": 24.7512,
        "route": "85",
        "type": "2",
        "vehicle_id": "3447"
      },
      {
        "destination": "P. Pinna",
        "heading": 88,
        "lat": 59.43749,
        "line": "44",
        "lon": 24.76465,
        "route": "11",
        "type": "2",
        "vehicle_id": "3450"
      },
      {
        "destination": "Priisle",
        "heading": 156,
        "lat": 59.44202,
        "line": "40",
        "lon": 24.86698,
        "route": "6",
        "type": "2",
        "vehicle_id": "3457"
      },
      {
        "destination": "Pelguranna",
        "heading": 112,
        "lat": 59.44339,
        "line": "3",
        "lon": 24.7531,
        "route": "79",
        "type": "2",
        "vehicle_id": "3458"
      },
      {
        "destination": "Maneezi",
        "heading": 283,
        "lat": 59.45197,
        "line": "60",
        "lon": 24.83928,
        "route": "65",
        "type": "2",
        "vehicle_id": "3466"
      },
      {
        "destination": "Seli",
        "heading": 93,
        "lat": 59.42785,
        "line": "67",
        "lon": 24.76583,
        "route": "148",
        "type": "2",
        "vehicle_id": "3467"
      },
      {
        "destination": "Pelguranna",
        "heading": 329,
        "lat": 59.43843,
        "line": "40",
        "lon": 24.71682,
        "route": "81",
        "type": "2",
        "vehicle_id": "3468"
      },
      {
        "destination": "Majaka pÔik",
        "heading": 266,
        "lat": 59.44314,
        "line": "58",
        "lon": 24.87171,
        "route": "11",
        "type": "2",
        "vehicle_id": "3469"
      },
      {
        "destination": "Priisle",
        "heading": 73,
        "lat": 59.44965,
        "line": "13",
        "lon": 24.86956,
        "route": "79",
        "type": "2",
        "vehicle_id": "3470"
      },
      {
        "destination": "Seli",
        "heading": 245,
        "lat": 59.44497,
        "line": "60",
        "lon": 24.89728,
        "route": "90",
        "type": "2",
        "vehicle_id": "3488"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 112,
        "lat": 59.41273,
        "line": "12",
        "lon": 24.63541,
        "route": "152",
        "type": "2",
        "vehicle_id": "3490"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 65,
        "lat": 59.44704,
        "line": "12",
        "lon": 24.89926,
        "route": "46",
        "type": "2",
        "vehicle_id": "3495"
      },
      {
        "destination": "MĂ€nniku",
        "heading": 252,
        "lat": 59.43802,
        "line": "5",
        "lon": 24.76795,
        "route": "38",
        "type": "2",
        "vehicle_id": "3499"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 122,
        "lat": 59.41252,
        "line": "42",
        "lon": 24.63584,
        "route": "184",
        "type": "2",
        "vehicle_id": "3509"
      },
      {
        "destination": "Seli",
        "heading": 8,
        "lat": 59.43476,
        "line": "7",
        "lon": 24.83051,
        "route": "46",
        "type": "2",
        "vehicle_id": "3511"
      },
      {
        "destination": "Muuga aedlinn",
        "heading": 104,
        "lat": 59.47399,
        "line": "34",
        "lon": 24.89614,
        "route": "29",
        "type": "2",
        "vehicle_id": "3517"
      },
      {
        "destination": "Priisle",
        "heading": 127,
        "lat": 59.44793,
        "line": "9",
        "lon": 24.89598,
        "route": "75",
        "type": "2",
        "vehicle_id": "3521"
      },
      {
        "destination": "Priisle",
        "heading": 309,
        "lat": 59.44772,
        "line": "66",
        "lon": 24.89613,
        "route": "102",
        "type": "2",
        "vehicle_id": "3531"
      },
      {
        "destination": "Balti jaam",
        "heading": 326,
        "lat": 59.41959,
        "line": "2",
        "lon": 24.79221,
        "route": "10",
        "type": "2",
        "vehicle_id": "3532"
      },
      {
        "destination": "Seli",
        "heading": 9,
        "lat": 59.44464,
        "line": "50",
        "lon": 24.89669,
        "route": "118",
        "type": "2",
        "vehicle_id": "3533"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 69,
        "lat": 59.42006,
        "line": "39",
        "lon": 24.74203,
        "route": "82",
        "type": "2",
        "vehicle_id": "3534"
      },
      {
        "destination": "Priisle",
        "heading": 106,
        "lat": 59.44782,
        "line": "54",
        "lon": 24.89608,
        "route": "123",
        "type": "2",
        "vehicle_id": "3538"
      },
      {
        "destination": "Seli",
        "heading": 78,
        "lat": 59.39972,
        "line": "67",
        "lon": 24.69015,
        "route": "136",
        "type": "2",
        "vehicle_id": "3540"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 158,
        "lat": 59.43451,
        "line": "12",
        "lon": 24.83034,
        "route": "30",
        "type": "2",
        "vehicle_id": "3548"
      },
      {
        "destination": "VĂ€ike-ÕismĂ€e",
        "heading": 244,
        "lat": 59.41127,
        "line": "42",
        "lon": 24.64798,
        "route": "194",
        "type": "2",
        "vehicle_id": "3549"
      },
      {
        "destination": "Viru keskus",
        "heading": 340,
        "lat": 59.47,
        "line": "34",
        "lon": 24.90234,
        "route": "8",
        "type": "2",
        "vehicle_id": "3550"
      },
      {
        "destination": "Pelguranna",
        "heading": 183,
        "lat": 59.43501,
        "line": "40",
        "lon": 24.76436,
        "route": "97",
        "type": "2",
        "vehicle_id": "3551"
      },
      {
        "destination": "Vesse",
        "heading": 41,
        "lat": 59.46468,
        "line": "48",
        "lon": 24.82983,
        "route": "57",
        "type": "2",
        "vehicle_id": "3554"
      },
      {
        "destination": "Lennujaam",
        "heading": 158,
        "lat": 59.42954,
        "line": "65",
        "lon": 24.83489,
        "route": "7",
        "type": "2",
        "vehicle_id": "3562"
      },
      {
        "destination": "Estonia",
        "heading": 73,
        "lat": 59.40469,
        "line": "24A",
        "lon": 24.65651,
        "route": "111",
        "type": "2",
        "vehicle_id": "3574"
      },
      {
        "destination": "Priisle",
        "heading": 68,
        "lat": 59.4422,
        "line": "66",
        "lon": 24.77445,
        "route": "110",
        "type": "2",
        "vehicle_id": "3576"
      },
      {
        "destination": "Seli",
        "heading": 151,
        "lat": 59.44774,
        "line": "46",
        "lon": 24.8961,
        "route": "13",
        "type": "2",
        "vehicle_id": "3577"
      },
      {
        "destination": "Pelguranna",
        "heading": 284,
        "lat": 59.44321,
        "line": "40",
        "lon": 24.80594,
        "route": "155",
        "type": "2",
        "vehicle_id": "3583"
      },
      {
        "destination": "Liikuri",
        "heading": 99,
        "lat": 59.42988,
        "line": "39",
        "lon": 24.78658,
        "route": "41",
        "type": "2",
        "vehicle_id": "3588"
      },
      {
        "destination": "Lennujaam",
        "heading": 307,
        "lat": 59.4321,
        "line": "49",
        "lon": 24.84164,
        "route": "71",
        "type": "2",
        "vehicle_id": "3619"
      },
      {
        "destination": "Lennujaam",
        "heading": 270,
        "lat": 59.42304,
        "line": "49",
        "lon": 24.79575,
        "route": "7",
        "type": "2",
        "vehicle_id": "3670"
      },
      {
        "destination": "Priisle",
        "heading": 6,
        "lat": 59.43682,
        "line": "40",
        "lon": 24.76474,
        "route": "54",
        "type": "2",
        "vehicle_id": "3702"
      },
      {
        "destination": "Muuga aedlinn",
        "heading": 88,
        "lat": 59.43719,
        "line": "34",
        "lon": 24.75898,
        "route": "65",
        "type": "2",
        "vehicle_id": "3703"
      },
      {
        "destination": "Priisle",
        "heading": 326,
        "lat": 59.41761,
        "line": "42",
        "lon": 24.652,
        "route": "121",
        "type": "2",
        "vehicle_id": "3762"
      },
      {
        "destination": "Priisle",
        "heading": 123,
        "lat": 59.45313,
        "line": "31",
        "lon": 24.88809,
        "route": "46",
        "type": "2",
        "vehicle_id": "3763"
      },
      {
        "destination": "Viru keskus",
        "heading": 245,
        "lat": 59.44636,
        "line": "44",
        "lon": 24.81905,
        "route": "92",
        "type": "2",
        "vehicle_id": "3779"
      },
      {
        "destination": "P. Pinna",
        "heading": 292,
        "lat": 59.43278,
        "line": "55",
        "lon": 24.8425,
        "route": "53",
        "type": "2",
        "vehicle_id": "3781"
      },
      {
        "destination": "Priisle",
        "heading": 66,
        "lat": 59.44825,
        "line": "63",
        "lon": 24.82745,
        "route": "90",
        "type": "2",
        "vehicle_id": "3788"
      },
      {
        "destination": "Priisle",
        "heading": 100,
        "lat": 59.43951,
        "line": "66",
        "lon": 24.70738,
        "route": "40",
        "type": "2",
        "vehicle_id": "3790"
      },
      {
        "destination": "Vana-LÔuna",
        "heading": 125,
        "lat": 59.41987,
        "line": "39",
        "lon": 24.74209,
        "route": "68",
        "type": "2",
        "vehicle_id": "3794"
      },
      {
        "destination": "Priisle",
        "heading": 63,
        "lat": 59.40734,
        "line": "54",
        "lon": 24.62014,
        "route": "69",
        "type": "2",
        "vehicle_id": "3810"
      },
      {
        "destination": "Seli",
        "heading": 151,
        "lat": 59.41651,
        "line": "12",
        "lon": 24.65322,
        "route": "113",
        "type": "2",
        "vehicle_id": "3929"
      },
      {
        "destination": "Seli",
        "heading": 84,
        "lat": 59.43239,
        "line": "12",
        "lon": 24.81988,
        "route": "79",
        "type": "2",
        "vehicle_id": "3999"
      },
      {
        "destination": "Balti jaam",
        "heading": 44,
        "lat": 59.40294,
        "line": "84",
        "lon": 24.69851,
        "route": "71",
        "type": "1",
        "vehicle_id": "6352"
      },
      {
        "destination": "Keskuse",
        "heading": 201,
        "lat": 59.41591,
        "line": "84",
        "lon": 24.70965,
        "route": "98",
        "type": "1",
        "vehicle_id": "6353"
      },
      {
        "destination": "MustamÀe",
        "heading": 238,
        "lat": 59.43974,
        "line": "85",
        "lon": 24.73766,
        "route": "162",
        "type": "1",
        "vehicle_id": "6355"
      },
      {
        "destination": "Balti jaam",
        "heading": 89,
        "lat": 59.44157,
        "line": "84",
        "lon": 24.74233,
        "route": "11",
        "type": "1",
        "vehicle_id": "6356"
      },
      {
        "destination": "Balti jaam",
        "heading": 96,
        "lat": 59.43494,
        "line": "84",
        "lon": 24.73289,
        "route": "37",
        "type": "1",
        "vehicle_id": "6357"
      },
      {
        "destination": "MustamÀe",
        "heading": 204,
        "lat": 59.41638,
        "line": "85",
        "lon": 24.6925,
        "route": "132",
        "type": "1",
        "vehicle_id": "6358"
      },
      {
        "destination": "Balti jaam",
        "heading": 57,
        "lat": 59.44161,
        "line": "84",
        "lon": 24.74243,
        "route": "129",
        "type": "1",
        "vehicle_id": "6359"
      },
      {
        "destination": "MustamÀe",
        "heading": 226,
        "lat": 59.40147,
        "line": "81",
        "lon": 24.66003,
        "route": "170",
        "type": "1",
        "vehicle_id": "6360"
      },
      {
        "destination": "Balti jaam",
        "heading": 26,
        "lat": 59.42861,
        "line": "85",
        "lon": 24.70403,
        "route": "11",
        "type": "1",
        "vehicle_id": "6361"
      },
      {
        "destination": "MustamÀe",
        "heading": 124,
        "lat": 59.41133,
        "line": "85",
        "lon": 24.66113,
        "route": "68",
        "type": "1",
        "vehicle_id": "6362"
      },
      {
        "destination": "Kaubamaja",
        "heading": 29,
        "lat": 59.40817,
        "line": "81",
        "lon": 24.68492,
        "route": "73",
        "type": "1",
        "vehicle_id": "6363"
      },
      {
        "destination": "MustamÀe",
        "heading": 315,
        "lat": 59.4006,
        "line": "81",
        "lon": 24.65871,
        "route": "100",
        "type": "1",
        "vehicle_id": "6453"
      },
      {
        "destination": "MustamÀe",
        "heading": 111,
        "lat": 59.40018,
        "line": "83",
        "lon": 24.65919,
        "route": "92",
        "type": "1",
        "vehicle_id": "6454"
      },
      {
        "destination": "Kopli",
        "heading": 53,
        "lat": 59.40078,
        "line": "72",
        "lon": 24.69446,
        "route": "9",
        "type": "1",
        "vehicle_id": "6455"
      },
      {
        "destination": "MustamÀe",
        "heading": 137,
        "lat": 59.4002,
        "line": "72",
        "lon": 24.65872,
        "route": "56",
        "type": "1",
        "vehicle_id": "6457"
      },
      {
        "destination": "MustamÀe",
        "heading": 259,
        "lat": 59.398,
        "line": "72",
        "lon": 24.67476,
        "route": "80",
        "type": "1",
        "vehicle_id": "6459"
      },
      {
        "destination": "Kopli",
        "heading": 327,
        "lat": 59.43228,
        "line": "72",
        "lon": 24.71689,
        "route": "193",
        "type": "1",
        "vehicle_id": "6461"
      },
      {
        "destination": "MustamÀe",
        "heading": 113,
        "lat": 59.40013,
        "line": "72",
        "lon": 24.65925,
        "route": "30",
        "type": "1",
        "vehicle_id": "6462"
      },
      {
        "destination": "MustamÀe",
        "heading": 148,
        "lat": 59.45226,
        "line": "72",
        "lon": 24.69333,
        "route": "124",
        "type": "1",
        "vehicle_id": "6463"
      },
      {
        "destination": "MustamÀe",
        "heading": 275,
        "lat": 59.43303,
        "line": "81",
        "lon": 24.74639,
        "route": "10",
        "type": "1",
        "vehicle_id": "6464"
      },
      {
        "destination": "MustamÀe",
        "heading": 294,
        "lat": 59.40077,
        "line": "81",
        "lon": 24.65875,
        "route": "142",
        "type": "1",
        "vehicle_id": "6466"
      },
      {
        "destination": "MustamÀe",
        "heading": 203,
        "lat": 59.41078,
        "line": "72",
        "lon": 24.65873,
        "route": "180",
        "type": "1",
        "vehicle_id": "6467"
      },
      {
        "destination": "MustamÀe",
        "heading": 274,
        "lat": 59.43315,
        "line": "83",
        "lon": 24.74305,
        "route": "36",
        "type": "1",
        "vehicle_id": "6468"
      },
      {
        "destination": "MustamÀe",
        "heading": 206,
        "lat": 59.42557,
        "line": "72",
        "lon": 24.71781,
        "route": "146",
        "type": "1",
        "vehicle_id": "6471"
      },
      {
        "destination": "Kaubamaja",
        "heading": 61,
        "lat": 59.43139,
        "line": "81",
        "lon": 24.71275,
        "route": "45",
        "type": "1",
        "vehicle_id": "6472"
      }
    ]
  },
  "success": true
}