Пример: getLine - OwlSoul/YandexTransportProxy GitHub Wiki
Пример данных, получаемых методом getLine
Метод вызывается при "клике " на маршрут общественного транспота.
Маршрут: г. Москва, Автобус 12
(id = 213_12_bus_mosgortrans)
Ссылка на URL маршрута:
Оригинальная ссылка запроса:
Проход по данной ссылке приведет к ошибке "Invalid CSRF Token", это нормально. Ссылка приведена для демонстрации как оно выывается в Yandex Masstransit API.
Данные содержат информацию об остановках, входящих в маршрут, и его траекторию. Это самый здоровый и толстый JSON из всех, которые приходят в ответ.
Посмотреть в Online JSON Viewer
{
"data": {
"type": "FeatureCollection",
"features": [
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580584399,
55.821208369
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580584399,
55.821208369
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642117",
"name": "Метро Тимирязевская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.580428,
55.821197999999995
],
[
37.580352,
55.821563
],
[
37.580275,
55.821946999999994
],
[
37.580262999999995,
55.822004
],
[
37.580236,
55.822112999999995
],
[
37.580219,
55.822178
],
[
37.580200999999995,
55.822263
],
[
37.580098,
55.822761
],
[
37.579979,
55.823364
],
[
37.5798,
55.824186999999995
],
[
37.579774,
55.824296999999994
],
[
37.579698,
55.824644
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.580428,
55.821197999999995
],
[
37.580352,
55.821563
],
[
37.580275,
55.821946999999994
],
[
37.580262999999995,
55.822004
],
[
37.580236,
55.822112999999995
],
[
37.580219,
55.822178
],
[
37.580200999999995,
55.822263
],
[
37.580098,
55.822761
],
[
37.579979,
55.823364
],
[
37.5798,
55.824186999999995
],
[
37.579774,
55.824296999999994
],
[
37.579698,
55.824644
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.579833759,
55.824653165
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.579833759,
55.824653165
]
},
"properties": {
"name": "Улица Яблочкова, 28",
"description": "Улица Яблочкова, 28",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642118",
"name": "Улица Яблочкова, 28"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.579698,
55.824644
],
[
37.579681,
55.824718999999995
],
[
37.579615,
55.824980999999994
],
[
37.579586,
55.825101999999994
],
[
37.579561,
55.825229
],
[
37.579546,
55.825317999999996
],
[
37.579526,
55.825430999999995
],
[
37.579437,
55.825883999999995
],
[
37.579245,
55.826826
],
[
37.579164999999996,
55.827264
],
[
37.579147999999996,
55.827357
],
[
37.579142999999995,
55.8274
],
[
37.5792,
55.827476999999995
],
[
37.579226999999996,
55.827509
],
[
37.579263,
55.827543999999996
],
[
37.579312,
55.827576
],
[
37.579392,
55.827619
],
[
37.579435,
55.827639
],
[
37.579899999999995,
55.827855
],
[
37.580002,
55.827788999999996
],
[
37.580504,
55.827470999999996
],
[
37.580551,
55.827442
],
[
37.581205,
55.827023
],
[
37.581275,
55.826978
],
[
37.581403,
55.826896
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.579698,
55.824644
],
[
37.579681,
55.824718999999995
],
[
37.579615,
55.824980999999994
],
[
37.579586,
55.825101999999994
],
[
37.579561,
55.825229
],
[
37.579546,
55.825317999999996
],
[
37.579526,
55.825430999999995
],
[
37.579437,
55.825883999999995
],
[
37.579245,
55.826826
],
[
37.579164999999996,
55.827264
],
[
37.579147999999996,
55.827357
],
[
37.579142999999995,
55.8274
],
[
37.5792,
55.827476999999995
],
[
37.579226999999996,
55.827509
],
[
37.579263,
55.827543999999996
],
[
37.579312,
55.827576
],
[
37.579392,
55.827619
],
[
37.579435,
55.827639
],
[
37.579899999999995,
55.827855
],
[
37.580002,
55.827788999999996
],
[
37.580504,
55.827470999999996
],
[
37.580551,
55.827442
],
[
37.581205,
55.827023
],
[
37.581275,
55.826978
],
[
37.581403,
55.826896
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.581303,
55.826847
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.581303,
55.826847
]
},
"properties": {
"name": "Управа района Бутырский",
"description": "Управа района Бутырский",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642119",
"name": "Управа района Бутырский"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.581403,
55.826896
],
[
37.581975,
55.826530999999996
],
[
37.582266,
55.826347
],
[
37.582609999999995,
55.82613
],
[
37.583087,
55.825829
],
[
37.583321,
55.825679
],
[
37.583655,
55.825466
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.581403,
55.826896
],
[
37.581975,
55.826530999999996
],
[
37.582266,
55.826347
],
[
37.582609999999995,
55.82613
],
[
37.583087,
55.825829
],
[
37.583321,
55.825679
],
[
37.583655,
55.825466
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.583566428,
55.825422665
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.583566428,
55.825422665
]
},
"properties": {
"name": "Улица Милашенкова, 13",
"description": "Улица Милашенкова, 13",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642120",
"name": "Улица Милашенкова, 13"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.583655,
55.825466
],
[
37.583658,
55.825464999999994
],
[
37.583698,
55.825438999999996
],
[
37.584033,
55.825226
],
[
37.585079,
55.824537
],
[
37.585725,
55.824138999999995
],
[
37.585768,
55.824113
],
[
37.586276999999995,
55.823786999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.583655,
55.825466
],
[
37.583658,
55.825464999999994
],
[
37.583698,
55.825438999999996
],
[
37.584033,
55.825226
],
[
37.585079,
55.824537
],
[
37.585725,
55.824138999999995
],
[
37.585768,
55.824113
],
[
37.586276999999995,
55.823786999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586173201,
55.82373623
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586173201,
55.82373623
]
},
"properties": {
"name": "Метро Фонвизинская (северный вестибюль)",
"description": "Метро Фонвизинская (северный вестибюль)",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10182560",
"name": "Метро Фонвизинская (северный вестибюль)"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.586276999999995,
55.823786999999996
],
[
37.586634,
55.823558
],
[
37.5867,
55.823516
],
[
37.586821,
55.82344
],
[
37.587554,
55.822975
],
[
37.587931,
55.822734
],
[
37.588145,
55.822596999999995
],
[
37.588449,
55.822401
],
[
37.588778,
55.822188
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.586276999999995,
55.823786999999996
],
[
37.586634,
55.823558
],
[
37.5867,
55.823516
],
[
37.586821,
55.82344
],
[
37.587554,
55.822975
],
[
37.587931,
55.822734
],
[
37.588145,
55.822596999999995
],
[
37.588449,
55.822401
],
[
37.588778,
55.822188
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588667373,
55.82213419
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588667373,
55.82213419
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642121",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588778,
55.822188
],
[
37.589323,
55.821833999999996
],
[
37.589487999999996,
55.821731
],
[
37.58981,
55.821538
],
[
37.589597,
55.821481
],
[
37.589065999999995,
55.821349
],
[
37.58876,
55.821276
],
[
37.588499999999996,
55.821213
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588778,
55.822188
],
[
37.589323,
55.821833999999996
],
[
37.589487999999996,
55.821731
],
[
37.58981,
55.821538
],
[
37.589597,
55.821481
],
[
37.589065999999995,
55.821349
],
[
37.58876,
55.821276
],
[
37.588499999999996,
55.821213
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588455677,
55.821271411
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588455677,
55.821271411
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642122",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588499999999996,
55.821213
],
[
37.588415999999995,
55.821193
],
[
37.588296,
55.821165
],
[
37.587702,
55.821025
],
[
37.587317999999996,
55.820935
],
[
37.587126,
55.820888999999994
],
[
37.586569,
55.820755
],
[
37.586179,
55.82066
],
[
37.585597,
55.820527
],
[
37.585437999999996,
55.820491
],
[
37.585198999999996,
55.820434
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588499999999996,
55.821213
],
[
37.588415999999995,
55.821193
],
[
37.588296,
55.821165
],
[
37.587702,
55.821025
],
[
37.587317999999996,
55.820935
],
[
37.587126,
55.820888999999994
],
[
37.586569,
55.820755
],
[
37.586179,
55.82066
],
[
37.585597,
55.820527
],
[
37.585437999999996,
55.820491
],
[
37.585198999999996,
55.820434
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.585166953,
55.820476197
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.585166953,
55.820476197
]
},
"properties": {
"name": "Улица Фонвизина, 10",
"description": "Улица Фонвизина, 10",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642123",
"name": "Улица Фонвизина, 10"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585198999999996,
55.820434
],
[
37.584886,
55.820358
],
[
37.584554,
55.82028
],
[
37.584091,
55.820166
],
[
37.583628999999995,
55.820052999999994
],
[
37.583597,
55.820046
],
[
37.583186,
55.819948
],
[
37.582254999999996,
55.819728999999995
],
[
37.581641,
55.819579
],
[
37.58114,
55.819463999999996
],
[
37.580945,
55.819415
],
[
37.580799,
55.819378
],
[
37.580847999999996,
55.819191999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.580967,
55.818704999999994
],
[
37.580991,
55.818614
],
[
37.58108,
55.818272
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585198999999996,
55.820434
],
[
37.584886,
55.820358
],
[
37.584554,
55.82028
],
[
37.584091,
55.820166
],
[
37.583628999999995,
55.820052999999994
],
[
37.583597,
55.820046
],
[
37.583186,
55.819948
],
[
37.582254999999996,
55.819728999999995
],
[
37.581641,
55.819579
],
[
37.58114,
55.819463999999996
],
[
37.580945,
55.819415
],
[
37.580799,
55.819378
],
[
37.580847999999996,
55.819191999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.580967,
55.818704999999994
],
[
37.580991,
55.818614
],
[
37.58108,
55.818272
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580973067,
55.818263539
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580973067,
55.818263539
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642124",
"name": "Метро Тимирязевская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.58108,
55.818272
],
[
37.581094,
55.818219
],
[
37.581137999999996,
55.818065
],
[
37.58116,
55.817989
],
[
37.581202,
55.817848999999995
],
[
37.581306999999995,
55.817529
],
[
37.581331,
55.817429999999995
],
[
37.581406,
55.817125999999995
],
[
37.581427,
55.817034
],
[
37.58144,
55.816984999999995
],
[
37.581464,
55.816888
],
[
37.581599,
55.816407999999996
],
[
37.581734,
55.815901999999994
],
[
37.581837,
55.815537
],
[
37.581849,
55.815493
],
[
37.581874,
55.815405
],
[
37.581888,
55.815355
],
[
37.581949,
55.815158999999994
],
[
37.582077999999996,
55.814785
],
[
37.582187999999995,
55.814795999999994
],
[
37.582585,
55.814837
],
[
37.582766,
55.814854999999994
],
[
37.583617,
55.814947
],
[
37.584373,
55.815027
],
[
37.584903,
55.815082999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.58108,
55.818272
],
[
37.581094,
55.818219
],
[
37.581137999999996,
55.818065
],
[
37.58116,
55.817989
],
[
37.581202,
55.817848999999995
],
[
37.581306999999995,
55.817529
],
[
37.581331,
55.817429999999995
],
[
37.581406,
55.817125999999995
],
[
37.581427,
55.817034
],
[
37.58144,
55.816984999999995
],
[
37.581464,
55.816888
],
[
37.581599,
55.816407999999996
],
[
37.581734,
55.815901999999994
],
[
37.581837,
55.815537
],
[
37.581849,
55.815493
],
[
37.581874,
55.815405
],
[
37.581888,
55.815355
],
[
37.581949,
55.815158999999994
],
[
37.582077999999996,
55.814785
],
[
37.582187999999995,
55.814795999999994
],
[
37.582585,
55.814837
],
[
37.582766,
55.814854999999994
],
[
37.583617,
55.814947
],
[
37.584373,
55.815027
],
[
37.584903,
55.815082999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.584924347,
55.815019734
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.584924347,
55.815019734
]
},
"properties": {
"name": "Туберкулёзный диспансер № 18",
"description": "Туберкулёзный диспансер № 18",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642125",
"name": "Туберкулёзный диспансер № 18"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.584903,
55.815082999999994
],
[
37.58528,
55.815123
],
[
37.585702,
55.815165
],
[
37.585889,
55.815186999999995
],
[
37.586245,
55.815225
],
[
37.586562,
55.815259
],
[
37.586673,
55.815270999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.588501,
55.815467999999996
],
[
37.589649,
55.815588999999996
],
[
37.589743,
55.815599
],
[
37.590446,
55.815675999999996
],
[
37.590762999999995,
55.815709999999996
],
[
37.591272,
55.815763
],
[
37.591466,
55.815784
],
[
37.591572,
55.815794999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.584903,
55.815082999999994
],
[
37.58528,
55.815123
],
[
37.585702,
55.815165
],
[
37.585889,
55.815186999999995
],
[
37.586245,
55.815225
],
[
37.586562,
55.815259
],
[
37.586673,
55.815270999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.588501,
55.815467999999996
],
[
37.589649,
55.815588999999996
],
[
37.589743,
55.815599
],
[
37.590446,
55.815675999999996
],
[
37.590762999999995,
55.815709999999996
],
[
37.591272,
55.815763
],
[
37.591466,
55.815784
],
[
37.591572,
55.815794999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.591594776,
55.815727278
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.591594776,
55.815727278
]
},
"properties": {
"name": "2-й Гончаровский переулок",
"description": "2-й Гончаровский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642126",
"name": "2-й Гончаровский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.591572,
55.815794999999994
],
[
37.591854,
55.815824
],
[
37.5922,
55.815861
],
[
37.592618,
55.815905
],
[
37.592802,
55.815923999999995
],
[
37.592832,
55.815829
],
[
37.592959,
55.815404
],
[
37.593019999999996,
55.815197999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.591572,
55.815794999999994
],
[
37.591854,
55.815824
],
[
37.5922,
55.815861
],
[
37.592618,
55.815905
],
[
37.592802,
55.815923999999995
],
[
37.592832,
55.815829
],
[
37.592959,
55.815404
],
[
37.593019999999996,
55.815197999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.592914458,
55.815188267
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.592914458,
55.815188267
]
},
"properties": {
"name": "Улица Гончарова",
"description": "Улица Гончарова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642254",
"name": "Улица Гончарова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.593019999999996,
55.815197999999995
],
[
37.593067,
55.815037999999994
],
[
37.593108,
55.814899999999994
],
[
37.593208,
55.814598
],
[
37.593652,
55.813274
],
[
37.593672999999995,
55.81321
],
[
37.5937,
55.813117999999996
],
[
37.594178,
55.813167
],
[
37.594297,
55.813178
],
[
37.594730999999996,
55.813219999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.593019999999996,
55.815197999999995
],
[
37.593067,
55.815037999999994
],
[
37.593108,
55.814899999999994
],
[
37.593208,
55.814598
],
[
37.593652,
55.813274
],
[
37.593672999999995,
55.81321
],
[
37.5937,
55.813117999999996
],
[
37.594178,
55.813167
],
[
37.594297,
55.813178
],
[
37.594730999999996,
55.813219999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.594758533,
55.813131246
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.594758533,
55.813131246
]
},
"properties": {
"name": "Улица Добролюбова",
"description": "Улица Добролюбова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642127",
"name": "Улица Добролюбова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.594730999999996,
55.813219999999994
],
[
37.59498,
55.813244999999995
],
[
37.595822,
55.813328999999996
],
[
37.596761,
55.81342
],
[
37.597353,
55.813472
],
[
37.597904,
55.81353
],
[
37.598369999999996,
55.813579999999995
],
[
37.599028,
55.813649
],
[
37.599315,
55.813679
],
[
37.599638999999996,
55.813714
],
[
37.601229,
55.813857999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.594730999999996,
55.813219999999994
],
[
37.59498,
55.813244999999995
],
[
37.595822,
55.813328999999996
],
[
37.596761,
55.81342
],
[
37.597353,
55.813472
],
[
37.597904,
55.81353
],
[
37.598369999999996,
55.813579999999995
],
[
37.599028,
55.813649
],
[
37.599315,
55.813679
],
[
37.599638999999996,
55.813714
],
[
37.601229,
55.813857999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.601252832,
55.813775488
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.601252832,
55.813775488
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642128",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.601229,
55.813857999999996
],
[
37.601492,
55.813882
],
[
37.601802,
55.813908999999995
],
[
37.601988,
55.813793
],
[
37.602723999999995,
55.813325
],
[
37.603012,
55.813142
],
[
37.603584999999995,
55.812777
],
[
37.603676,
55.812718999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.601229,
55.813857999999996
],
[
37.601492,
55.813882
],
[
37.601802,
55.813908999999995
],
[
37.601988,
55.813793
],
[
37.602723999999995,
55.813325
],
[
37.603012,
55.813142
],
[
37.603584999999995,
55.812777
],
[
37.603676,
55.812718999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.603497519,
55.812629929
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.603497519,
55.812629929
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10204045",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.603676,
55.812718999999994
],
[
37.603727,
55.812687
],
[
37.604321,
55.812306
],
[
37.605314,
55.811688
],
[
37.605623,
55.811495
],
[
37.606027,
55.811240999999995
],
[
37.606242,
55.811105999999995
],
[
37.606311,
55.811057
],
[
37.606451,
55.810961999999996
],
[
37.607133999999995,
55.810541
],
[
37.607237999999995,
55.810475
],
[
37.607458,
55.810340999999994
],
[
37.607619,
55.810249
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.603676,
55.812718999999994
],
[
37.603727,
55.812687
],
[
37.604321,
55.812306
],
[
37.605314,
55.811688
],
[
37.605623,
55.811495
],
[
37.606027,
55.811240999999995
],
[
37.606242,
55.811105999999995
],
[
37.606311,
55.811057
],
[
37.606451,
55.810961999999996
],
[
37.607133999999995,
55.810541
],
[
37.607237999999995,
55.810475
],
[
37.607458,
55.810340999999994
],
[
37.607619,
55.810249
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.607560848,
55.810216645
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.607560848,
55.810216645
]
},
"properties": {
"name": "Промэнерго",
"description": "Промэнерго",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642129",
"name": "Промэнерго"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.607619,
55.810249
],
[
37.607876,
55.810103
],
[
37.608112999999996,
55.809971999999995
],
[
37.608184,
55.809934
],
[
37.608281999999996,
55.809881999999995
],
[
37.608435,
55.809807
],
[
37.60863,
55.809722
],
[
37.608708,
55.809695
],
[
37.608841,
55.80965
],
[
37.608936,
55.809625
],
[
37.609083999999996,
55.809597999999994
],
[
37.609131,
55.809566
],
[
37.609226,
55.8095
],
[
37.609355,
55.809388999999996
],
[
37.609381,
55.809357999999996
],
[
37.609564999999996,
55.809155999999994
],
[
37.61006,
55.808651
],
[
37.610157,
55.808550999999994
],
[
37.610307999999996,
55.808445
],
[
37.610557,
55.80827
],
[
37.610625999999996,
55.808231
],
[
37.611,
55.808018999999994
],
[
37.611162,
55.807928
],
[
37.611337,
55.807829
],
[
37.611402,
55.807792
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.607619,
55.810249
],
[
37.607876,
55.810103
],
[
37.608112999999996,
55.809971999999995
],
[
37.608184,
55.809934
],
[
37.608281999999996,
55.809881999999995
],
[
37.608435,
55.809807
],
[
37.60863,
55.809722
],
[
37.608708,
55.809695
],
[
37.608841,
55.80965
],
[
37.608936,
55.809625
],
[
37.609083999999996,
55.809597999999994
],
[
37.609131,
55.809566
],
[
37.609226,
55.8095
],
[
37.609355,
55.809388999999996
],
[
37.609381,
55.809357999999996
],
[
37.609564999999996,
55.809155999999994
],
[
37.61006,
55.808651
],
[
37.610157,
55.808550999999994
],
[
37.610307999999996,
55.808445
],
[
37.610557,
55.80827
],
[
37.610625999999996,
55.808231
],
[
37.611,
55.808018999999994
],
[
37.611162,
55.807928
],
[
37.611337,
55.807829
],
[
37.611402,
55.807792
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.611306255,
55.80773821
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.611306255,
55.80773821
]
},
"properties": {
"name": "6-й автобусный парк",
"description": "6-й автобусный парк",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642130",
"name": "6-й автобусный парк"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.611402,
55.807792
],
[
37.611523999999996,
55.807722999999996
],
[
37.611578,
55.807693
],
[
37.611705,
55.807615999999996
],
[
37.611968,
55.807455999999995
],
[
37.612041999999995,
55.807410999999995
],
[
37.612184,
55.807325
],
[
37.612345999999995,
55.807227
],
[
37.612674,
55.807078
],
[
37.612764999999996,
55.807038
],
[
37.612815999999995,
55.807027
],
[
37.612964,
55.806996
],
[
37.61326,
55.806979
],
[
37.61341,
55.806973
],
[
37.613537,
55.806971999999995
],
[
37.613658,
55.806971
],
[
37.61448,
55.806979999999996
],
[
37.614912,
55.806976
],
[
37.615077,
55.806951999999995
],
[
37.615193999999995,
55.806926999999995
],
[
37.615272,
55.806903999999996
],
[
37.615339999999996,
55.806878
],
[
37.615429999999996,
55.806839
],
[
37.615431,
55.806788
],
[
37.615444,
55.806568
],
[
37.615524,
55.806447999999996
],
[
37.615535,
55.806213
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.611402,
55.807792
],
[
37.611523999999996,
55.807722999999996
],
[
37.611578,
55.807693
],
[
37.611705,
55.807615999999996
],
[
37.611968,
55.807455999999995
],
[
37.612041999999995,
55.807410999999995
],
[
37.612184,
55.807325
],
[
37.612345999999995,
55.807227
],
[
37.612674,
55.807078
],
[
37.612764999999996,
55.807038
],
[
37.612815999999995,
55.807027
],
[
37.612964,
55.806996
],
[
37.61326,
55.806979
],
[
37.61341,
55.806973
],
[
37.613537,
55.806971999999995
],
[
37.613658,
55.806971
],
[
37.61448,
55.806979999999996
],
[
37.614912,
55.806976
],
[
37.615077,
55.806951999999995
],
[
37.615193999999995,
55.806926999999995
],
[
37.615272,
55.806903999999996
],
[
37.615339999999996,
55.806878
],
[
37.615429999999996,
55.806839
],
[
37.615431,
55.806788
],
[
37.615444,
55.806568
],
[
37.615524,
55.806447999999996
],
[
37.615535,
55.806213
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615276059,
55.806209485
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615276059,
55.806209485
]
},
"properties": {
"name": "Шереметьевская улица",
"description": "Шереметьевская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642131",
"name": "Шереметьевская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615535,
55.806213
],
[
37.615556,
55.805749
],
[
37.615558,
55.805684
],
[
37.615567,
55.805389999999996
],
[
37.615573,
55.805307
],
[
37.615603,
55.804657
],
[
37.615628,
55.804227999999995
],
[
37.615655,
55.803732999999994
],
[
37.615655,
55.803630999999996
],
[
37.615665,
55.803549
],
[
37.615677,
55.803273999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615535,
55.806213
],
[
37.615556,
55.805749
],
[
37.615558,
55.805684
],
[
37.615567,
55.805389999999996
],
[
37.615573,
55.805307
],
[
37.615603,
55.804657
],
[
37.615628,
55.804227999999995
],
[
37.615655,
55.803732999999994
],
[
37.615655,
55.803630999999996
],
[
37.615665,
55.803549
],
[
37.615677,
55.803273999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615497748,
55.803271779
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615497748,
55.803271779
]
},
"properties": {
"name": "Поликлиника",
"description": "Поликлиника",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642132",
"name": "Поликлиника"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615677,
55.803273999999995
],
[
37.615683,
55.803123
],
[
37.615687,
55.803031999999995
],
[
37.615691999999996,
55.802718
],
[
37.61571,
55.802454999999995
],
[
37.615792,
55.801565
],
[
37.615812999999996,
55.801159999999996
],
[
37.615822,
55.801001
],
[
37.615826999999996,
55.800917
],
[
37.615843999999996,
55.800459999999994
],
[
37.615866,
55.800014999999995
],
[
37.615885999999996,
55.799158
],
[
37.615918,
55.798528999999995
],
[
37.615918,
55.79841
],
[
37.615696,
55.798406
],
[
37.614621,
55.79839
],
[
37.614477,
55.798387
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615677,
55.803273999999995
],
[
37.615683,
55.803123
],
[
37.615687,
55.803031999999995
],
[
37.615691999999996,
55.802718
],
[
37.61571,
55.802454999999995
],
[
37.615792,
55.801565
],
[
37.615812999999996,
55.801159999999996
],
[
37.615822,
55.801001
],
[
37.615826999999996,
55.800917
],
[
37.615843999999996,
55.800459999999994
],
[
37.615866,
55.800014999999995
],
[
37.615885999999996,
55.799158
],
[
37.615918,
55.798528999999995
],
[
37.615918,
55.79841
],
[
37.615696,
55.798406
],
[
37.614621,
55.79839
],
[
37.614477,
55.798387
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.614472937,
55.798446987
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.614472937,
55.798446987
]
},
"properties": {
"name": "6-й проезд Марьиной Рощи",
"description": "6-й проезд Марьиной Рощи",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642133",
"name": "6-й проезд Марьиной Рощи"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.614477,
55.798387
],
[
37.612732,
55.798347
],
[
37.612601,
55.798342
],
[
37.61249,
55.798337999999994
],
[
37.611923999999995,
55.798325999999996
],
[
37.611395,
55.798314999999995
],
[
37.611143,
55.79831
],
[
37.610811999999996,
55.798302
],
[
37.610517,
55.798294999999996
],
[
37.610442,
55.798292999999994
],
[
37.610265,
55.798288
],
[
37.609997,
55.798280999999996
],
[
37.609576,
55.798266
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.614477,
55.798387
],
[
37.612732,
55.798347
],
[
37.612601,
55.798342
],
[
37.61249,
55.798337999999994
],
[
37.611923999999995,
55.798325999999996
],
[
37.611395,
55.798314999999995
],
[
37.611143,
55.79831
],
[
37.610811999999996,
55.798302
],
[
37.610517,
55.798294999999996
],
[
37.610442,
55.798292999999994
],
[
37.610265,
55.798288
],
[
37.609997,
55.798280999999996
],
[
37.609576,
55.798266
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.609573,
55.79829
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.609573,
55.79829
]
},
"properties": {
"name": "1-й Стрелецкий переулок",
"description": "1-й Стрелецкий переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642134",
"name": "1-й Стрелецкий переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.609576,
55.798266
],
[
37.608955,
55.798244
],
[
37.608384,
55.798224999999995
],
[
37.608261,
55.798221
],
[
37.608177,
55.798218
],
[
37.607116,
55.798185999999994
],
[
37.606843,
55.798179999999995
],
[
37.60655,
55.798173999999996
],
[
37.606424,
55.798170999999996
],
[
37.605861,
55.798158
],
[
37.604825999999996,
55.798127
],
[
37.603307,
55.798080999999996
],
[
37.603207,
55.798078
],
[
37.603102,
55.798075
],
[
37.602948999999995,
55.798072
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.609576,
55.798266
],
[
37.608955,
55.798244
],
[
37.608384,
55.798224999999995
],
[
37.608261,
55.798221
],
[
37.608177,
55.798218
],
[
37.607116,
55.798185999999994
],
[
37.606843,
55.798179999999995
],
[
37.60655,
55.798173999999996
],
[
37.606424,
55.798170999999996
],
[
37.605861,
55.798158
],
[
37.604825999999996,
55.798127
],
[
37.603307,
55.798080999999996
],
[
37.603207,
55.798078
],
[
37.603102,
55.798075
],
[
37.602948999999995,
55.798072
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.602947,
55.7981
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.602947,
55.7981
]
},
"properties": {
"name": "Комбинат твёрдых сплавов",
"description": "Комбинат твёрдых сплавов",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642135",
"name": "Комбинат твёрдых сплавов"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.602948999999995,
55.798072
],
[
37.602222,
55.798054
],
[
37.601924,
55.798043
],
[
37.601698,
55.798033999999994
],
[
37.601594999999996,
55.798021
],
[
37.601481,
55.798002999999994
],
[
37.601203999999996,
55.797934999999995
],
[
37.60031,
55.797681999999995
],
[
37.600182,
55.797644
],
[
37.600072999999995,
55.797612
],
[
37.599764,
55.79752
],
[
37.599491,
55.797439
],
[
37.599232,
55.797362
],
[
37.598847,
55.797247
],
[
37.598298,
55.797084
],
[
37.598161,
55.797042999999995
],
[
37.598245,
55.796972
],
[
37.598299,
55.796924999999995
],
[
37.598389999999995,
55.796842999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.602948999999995,
55.798072
],
[
37.602222,
55.798054
],
[
37.601924,
55.798043
],
[
37.601698,
55.798033999999994
],
[
37.601594999999996,
55.798021
],
[
37.601481,
55.798002999999994
],
[
37.601203999999996,
55.797934999999995
],
[
37.60031,
55.797681999999995
],
[
37.600182,
55.797644
],
[
37.600072999999995,
55.797612
],
[
37.599764,
55.79752
],
[
37.599491,
55.797439
],
[
37.599232,
55.797362
],
[
37.598847,
55.797247
],
[
37.598298,
55.797084
],
[
37.598161,
55.797042999999995
],
[
37.598245,
55.796972
],
[
37.598299,
55.796924999999995
],
[
37.598389999999995,
55.796842999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.598267,
55.796799
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.598267,
55.796799
]
},
"properties": {
"name": "Улица Двинцев",
"description": "Улица Двинцев",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642136",
"name": "Улица Двинцев"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.598389999999995,
55.796842999999996
],
[
37.599022,
55.796278
],
[
37.59934,
55.795994
],
[
37.599430999999996,
55.795911999999994
],
[
37.599461999999995,
55.795845
],
[
37.599482,
55.795795
],
[
37.599607,
55.795283999999995
],
[
37.599706999999995,
55.794864999999994
],
[
37.599989,
55.79378
],
[
37.600012,
55.793681
],
[
37.60009,
55.793381999999994
],
[
37.60012,
55.793214
],
[
37.600137,
55.793122
],
[
37.600094,
55.793081
],
[
37.600052,
55.793043
],
[
37.600003,
55.793
],
[
37.599911999999996,
55.792927
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.598389999999995,
55.796842999999996
],
[
37.599022,
55.796278
],
[
37.59934,
55.795994
],
[
37.599430999999996,
55.795911999999994
],
[
37.599461999999995,
55.795845
],
[
37.599482,
55.795795
],
[
37.599607,
55.795283999999995
],
[
37.599706999999995,
55.794864999999994
],
[
37.599989,
55.79378
],
[
37.600012,
55.793681
],
[
37.60009,
55.793381999999994
],
[
37.60012,
55.793214
],
[
37.600137,
55.793122
],
[
37.600094,
55.793081
],
[
37.600052,
55.793043
],
[
37.600003,
55.793
],
[
37.599911999999996,
55.792927
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.599845342,
55.792953171
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.599845342,
55.792953171
]
},
"properties": {
"name": "Улица Сущёвский Вал - Больница",
"description": "Улица Сущёвский Вал - Больница",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642137",
"name": "Улица Сущёвский Вал - Больница"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.599911999999996,
55.792927
],
[
37.599798,
55.792835
],
[
37.599697,
55.792756999999995
],
[
37.599413999999996,
55.792561
],
[
37.598922,
55.792513
],
[
37.597744,
55.792414
],
[
37.596928,
55.792344
],
[
37.596525,
55.792308999999996
],
[
37.596047999999996,
55.792277
],
[
37.595923,
55.792268
],
[
37.595752999999995,
55.792255999999995
],
[
37.595504,
55.792244999999994
],
[
37.595337,
55.792238999999995
],
[
37.595212,
55.792235999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.599911999999996,
55.792927
],
[
37.599798,
55.792835
],
[
37.599697,
55.792756999999995
],
[
37.599413999999996,
55.792561
],
[
37.598922,
55.792513
],
[
37.597744,
55.792414
],
[
37.596928,
55.792344
],
[
37.596525,
55.792308999999996
],
[
37.596047999999996,
55.792277
],
[
37.595923,
55.792268
],
[
37.595752999999995,
55.792255999999995
],
[
37.595504,
55.792244999999994
],
[
37.595337,
55.792238999999995
],
[
37.595212,
55.792235999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.595205525,
55.792348033
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.595205525,
55.792348033
]
},
"properties": {
"name": "Мебельная фабрика",
"description": "Мебельная фабрика",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9641057",
"name": "Мебельная фабрика"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.595212,
55.792235999999995
],
[
37.595161999999995,
55.792235999999995
],
[
37.594521,
55.792314999999995
],
[
37.594424,
55.792324
],
[
37.594297999999995,
55.792331
],
[
37.594173999999995,
55.792334999999994
],
[
37.594044,
55.792338
],
[
37.592208,
55.792328
],
[
37.590257,
55.79233
],
[
37.590188,
55.792328999999995
],
[
37.589948,
55.792327
],
[
37.589555,
55.792314999999995
],
[
37.589441,
55.792303999999994
],
[
37.589344,
55.792283
],
[
37.589259,
55.792255999999995
],
[
37.589155999999996,
55.792215999999996
],
[
37.589099999999995,
55.792173999999996
],
[
37.589058,
55.792131999999995
],
[
37.589017999999996,
55.792086999999995
],
[
37.588916999999995,
55.791948
],
[
37.588809,
55.791796999999995
],
[
37.588768,
55.791712999999994
],
[
37.588739,
55.791655999999996
],
[
37.588718,
55.791605999999994
],
[
37.588685999999996,
55.791543
],
[
37.588653,
55.791472999999996
],
[
37.588617,
55.791376
],
[
37.588584,
55.79127
],
[
37.588533,
55.791090999999994
],
[
37.588474,
55.790865999999994
],
[
37.58842,
55.790667
],
[
37.588403,
55.790591
],
[
37.588395,
55.790516
],
[
37.588389,
55.790431999999996
],
[
37.588406,
55.789955
],
[
37.588421,
55.789845
],
[
37.588456,
55.789474999999996
],
[
37.588311999999995,
55.788959999999996
],
[
37.588249999999995,
55.788767
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.595212,
55.792235999999995
],
[
37.595161999999995,
55.792235999999995
],
[
37.594521,
55.792314999999995
],
[
37.594424,
55.792324
],
[
37.594297999999995,
55.792331
],
[
37.594173999999995,
55.792334999999994
],
[
37.594044,
55.792338
],
[
37.592208,
55.792328
],
[
37.590257,
55.79233
],
[
37.590188,
55.792328999999995
],
[
37.589948,
55.792327
],
[
37.589555,
55.792314999999995
],
[
37.589441,
55.792303999999994
],
[
37.589344,
55.792283
],
[
37.589259,
55.792255999999995
],
[
37.589155999999996,
55.792215999999996
],
[
37.589099999999995,
55.792173999999996
],
[
37.589058,
55.792131999999995
],
[
37.589017999999996,
55.792086999999995
],
[
37.588916999999995,
55.791948
],
[
37.588809,
55.791796999999995
],
[
37.588768,
55.791712999999994
],
[
37.588739,
55.791655999999996
],
[
37.588718,
55.791605999999994
],
[
37.588685999999996,
55.791543
],
[
37.588653,
55.791472999999996
],
[
37.588617,
55.791376
],
[
37.588584,
55.79127
],
[
37.588533,
55.791090999999994
],
[
37.588474,
55.790865999999994
],
[
37.58842,
55.790667
],
[
37.588403,
55.790591
],
[
37.588395,
55.790516
],
[
37.588389,
55.790431999999996
],
[
37.588406,
55.789955
],
[
37.588421,
55.789845
],
[
37.588456,
55.789474999999996
],
[
37.588311999999995,
55.788959999999996
],
[
37.588249999999995,
55.788767
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588144038,
55.788778032
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588144038,
55.788778032
]
},
"properties": {
"name": "Угловой переулок",
"description": "Угловой переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640766",
"name": "Угловой переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588249999999995,
55.788767
],
[
37.588139999999996,
55.788424
],
[
37.588063,
55.788118999999995
],
[
37.588046,
55.788059999999994
],
[
37.587956,
55.787713
],
[
37.587806,
55.787135
],
[
37.587793999999995,
55.787093999999996
],
[
37.587556,
55.786255
],
[
37.587432,
55.785832
],
[
37.587241,
55.785168999999996
],
[
37.587201,
55.785028
],
[
37.587067,
55.784563999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588249999999995,
55.788767
],
[
37.588139999999996,
55.788424
],
[
37.588063,
55.788118999999995
],
[
37.588046,
55.788059999999994
],
[
37.587956,
55.787713
],
[
37.587806,
55.787135
],
[
37.587793999999995,
55.787093999999996
],
[
37.587556,
55.786255
],
[
37.587432,
55.785832
],
[
37.587241,
55.785168999999996
],
[
37.587201,
55.785028
],
[
37.587067,
55.784563999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586939055,
55.784575995
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586939055,
55.784575995
]
},
"properties": {
"name": "Новолесная улица",
"description": "Новолесная улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640767",
"name": "Новолесная улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.587067,
55.784563999999996
],
[
37.586814,
55.78369
],
[
37.586452,
55.782382
],
[
37.586341999999995,
55.782002999999996
],
[
37.58625,
55.781684999999996
],
[
37.586234999999995,
55.781633
],
[
37.586168,
55.781403
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.587067,
55.784563999999996
],
[
37.586814,
55.78369
],
[
37.586452,
55.782382
],
[
37.586341999999995,
55.782002999999996
],
[
37.58625,
55.781684999999996
],
[
37.586234999999995,
55.781633
],
[
37.586168,
55.781403
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.585995588,
55.781419043
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.585995588,
55.781419043
]
},
"properties": {
"name": "2-й Лесной переулок",
"description": "2-й Лесной переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640768",
"name": "2-й Лесной переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.586168,
55.781403
],
[
37.586076,
55.781088999999994
],
[
37.585989,
55.780789999999996
],
[
37.585876999999996,
55.780407999999994
],
[
37.585806,
55.780164
],
[
37.585665,
55.779683999999996
],
[
37.585608,
55.779488
],
[
37.58558,
55.779379999999996
],
[
37.58553,
55.779216
],
[
37.58546,
55.778982
],
[
37.585277,
55.778456999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.586168,
55.781403
],
[
37.586076,
55.781088999999994
],
[
37.585989,
55.780789999999996
],
[
37.585876999999996,
55.780407999999994
],
[
37.585806,
55.780164
],
[
37.585665,
55.779683999999996
],
[
37.585608,
55.779488
],
[
37.58558,
55.779379999999996
],
[
37.58553,
55.779216
],
[
37.58546,
55.778982
],
[
37.585277,
55.778456999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.58509627,
55.778477088
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.58509627,
55.778477088
]
},
"properties": {
"name": "Метро Белорусская",
"description": "Метро Белорусская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642138",
"name": "Метро Белорусская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585277,
55.778456999999996
],
[
37.585257,
55.778397
],
[
37.585104,
55.778119999999994
],
[
37.58507,
55.778043999999994
],
[
37.58504,
55.777972999999996
],
[
37.584986,
55.777871999999995
],
[
37.584908,
55.777761999999996
],
[
37.58477,
55.777612
],
[
37.584612,
55.777502
],
[
37.584553,
55.777466
],
[
37.584497,
55.777443999999996
],
[
37.584444,
55.777429999999995
],
[
37.584375,
55.777418999999995
],
[
37.584298,
55.777415999999995
],
[
37.584232,
55.777425
],
[
37.584154999999996,
55.777443999999996
],
[
37.584056,
55.777479
],
[
37.583756,
55.777601999999995
],
[
37.58366,
55.777643
],
[
37.583597,
55.777662
],
[
37.583526,
55.777673
],
[
37.583447,
55.777677
],
[
37.583375,
55.777667
],
[
37.583304999999996,
55.777645
],
[
37.583217,
55.777592999999996
],
[
37.583095,
55.777513
],
[
37.582906,
55.777389
],
[
37.58282,
55.777331
],
[
37.582645,
55.777214
],
[
37.582572,
55.777170999999996
],
[
37.582466,
55.777103999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585277,
55.778456999999996
],
[
37.585257,
55.778397
],
[
37.585104,
55.778119999999994
],
[
37.58507,
55.778043999999994
],
[
37.58504,
55.777972999999996
],
[
37.584986,
55.777871999999995
],
[
37.584908,
55.777761999999996
],
[
37.58477,
55.777612
],
[
37.584612,
55.777502
],
[
37.584553,
55.777466
],
[
37.584497,
55.777443999999996
],
[
37.584444,
55.777429999999995
],
[
37.584375,
55.777418999999995
],
[
37.584298,
55.777415999999995
],
[
37.584232,
55.777425
],
[
37.584154999999996,
55.777443999999996
],
[
37.584056,
55.777479
],
[
37.583756,
55.777601999999995
],
[
37.58366,
55.777643
],
[
37.583597,
55.777662
],
[
37.583526,
55.777673
],
[
37.583447,
55.777677
],
[
37.583375,
55.777667
],
[
37.583304999999996,
55.777645
],
[
37.583217,
55.777592999999996
],
[
37.583095,
55.777513
],
[
37.582906,
55.777389
],
[
37.58282,
55.777331
],
[
37.582645,
55.777214
],
[
37.582572,
55.777170999999996
],
[
37.582466,
55.777103999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.582351045,
55.777161879
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.582351045,
55.777161879
]
},
"properties": {
"name": "Тверская Застава",
"description": "Тверская Застава",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "2057340510",
"name": "Тверская Застава"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.582466,
55.777103999999994
],
[
37.582284,
55.77699
],
[
37.582158,
55.776914999999995
],
[
37.582119999999996,
55.776886999999995
],
[
37.582096,
55.776852
],
[
37.582091,
55.77682
],
[
37.582097,
55.776787999999996
],
[
37.58231,
55.776494
],
[
37.582384999999995,
55.776391
],
[
37.582511,
55.776210999999996
],
[
37.582542,
55.776168999999996
],
[
37.582566,
55.776132999999994
],
[
37.58274,
55.775858
],
[
37.583194999999996,
55.775313999999995
],
[
37.583309,
55.775248999999995
],
[
37.583014999999996,
55.775146
],
[
37.582297,
55.774877999999994
],
[
37.581238,
55.774528999999994
],
[
37.580964,
55.774437999999996
],
[
37.580669,
55.774341
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.582466,
55.777103999999994
],
[
37.582284,
55.77699
],
[
37.582158,
55.776914999999995
],
[
37.582119999999996,
55.776886999999995
],
[
37.582096,
55.776852
],
[
37.582091,
55.77682
],
[
37.582097,
55.776787999999996
],
[
37.58231,
55.776494
],
[
37.582384999999995,
55.776391
],
[
37.582511,
55.776210999999996
],
[
37.582542,
55.776168999999996
],
[
37.582566,
55.776132999999994
],
[
37.58274,
55.775858
],
[
37.583194999999996,
55.775313999999995
],
[
37.583309,
55.775248999999995
],
[
37.583014999999996,
55.775146
],
[
37.582297,
55.774877999999994
],
[
37.581238,
55.774528999999994
],
[
37.580964,
55.774437999999996
],
[
37.580669,
55.774341
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580615145,
55.774392497
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580615145,
55.774392497
]
},
"properties": {
"name": "Большой Кондратьевский переулок",
"description": "Большой Кондратьевский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642139",
"name": "Большой Кондратьевский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.580669,
55.774341
],
[
37.580199,
55.774187
],
[
37.57989,
55.774085
],
[
37.579158,
55.773835
],
[
37.578699,
55.773680999999996
],
[
37.578565,
55.773635
],
[
37.578007,
55.773444999999995
],
[
37.577853,
55.773391999999994
],
[
37.577388,
55.773236999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.580669,
55.774341
],
[
37.580199,
55.774187
],
[
37.57989,
55.774085
],
[
37.579158,
55.773835
],
[
37.578699,
55.773680999999996
],
[
37.578565,
55.773635
],
[
37.578007,
55.773444999999995
],
[
37.577853,
55.773391999999994
],
[
37.577388,
55.773236999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.577298573,
55.773321562
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.577298573,
55.773321562
]
},
"properties": {
"name": "Электрический переулок",
"description": "Электрический переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642140",
"name": "Электрический переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.577388,
55.773236999999995
],
[
37.577202,
55.773174999999995
],
[
37.576231,
55.77285
],
[
37.576152,
55.772833
],
[
37.576077999999995,
55.772827
],
[
37.576004,
55.77283
],
[
37.575907,
55.772838
],
[
37.575559999999996,
55.772884
],
[
37.575448,
55.772898999999995
],
[
37.575033,
55.772954999999996
],
[
37.574863,
55.772974999999995
],
[
37.574652,
55.772988
],
[
37.574549,
55.772991
],
[
37.574435,
55.772987
],
[
37.574338,
55.772976
],
[
37.574239,
55.772962
],
[
37.574138,
55.772937999999996
],
[
37.574019,
55.772903
],
[
37.573616,
55.772779
],
[
37.573346,
55.772693
],
[
37.573257,
55.772656
],
[
37.573063999999995,
55.772563
],
[
37.572877,
55.772476999999995
],
[
37.572767999999996,
55.772431999999995
],
[
37.571670999999995,
55.77205
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.577388,
55.773236999999995
],
[
37.577202,
55.773174999999995
],
[
37.576231,
55.77285
],
[
37.576152,
55.772833
],
[
37.576077999999995,
55.772827
],
[
37.576004,
55.77283
],
[
37.575907,
55.772838
],
[
37.575559999999996,
55.772884
],
[
37.575448,
55.772898999999995
],
[
37.575033,
55.772954999999996
],
[
37.574863,
55.772974999999995
],
[
37.574652,
55.772988
],
[
37.574549,
55.772991
],
[
37.574435,
55.772987
],
[
37.574338,
55.772976
],
[
37.574239,
55.772962
],
[
37.574138,
55.772937999999996
],
[
37.574019,
55.772903
],
[
37.573616,
55.772779
],
[
37.573346,
55.772693
],
[
37.573257,
55.772656
],
[
37.573063999999995,
55.772563
],
[
37.572877,
55.772476999999995
],
[
37.572767999999996,
55.772431999999995
],
[
37.571670999999995,
55.77205
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.571584372,
55.772129169
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.571584372,
55.772129169
]
},
"properties": {
"name": "Малая Грузинская улица",
"description": "Малая Грузинская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642141",
"name": "Малая Грузинская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.571670999999995,
55.77205
],
[
37.571535,
55.772002
],
[
37.571304999999995,
55.771919999999994
],
[
37.571017999999995,
55.771817999999996
],
[
37.570608,
55.771671
],
[
37.570475,
55.771625
],
[
37.56972,
55.771363
],
[
37.569534,
55.771297999999994
],
[
37.569033999999995,
55.771122
],
[
37.568948999999996,
55.771091999999996
],
[
37.568816,
55.771038999999995
],
[
37.568045,
55.770762
],
[
37.567468999999996,
55.770554999999995
],
[
37.567150999999996,
55.770443
],
[
37.56698,
55.770388
],
[
37.566544,
55.77023
],
[
37.566416,
55.770182999999996
],
[
37.566325,
55.770151
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.571670999999995,
55.77205
],
[
37.571535,
55.772002
],
[
37.571304999999995,
55.771919999999994
],
[
37.571017999999995,
55.771817999999996
],
[
37.570608,
55.771671
],
[
37.570475,
55.771625
],
[
37.56972,
55.771363
],
[
37.569534,
55.771297999999994
],
[
37.569033999999995,
55.771122
],
[
37.568948999999996,
55.771091999999996
],
[
37.568816,
55.771038999999995
],
[
37.568045,
55.770762
],
[
37.567468999999996,
55.770554999999995
],
[
37.567150999999996,
55.770443
],
[
37.56698,
55.770388
],
[
37.566544,
55.77023
],
[
37.566416,
55.770182999999996
],
[
37.566325,
55.770151
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.566262074,
55.770207417
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.566262074,
55.770207417
]
},
"properties": {
"name": "Большой Тишинский переулок",
"description": "Большой Тишинский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642142",
"name": "Большой Тишинский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.566325,
55.770151
],
[
37.566095,
55.77007
],
[
37.566032,
55.770047999999996
],
[
37.565759,
55.769925
],
[
37.565656,
55.769859
],
[
37.565585999999996,
55.769797
],
[
37.565546,
55.769740999999996
],
[
37.565515999999995,
55.769686
],
[
37.565497,
55.769624
],
[
37.565447999999996,
55.769462999999995
],
[
37.565348,
55.769135999999996
],
[
37.565304999999995,
55.768997999999996
],
[
37.565146,
55.768477
],
[
37.564979,
55.767931
],
[
37.564966,
55.767883
],
[
37.564904,
55.767649
],
[
37.564865,
55.767502
],
[
37.564774,
55.767168
],
[
37.564679,
55.766839999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.566325,
55.770151
],
[
37.566095,
55.77007
],
[
37.566032,
55.770047999999996
],
[
37.565759,
55.769925
],
[
37.565656,
55.769859
],
[
37.565585999999996,
55.769797
],
[
37.565546,
55.769740999999996
],
[
37.565515999999995,
55.769686
],
[
37.565497,
55.769624
],
[
37.565447999999996,
55.769462999999995
],
[
37.565348,
55.769135999999996
],
[
37.565304999999995,
55.768997999999996
],
[
37.565146,
55.768477
],
[
37.564979,
55.767931
],
[
37.564966,
55.767883
],
[
37.564904,
55.767649
],
[
37.564865,
55.767502
],
[
37.564774,
55.767168
],
[
37.564679,
55.766839999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.564533,
55.766853
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.564533,
55.766853
]
},
"properties": {
"name": "Улица Климашкина",
"description": "Улица Климашкина",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642143",
"name": "Улица Климашкина"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.564679,
55.766839999999995
],
[
37.564675,
55.766824
],
[
37.564637999999995,
55.766693999999994
],
[
37.564532,
55.766324
],
[
37.56435,
55.765688
],
[
37.564326,
55.765605
],
[
37.564296,
55.76551
],
[
37.564127,
55.764922
],
[
37.564054,
55.764663
],
[
37.563969,
55.764368999999995
],
[
37.563925999999995,
55.764219
],
[
37.563894,
55.764123999999995
],
[
37.56379,
55.763743
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.564679,
55.766839999999995
],
[
37.564675,
55.766824
],
[
37.564637999999995,
55.766693999999994
],
[
37.564532,
55.766324
],
[
37.56435,
55.765688
],
[
37.564326,
55.765605
],
[
37.564296,
55.76551
],
[
37.564127,
55.764922
],
[
37.564054,
55.764663
],
[
37.563969,
55.764368999999995
],
[
37.563925999999995,
55.764219
],
[
37.563894,
55.764123999999995
],
[
37.56379,
55.763743
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.563529712,
55.763765937
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.563529712,
55.763765937
]
},
"properties": {
"name": "Метро Улица 1905 года",
"description": "Метро Улица 1905 года",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642144",
"name": "Метро Улица 1905 года"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.56379,
55.763743
],
[
37.563728999999995,
55.76352
],
[
37.563679,
55.763363
],
[
37.563553999999996,
55.763242999999996
],
[
37.563320999999995,
55.762986999999995
],
[
37.563198,
55.762868999999995
],
[
37.563041999999996,
55.762702
],
[
37.562633,
55.762260999999995
],
[
37.562132999999996,
55.761699
],
[
37.561735,
55.761250999999994
],
[
37.561679,
55.761179
],
[
37.561192999999996,
55.760560999999996
],
[
37.560688,
55.759919
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.56379,
55.763743
],
[
37.563728999999995,
55.76352
],
[
37.563679,
55.763363
],
[
37.563553999999996,
55.763242999999996
],
[
37.563320999999995,
55.762986999999995
],
[
37.563198,
55.762868999999995
],
[
37.563041999999996,
55.762702
],
[
37.562633,
55.762260999999995
],
[
37.562132999999996,
55.761699
],
[
37.561735,
55.761250999999994
],
[
37.561679,
55.761179
],
[
37.561192999999996,
55.760560999999996
],
[
37.560688,
55.759919
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.560526682,
55.759959182
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.560526682,
55.759959182
]
},
"properties": {
"name": "Улица Трёхгорный Вал",
"description": "Улица Трёхгорный Вал",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642145",
"name": "Улица Трёхгорный Вал"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.560688,
55.759919
],
[
37.560660999999996,
55.759885
],
[
37.560581,
55.759795
],
[
37.560331,
55.759485
],
[
37.560300999999995,
55.759448
],
[
37.560125,
55.759268
],
[
37.560055999999996,
55.759209
],
[
37.559993999999996,
55.759166
],
[
37.559916,
55.759122999999995
],
[
37.559827999999996,
55.759083
],
[
37.559701,
55.759054
],
[
37.559593,
55.759035999999995
],
[
37.559486,
55.759024
],
[
37.559376,
55.759015
],
[
37.558391,
55.758950999999996
],
[
37.558184,
55.758936
],
[
37.558064,
55.758928999999995
],
[
37.557974,
55.758924
],
[
37.55614,
55.758831
],
[
37.555987,
55.758821999999995
],
[
37.554974,
55.758758
],
[
37.554868,
55.758748999999995
],
[
37.554138,
55.758700999999995
],
[
37.553746,
55.758675
],
[
37.553581,
55.758663
],
[
37.553416999999996,
55.758649
],
[
37.553272,
55.758637
],
[
37.553121,
55.758612
],
[
37.553021,
55.758593
],
[
37.552257,
55.758454
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.560688,
55.759919
],
[
37.560660999999996,
55.759885
],
[
37.560581,
55.759795
],
[
37.560331,
55.759485
],
[
37.560300999999995,
55.759448
],
[
37.560125,
55.759268
],
[
37.560055999999996,
55.759209
],
[
37.559993999999996,
55.759166
],
[
37.559916,
55.759122999999995
],
[
37.559827999999996,
55.759083
],
[
37.559701,
55.759054
],
[
37.559593,
55.759035999999995
],
[
37.559486,
55.759024
],
[
37.559376,
55.759015
],
[
37.558391,
55.758950999999996
],
[
37.558184,
55.758936
],
[
37.558064,
55.758928999999995
],
[
37.557974,
55.758924
],
[
37.55614,
55.758831
],
[
37.555987,
55.758821999999995
],
[
37.554974,
55.758758
],
[
37.554868,
55.758748999999995
],
[
37.554138,
55.758700999999995
],
[
37.553746,
55.758675
],
[
37.553581,
55.758663
],
[
37.553416999999996,
55.758649
],
[
37.553272,
55.758637
],
[
37.553121,
55.758612
],
[
37.553021,
55.758593
],
[
37.552257,
55.758454
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.552206009,
55.758542324
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.552206009,
55.758542324
]
},
"properties": {
"name": "Улица Анны Северьяновой",
"description": "Улица Анны Северьяновой",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642146",
"name": "Улица Анны Северьяновой"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.552257,
55.758454
],
[
37.55047,
55.758129
],
[
37.550084,
55.758063
],
[
37.54991,
55.758033999999995
],
[
37.549923,
55.75794
],
[
37.549994999999996,
55.757486
],
[
37.550081999999996,
55.756971
],
[
37.550108,
55.756826
],
[
37.550143,
55.756651999999995
],
[
37.550165,
55.756558
],
[
37.550292999999996,
55.756040999999996
],
[
37.550318,
55.755953999999996
],
[
37.550149999999995,
55.755939
],
[
37.549754,
55.755902999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.552257,
55.758454
],
[
37.55047,
55.758129
],
[
37.550084,
55.758063
],
[
37.54991,
55.758033999999995
],
[
37.549923,
55.75794
],
[
37.549994999999996,
55.757486
],
[
37.550081999999996,
55.756971
],
[
37.550108,
55.756826
],
[
37.550143,
55.756651999999995
],
[
37.550165,
55.756558
],
[
37.550292999999996,
55.756040999999996
],
[
37.550318,
55.755953999999996
],
[
37.550149999999995,
55.755939
],
[
37.549754,
55.755902999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.54973642,
55.755962377
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.54973642,
55.755962377
]
},
"properties": {
"name": "Мантулинская улица",
"description": "Мантулинская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642147",
"name": "Мантулинская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.549754,
55.755902999999996
],
[
37.549304,
55.755862
],
[
37.549004,
55.755831
],
[
37.548963,
55.755821999999995
],
[
37.548915,
55.755807999999995
],
[
37.548867,
55.755790999999995
],
[
37.548815999999995,
55.755767999999996
],
[
37.548767999999995,
55.755741
],
[
37.54866,
55.755675999999994
],
[
37.548607,
55.755644999999994
],
[
37.548387,
55.755516
],
[
37.548280999999996,
55.755451
],
[
37.548207,
55.755398
],
[
37.548134999999995,
55.755342
],
[
37.548063,
55.75528
],
[
37.548004999999996,
55.755218
],
[
37.547948,
55.755153
],
[
37.547908,
55.755092
],
[
37.547867,
55.755024999999996
],
[
37.547739,
55.754760999999995
],
[
37.547685,
55.754647
],
[
37.547649,
55.754569
],
[
37.547619,
55.754511
],
[
37.547596,
55.754467999999996
],
[
37.547573,
55.754427
],
[
37.54755,
55.754386999999994
],
[
37.547518,
55.75434
],
[
37.547486,
55.754303
],
[
37.547442,
55.754253999999996
],
[
37.547411,
55.754220999999994
],
[
37.547366,
55.754177
],
[
37.547329999999995,
55.754141
],
[
37.547291,
55.754109
],
[
37.547245,
55.754070999999996
],
[
37.547202,
55.754047
],
[
37.547146999999995,
55.754019
],
[
37.547098,
55.753997999999996
],
[
37.547046,
55.753978
],
[
37.546966,
55.753947999999994
],
[
37.546867999999996,
55.753913
],
[
37.546782,
55.753884
],
[
37.546397,
55.753768
],
[
37.546198,
55.75371
],
[
37.545716,
55.753571
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.549754,
55.755902999999996
],
[
37.549304,
55.755862
],
[
37.549004,
55.755831
],
[
37.548963,
55.755821999999995
],
[
37.548915,
55.755807999999995
],
[
37.548867,
55.755790999999995
],
[
37.548815999999995,
55.755767999999996
],
[
37.548767999999995,
55.755741
],
[
37.54866,
55.755675999999994
],
[
37.548607,
55.755644999999994
],
[
37.548387,
55.755516
],
[
37.548280999999996,
55.755451
],
[
37.548207,
55.755398
],
[
37.548134999999995,
55.755342
],
[
37.548063,
55.75528
],
[
37.548004999999996,
55.755218
],
[
37.547948,
55.755153
],
[
37.547908,
55.755092
],
[
37.547867,
55.755024999999996
],
[
37.547739,
55.754760999999995
],
[
37.547685,
55.754647
],
[
37.547649,
55.754569
],
[
37.547619,
55.754511
],
[
37.547596,
55.754467999999996
],
[
37.547573,
55.754427
],
[
37.54755,
55.754386999999994
],
[
37.547518,
55.75434
],
[
37.547486,
55.754303
],
[
37.547442,
55.754253999999996
],
[
37.547411,
55.754220999999994
],
[
37.547366,
55.754177
],
[
37.547329999999995,
55.754141
],
[
37.547291,
55.754109
],
[
37.547245,
55.754070999999996
],
[
37.547202,
55.754047
],
[
37.547146999999995,
55.754019
],
[
37.547098,
55.753997999999996
],
[
37.547046,
55.753978
],
[
37.546966,
55.753947999999994
],
[
37.546867999999996,
55.753913
],
[
37.546782,
55.753884
],
[
37.546397,
55.753768
],
[
37.546198,
55.75371
],
[
37.545716,
55.753571
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.54563111,
55.753663787
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.54563111,
55.753663787
]
},
"properties": {
"name": "1-й Красногвардейский проезд",
"description": "1-й Красногвардейский проезд",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642148",
"name": "1-й Красногвардейский проезд"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.545716,
55.753571
],
[
37.545004,
55.753366
],
[
37.54493,
55.753344999999996
],
[
37.544047,
55.75309
],
[
37.543669,
55.752984
],
[
37.543621,
55.752969
],
[
37.543357,
55.752897999999995
],
[
37.543043999999995,
55.752810999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.545716,
55.753571
],
[
37.545004,
55.753366
],
[
37.54493,
55.753344999999996
],
[
37.544047,
55.75309
],
[
37.543669,
55.752984
],
[
37.543621,
55.752969
],
[
37.543357,
55.752897999999995
],
[
37.543043999999995,
55.752810999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.54293344,
55.752938601
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.54293344,
55.752938601
]
},
"properties": {
"name": "Выставочный комплекс",
"description": "Выставочный комплекс",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642149",
"name": "Выставочный комплекс"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.543043999999995,
55.752810999999994
],
[
37.542577,
55.752683
],
[
37.541531,
55.752398
],
[
37.541402999999995,
55.752361
],
[
37.541232,
55.752314
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.543043999999995,
55.752810999999994
],
[
37.542577,
55.752683
],
[
37.541531,
55.752398
],
[
37.541402999999995,
55.752361
],
[
37.541232,
55.752314
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.541127648,
55.752432958
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.541127648,
55.752432958
]
},
"properties": {
"name": "Метро Выставочная",
"description": "Метро Выставочная",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9649560",
"name": "Метро Выставочная"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.541232,
55.752314
],
[
37.540928,
55.752229
],
[
37.540862,
55.752212
],
[
37.540526,
55.752122
],
[
37.540318,
55.752067
],
[
37.539168,
55.751743999999995
],
[
37.538376,
55.751529999999995
],
[
37.538087,
55.751529999999995
],
[
37.537980999999995,
55.751532999999995
],
[
37.537887,
55.751542
],
[
37.537785,
55.751560999999995
],
[
37.53761,
55.751605
],
[
37.537366999999996,
55.75168
],
[
37.537169,
55.751742
],
[
37.536834,
55.75185
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.541232,
55.752314
],
[
37.540928,
55.752229
],
[
37.540862,
55.752212
],
[
37.540526,
55.752122
],
[
37.540318,
55.752067
],
[
37.539168,
55.751743999999995
],
[
37.538376,
55.751529999999995
],
[
37.538087,
55.751529999999995
],
[
37.537980999999995,
55.751532999999995
],
[
37.537887,
55.751542
],
[
37.537785,
55.751560999999995
],
[
37.53761,
55.751605
],
[
37.537366999999996,
55.75168
],
[
37.537169,
55.751742
],
[
37.536834,
55.75185
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.536926312,
55.751940402
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.536926312,
55.751940402
]
},
"properties": {
"name": "2-й Красногвардейский проезд",
"description": "2-й Красногвардейский проезд",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642150",
"name": "2-й Красногвардейский проезд"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.536834,
55.75185
],
[
37.536313,
55.752019
],
[
37.536032,
55.752114
],
[
37.535758,
55.752210999999996
],
[
37.535669999999996,
55.752247
],
[
37.535562999999996,
55.752289999999995
],
[
37.535346,
55.752368
],
[
37.534825999999995,
55.752553
],
[
37.533695,
55.752942999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.536834,
55.75185
],
[
37.536313,
55.752019
],
[
37.536032,
55.752114
],
[
37.535758,
55.752210999999996
],
[
37.535669999999996,
55.752247
],
[
37.535562999999996,
55.752289999999995
],
[
37.535346,
55.752368
],
[
37.534825999999995,
55.752553
],
[
37.533695,
55.752942999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.533737943,
55.752982152
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.533737943,
55.752982152
]
},
"properties": {
"name": "Платформа Тестовская",
"description": "Платформа Тестовская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9649559",
"name": "Платформа Тестовская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.533695,
55.752942999999995
],
[
37.53338,
55.753052
],
[
37.532921,
55.753187999999994
],
[
37.532833,
55.753218
],
[
37.532813,
55.753226999999995
],
[
37.532758,
55.753249
],
[
37.532688,
55.753282
],
[
37.532652,
55.753302999999995
],
[
37.532623,
55.753324
],
[
37.532603,
55.753341999999996
],
[
37.532584,
55.753364
],
[
37.532517,
55.75347
],
[
37.532765,
55.754034999999995
],
[
37.532886999999995,
55.754186999999995
],
[
37.533028,
55.754414999999995
],
[
37.533105,
55.75454
],
[
37.533139999999996,
55.754574
],
[
37.53318,
55.754604
],
[
37.533239,
55.75463
],
[
37.533293,
55.754647
],
[
37.533353,
55.754656999999995
],
[
37.533421,
55.754661999999996
],
[
37.533508,
55.754659999999994
],
[
37.533673,
55.754647
],
[
37.533825,
55.754641
],
[
37.533966,
55.754639
],
[
37.534110999999996,
55.754642999999994
],
[
37.534239,
55.754653
],
[
37.534378,
55.754670999999995
],
[
37.534510999999995,
55.754697
],
[
37.535084,
55.754833999999995
],
[
37.535409,
55.754912999999995
],
[
37.535889999999995,
55.755033999999995
],
[
37.536156,
55.755105
],
[
37.536344,
55.755156
],
[
37.536522999999995,
55.755207
],
[
37.536659,
55.755255
],
[
37.536915,
55.755342
],
[
37.537397999999996,
55.755458999999995
],
[
37.537634,
55.755516
],
[
37.539738,
55.756018999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.533695,
55.752942999999995
],
[
37.53338,
55.753052
],
[
37.532921,
55.753187999999994
],
[
37.532833,
55.753218
],
[
37.532813,
55.753226999999995
],
[
37.532758,
55.753249
],
[
37.532688,
55.753282
],
[
37.532652,
55.753302999999995
],
[
37.532623,
55.753324
],
[
37.532603,
55.753341999999996
],
[
37.532584,
55.753364
],
[
37.532517,
55.75347
],
[
37.532765,
55.754034999999995
],
[
37.532886999999995,
55.754186999999995
],
[
37.533028,
55.754414999999995
],
[
37.533105,
55.75454
],
[
37.533139999999996,
55.754574
],
[
37.53318,
55.754604
],
[
37.533239,
55.75463
],
[
37.533293,
55.754647
],
[
37.533353,
55.754656999999995
],
[
37.533421,
55.754661999999996
],
[
37.533508,
55.754659999999994
],
[
37.533673,
55.754647
],
[
37.533825,
55.754641
],
[
37.533966,
55.754639
],
[
37.534110999999996,
55.754642999999994
],
[
37.534239,
55.754653
],
[
37.534378,
55.754670999999995
],
[
37.534510999999995,
55.754697
],
[
37.535084,
55.754833999999995
],
[
37.535409,
55.754912999999995
],
[
37.535889999999995,
55.755033999999995
],
[
37.536156,
55.755105
],
[
37.536344,
55.755156
],
[
37.536522999999995,
55.755207
],
[
37.536659,
55.755255
],
[
37.536915,
55.755342
],
[
37.537397999999996,
55.755458999999995
],
[
37.537634,
55.755516
],
[
37.539738,
55.756018999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.53977372,
55.755971552
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.53977372,
55.755971552
]
},
"properties": {
"name": "Шмитовский проезд - Детская больница",
"description": "Шмитовский проезд - Детская больница",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9645471",
"name": "Шмитовский проезд - Детская больница"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.539738,
55.756018999999995
],
[
37.541069,
55.756336
],
[
37.541211,
55.756381999999995
],
[
37.541584,
55.756485999999995
],
[
37.541774,
55.75653
],
[
37.542018,
55.756592
],
[
37.542297999999995,
55.756656
],
[
37.542477,
55.756702
],
[
37.543155999999996,
55.756876
],
[
37.543582,
55.756983
],
[
37.543851,
55.757045999999995
],
[
37.544050999999996,
55.757089
],
[
37.544281,
55.75713
],
[
37.54452,
55.757168
],
[
37.544699,
55.757197
],
[
37.545826999999996,
55.757352999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.539738,
55.756018999999995
],
[
37.541069,
55.756336
],
[
37.541211,
55.756381999999995
],
[
37.541584,
55.756485999999995
],
[
37.541774,
55.75653
],
[
37.542018,
55.756592
],
[
37.542297999999995,
55.756656
],
[
37.542477,
55.756702
],
[
37.543155999999996,
55.756876
],
[
37.543582,
55.756983
],
[
37.543851,
55.757045999999995
],
[
37.544050999999996,
55.757089
],
[
37.544281,
55.75713
],
[
37.54452,
55.757168
],
[
37.544699,
55.757197
],
[
37.545826999999996,
55.757352999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.545848116,
55.757303695
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.545848116,
55.757303695
]
},
"properties": {
"name": "Красногвардейский бульвар",
"description": "Красногвардейский бульвар",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642681",
"name": "Красногвардейский бульвар"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.545826999999996,
55.757352999999995
],
[
37.546158,
55.757399
],
[
37.546427,
55.757441
],
[
37.546818,
55.757512999999996
],
[
37.547551999999996,
55.757636999999995
],
[
37.548109,
55.757732999999995
],
[
37.548356,
55.757776
],
[
37.54875,
55.757839999999995
],
[
37.549763999999996,
55.75801
],
[
37.54991,
55.758033999999995
],
[
37.550084,
55.758063
],
[
37.55047,
55.758129
],
[
37.551027,
55.75823
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.545826999999996,
55.757352999999995
],
[
37.546158,
55.757399
],
[
37.546427,
55.757441
],
[
37.546818,
55.757512999999996
],
[
37.547551999999996,
55.757636999999995
],
[
37.548109,
55.757732999999995
],
[
37.548356,
55.757776
],
[
37.54875,
55.757839999999995
],
[
37.549763999999996,
55.75801
],
[
37.54991,
55.758033999999995
],
[
37.550084,
55.758063
],
[
37.55047,
55.758129
],
[
37.551027,
55.75823
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.551063336,
55.758167701
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.551063336,
55.758167701
]
},
"properties": {
"name": "Улица Сергея Макеева",
"description": "Улица Сергея Макеева",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642347",
"name": "Улица Сергея Макеева"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.551027,
55.75823
],
[
37.553021,
55.758593
],
[
37.553121,
55.758612
],
[
37.553272,
55.758637
],
[
37.553416999999996,
55.758649
],
[
37.553581,
55.758663
],
[
37.553746,
55.758675
],
[
37.554111,
55.7587
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.551027,
55.75823
],
[
37.553021,
55.758593
],
[
37.553121,
55.758612
],
[
37.553272,
55.758637
],
[
37.553416999999996,
55.758649
],
[
37.553581,
55.758663
],
[
37.553746,
55.758675
],
[
37.554111,
55.7587
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.554123066,
55.758640816
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.554123066,
55.758640816
]
},
"properties": {
"name": "Улица Анны Северьяновой",
"description": "Улица Анны Северьяновой",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642156",
"name": "Улица Анны Северьяновой"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.554111,
55.7587
],
[
37.554138,
55.758700999999995
],
[
37.554868,
55.758748999999995
],
[
37.554974,
55.758758
],
[
37.555987,
55.758821999999995
],
[
37.55614,
55.758831
],
[
37.557974,
55.758924
],
[
37.558064,
55.758928999999995
],
[
37.558184,
55.758936
],
[
37.558391,
55.758950999999996
],
[
37.559172,
55.759001999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.554111,
55.7587
],
[
37.554138,
55.758700999999995
],
[
37.554868,
55.758748999999995
],
[
37.554974,
55.758758
],
[
37.555987,
55.758821999999995
],
[
37.55614,
55.758831
],
[
37.557974,
55.758924
],
[
37.558064,
55.758928999999995
],
[
37.558184,
55.758936
],
[
37.558391,
55.758950999999996
],
[
37.559172,
55.759001999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.559198979,
55.758873543
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.559198979,
55.758873543
]
},
"properties": {
"name": "Улица Трёхгорный Вал",
"description": "Улица Трёхгорный Вал",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642157",
"name": "Улица Трёхгорный Вал"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.559172,
55.759001999999995
],
[
37.559376,
55.759015
],
[
37.559486,
55.759024
],
[
37.559593,
55.759035999999995
],
[
37.559701,
55.759054
],
[
37.559827999999996,
55.759083
],
[
37.559916,
55.759122999999995
],
[
37.559993999999996,
55.759166
],
[
37.560055999999996,
55.759209
],
[
37.560125,
55.759268
],
[
37.560300999999995,
55.759448
],
[
37.560331,
55.759485
],
[
37.560581,
55.759795
],
[
37.560660999999996,
55.759885
],
[
37.561192999999996,
55.760560999999996
],
[
37.561679,
55.761179
],
[
37.561735,
55.761250999999994
],
[
37.562132999999996,
55.761699
],
[
37.562633,
55.762260999999995
],
[
37.563041999999996,
55.762702
],
[
37.563198,
55.762868999999995
],
[
37.563320999999995,
55.762986999999995
],
[
37.563553999999996,
55.763242999999996
],
[
37.563679,
55.763363
],
[
37.563728999999995,
55.76352
],
[
37.563894,
55.764123999999995
],
[
37.563925999999995,
55.764219
],
[
37.563967999999996,
55.764362999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.559172,
55.759001999999995
],
[
37.559376,
55.759015
],
[
37.559486,
55.759024
],
[
37.559593,
55.759035999999995
],
[
37.559701,
55.759054
],
[
37.559827999999996,
55.759083
],
[
37.559916,
55.759122999999995
],
[
37.559993999999996,
55.759166
],
[
37.560055999999996,
55.759209
],
[
37.560125,
55.759268
],
[
37.560300999999995,
55.759448
],
[
37.560331,
55.759485
],
[
37.560581,
55.759795
],
[
37.560660999999996,
55.759885
],
[
37.561192999999996,
55.760560999999996
],
[
37.561679,
55.761179
],
[
37.561735,
55.761250999999994
],
[
37.562132999999996,
55.761699
],
[
37.562633,
55.762260999999995
],
[
37.563041999999996,
55.762702
],
[
37.563198,
55.762868999999995
],
[
37.563320999999995,
55.762986999999995
],
[
37.563553999999996,
55.763242999999996
],
[
37.563679,
55.763363
],
[
37.563728999999995,
55.76352
],
[
37.563894,
55.764123999999995
],
[
37.563925999999995,
55.764219
],
[
37.563967999999996,
55.764362999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.564131227,
55.764347895
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.564131227,
55.764347895
]
},
"properties": {
"name": "Метро Улица 1905 года",
"description": "Метро Улица 1905 года",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642158",
"name": "Метро Улица 1905 года"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.563967999999996,
55.764362999999996
],
[
37.563969,
55.764368999999995
],
[
37.564054,
55.764663
],
[
37.564127,
55.764922
],
[
37.564296,
55.76551
],
[
37.564326,
55.765605
],
[
37.56435,
55.765688
],
[
37.564532,
55.766324
],
[
37.564637999999995,
55.766693999999994
],
[
37.564675,
55.766824
],
[
37.564774,
55.767168
],
[
37.564865,
55.767502
],
[
37.564904,
55.767649
],
[
37.564966,
55.767883
],
[
37.564979,
55.767931
],
[
37.565067,
55.768218999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.563967999999996,
55.764362999999996
],
[
37.563969,
55.764368999999995
],
[
37.564054,
55.764663
],
[
37.564127,
55.764922
],
[
37.564296,
55.76551
],
[
37.564326,
55.765605
],
[
37.56435,
55.765688
],
[
37.564532,
55.766324
],
[
37.564637999999995,
55.766693999999994
],
[
37.564675,
55.766824
],
[
37.564774,
55.767168
],
[
37.564865,
55.767502
],
[
37.564904,
55.767649
],
[
37.564966,
55.767883
],
[
37.564979,
55.767931
],
[
37.565067,
55.768218999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.565175779,
55.768208318
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.565175779,
55.768208318
]
},
"properties": {
"name": "Улица Климашкина",
"description": "Улица Климашкина",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642159",
"name": "Улица Климашкина"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.565067,
55.768218999999995
],
[
37.565146,
55.768477
],
[
37.565304999999995,
55.768997999999996
],
[
37.565348,
55.769135999999996
],
[
37.565447999999996,
55.769462999999995
],
[
37.565497,
55.769624
],
[
37.565515999999995,
55.769686
],
[
37.565546,
55.769740999999996
],
[
37.565585999999996,
55.769797
],
[
37.565656,
55.769859
],
[
37.565759,
55.769925
],
[
37.565844999999996,
55.769963
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.565067,
55.768218999999995
],
[
37.565146,
55.768477
],
[
37.565304999999995,
55.768997999999996
],
[
37.565348,
55.769135999999996
],
[
37.565447999999996,
55.769462999999995
],
[
37.565497,
55.769624
],
[
37.565515999999995,
55.769686
],
[
37.565546,
55.769740999999996
],
[
37.565585999999996,
55.769797
],
[
37.565656,
55.769859
],
[
37.565759,
55.769925
],
[
37.565844999999996,
55.769963
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.56595077,
55.76988933
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.56595077,
55.76988933
]
},
"properties": {
"name": "Большой Тишинский переулок",
"description": "Большой Тишинский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642160",
"name": "Большой Тишинский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.565844999999996,
55.769963
],
[
37.566032,
55.770047999999996
],
[
37.566095,
55.77007
],
[
37.566416,
55.770182999999996
],
[
37.566544,
55.77023
],
[
37.56698,
55.770388
],
[
37.567150999999996,
55.770443
],
[
37.567468999999996,
55.770554999999995
],
[
37.568045,
55.770762
],
[
37.568816,
55.771038999999995
],
[
37.568948999999996,
55.771091999999996
],
[
37.569033999999995,
55.771122
],
[
37.569534,
55.771297999999994
],
[
37.56972,
55.771363
],
[
37.570475,
55.771625
],
[
37.570608,
55.771671
],
[
37.571017999999995,
55.771817999999996
],
[
37.571304999999995,
55.771919999999994
],
[
37.571535,
55.772002
],
[
37.572179,
55.772227
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.565844999999996,
55.769963
],
[
37.566032,
55.770047999999996
],
[
37.566095,
55.77007
],
[
37.566416,
55.770182999999996
],
[
37.566544,
55.77023
],
[
37.56698,
55.770388
],
[
37.567150999999996,
55.770443
],
[
37.567468999999996,
55.770554999999995
],
[
37.568045,
55.770762
],
[
37.568816,
55.771038999999995
],
[
37.568948999999996,
55.771091999999996
],
[
37.569033999999995,
55.771122
],
[
37.569534,
55.771297999999994
],
[
37.56972,
55.771363
],
[
37.570475,
55.771625
],
[
37.570608,
55.771671
],
[
37.571017999999995,
55.771817999999996
],
[
37.571304999999995,
55.771919999999994
],
[
37.571535,
55.772002
],
[
37.572179,
55.772227
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.572250901,
55.772161676
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.572250901,
55.772161676
]
},
"properties": {
"name": "Малая Грузинская улица",
"description": "Малая Грузинская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642161",
"name": "Малая Грузинская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.572179,
55.772227
],
[
37.572767999999996,
55.772431999999995
],
[
37.572877,
55.772476999999995
],
[
37.573063999999995,
55.772563
],
[
37.573257,
55.772656
],
[
37.573346,
55.772693
],
[
37.573616,
55.772779
],
[
37.574019,
55.772903
],
[
37.574138,
55.772937999999996
],
[
37.574239,
55.772962
],
[
37.574338,
55.772976
],
[
37.574435,
55.772987
],
[
37.574549,
55.772991
],
[
37.574652,
55.772988
],
[
37.574863,
55.772974999999995
],
[
37.575033,
55.772954999999996
],
[
37.575448,
55.772898999999995
],
[
37.575559999999996,
55.772884
],
[
37.575907,
55.772838
],
[
37.576004,
55.77283
],
[
37.576077999999995,
55.772827
],
[
37.576152,
55.772833
],
[
37.576231,
55.77285
],
[
37.57691,
55.773077
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.572179,
55.772227
],
[
37.572767999999996,
55.772431999999995
],
[
37.572877,
55.772476999999995
],
[
37.573063999999995,
55.772563
],
[
37.573257,
55.772656
],
[
37.573346,
55.772693
],
[
37.573616,
55.772779
],
[
37.574019,
55.772903
],
[
37.574138,
55.772937999999996
],
[
37.574239,
55.772962
],
[
37.574338,
55.772976
],
[
37.574435,
55.772987
],
[
37.574549,
55.772991
],
[
37.574652,
55.772988
],
[
37.574863,
55.772974999999995
],
[
37.575033,
55.772954999999996
],
[
37.575448,
55.772898999999995
],
[
37.575559999999996,
55.772884
],
[
37.575907,
55.772838
],
[
37.576004,
55.77283
],
[
37.576077999999995,
55.772827
],
[
37.576152,
55.772833
],
[
37.576231,
55.77285
],
[
37.57691,
55.773077
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.577003247,
55.77298929
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.577003247,
55.77298929
]
},
"properties": {
"name": "Электрический переулок",
"description": "Электрический переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642162",
"name": "Электрический переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.57691,
55.773077
],
[
37.577202,
55.773174999999995
],
[
37.577853,
55.773391999999994
],
[
37.578007,
55.773444999999995
],
[
37.578565,
55.773635
],
[
37.578699,
55.773680999999996
],
[
37.579158,
55.773835
],
[
37.579513,
55.773956
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.57691,
55.773077
],
[
37.577202,
55.773174999999995
],
[
37.577853,
55.773391999999994
],
[
37.578007,
55.773444999999995
],
[
37.578565,
55.773635
],
[
37.578699,
55.773680999999996
],
[
37.579158,
55.773835
],
[
37.579513,
55.773956
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.579568404,
55.773905202
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.579568404,
55.773905202
]
},
"properties": {
"name": "Большой Кондратьевский переулок",
"description": "Большой Кондратьевский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642163",
"name": "Большой Кондратьевский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.579513,
55.773956
],
[
37.57989,
55.774085
],
[
37.580199,
55.774187
],
[
37.580964,
55.774437999999996
],
[
37.581238,
55.774528999999994
],
[
37.582297,
55.774877999999994
],
[
37.583014999999996,
55.775146
],
[
37.583309,
55.775248999999995
],
[
37.583357,
55.775313
],
[
37.583342,
55.775369
],
[
37.582941999999996,
55.775931
],
[
37.582906,
55.775996
],
[
37.582884,
55.776053999999995
],
[
37.582887,
55.776115
],
[
37.582902,
55.776167
],
[
37.582927999999995,
55.776199999999996
],
[
37.582958,
55.776233999999995
],
[
37.583003,
55.776270999999994
],
[
37.583048,
55.776303999999996
],
[
37.583258,
55.776432
],
[
37.58381,
55.776785
],
[
37.583952,
55.776874
],
[
37.584137,
55.776995
],
[
37.584489,
55.777234
],
[
37.584582999999995,
55.777308
],
[
37.584806,
55.777505
],
[
37.584831,
55.777528999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.579513,
55.773956
],
[
37.57989,
55.774085
],
[
37.580199,
55.774187
],
[
37.580964,
55.774437999999996
],
[
37.581238,
55.774528999999994
],
[
37.582297,
55.774877999999994
],
[
37.583014999999996,
55.775146
],
[
37.583309,
55.775248999999995
],
[
37.583357,
55.775313
],
[
37.583342,
55.775369
],
[
37.582941999999996,
55.775931
],
[
37.582906,
55.775996
],
[
37.582884,
55.776053999999995
],
[
37.582887,
55.776115
],
[
37.582902,
55.776167
],
[
37.582927999999995,
55.776199999999996
],
[
37.582958,
55.776233999999995
],
[
37.583003,
55.776270999999994
],
[
37.583048,
55.776303999999996
],
[
37.583258,
55.776432
],
[
37.58381,
55.776785
],
[
37.583952,
55.776874
],
[
37.584137,
55.776995
],
[
37.584489,
55.777234
],
[
37.584582999999995,
55.777308
],
[
37.584806,
55.777505
],
[
37.584831,
55.777528999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.584990623,
55.77747807
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.584990623,
55.77747807
]
},
"properties": {
"name": "Метро Белорусская",
"description": "Метро Белорусская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642164",
"name": "Метро Белорусская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.584831,
55.777528999999994
],
[
37.584905,
55.777601999999995
],
[
37.584984,
55.777688999999995
],
[
37.585052999999995,
55.777772999999996
],
[
37.585116,
55.777864
],
[
37.585164999999996,
55.777944999999995
],
[
37.58521,
55.778031
],
[
37.585232,
55.77811
],
[
37.585237,
55.778137
],
[
37.585243999999996,
55.778186
],
[
37.585257,
55.778397
],
[
37.58546,
55.778982
],
[
37.58553,
55.779216
],
[
37.58558,
55.779379999999996
],
[
37.585608,
55.779488
],
[
37.585665,
55.779683999999996
],
[
37.585806,
55.780164
],
[
37.585876999999996,
55.780407999999994
],
[
37.585989,
55.780789999999996
],
[
37.586076,
55.781088999999994
],
[
37.586234999999995,
55.781633
],
[
37.58625,
55.781684999999996
],
[
37.586341999999995,
55.782002999999996
],
[
37.586383,
55.782142
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.584831,
55.777528999999994
],
[
37.584905,
55.777601999999995
],
[
37.584984,
55.777688999999995
],
[
37.585052999999995,
55.777772999999996
],
[
37.585116,
55.777864
],
[
37.585164999999996,
55.777944999999995
],
[
37.58521,
55.778031
],
[
37.585232,
55.77811
],
[
37.585237,
55.778137
],
[
37.585243999999996,
55.778186
],
[
37.585257,
55.778397
],
[
37.58546,
55.778982
],
[
37.58553,
55.779216
],
[
37.58558,
55.779379999999996
],
[
37.585608,
55.779488
],
[
37.585665,
55.779683999999996
],
[
37.585806,
55.780164
],
[
37.585876999999996,
55.780407999999994
],
[
37.585989,
55.780789999999996
],
[
37.586076,
55.781088999999994
],
[
37.586234999999995,
55.781633
],
[
37.58625,
55.781684999999996
],
[
37.586341999999995,
55.782002999999996
],
[
37.586383,
55.782142
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586481441,
55.782133069
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586481441,
55.782133069
]
},
"properties": {
"name": "2-й Лесной переулок",
"description": "2-й Лесной переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9639747",
"name": "2-й Лесной переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.586383,
55.782142
],
[
37.586452,
55.782382
],
[
37.586814,
55.78369
],
[
37.587199,
55.785019999999996
],
[
37.587201,
55.785028
],
[
37.587241,
55.785168999999996
],
[
37.587432,
55.785832
],
[
37.587495,
55.786048
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.586383,
55.782142
],
[
37.586452,
55.782382
],
[
37.586814,
55.78369
],
[
37.587199,
55.785019999999996
],
[
37.587201,
55.785028
],
[
37.587241,
55.785168999999996
],
[
37.587432,
55.785832
],
[
37.587495,
55.786048
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.587641409,
55.786034859
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.587641409,
55.786034859
]
},
"properties": {
"name": "Новолесная улица",
"description": "Новолесная улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640765",
"name": "Новолесная улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.587495,
55.786048
],
[
37.587556,
55.786255
],
[
37.587793999999995,
55.787093999999996
],
[
37.587806,
55.787135
],
[
37.587956,
55.787713
],
[
37.588046,
55.788059999999994
],
[
37.588063,
55.788118999999995
],
[
37.588139999999996,
55.788424
],
[
37.588311999999995,
55.788959999999996
],
[
37.588456,
55.789474999999996
],
[
37.588547999999996,
55.789815999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.587495,
55.786048
],
[
37.587556,
55.786255
],
[
37.587793999999995,
55.787093999999996
],
[
37.587806,
55.787135
],
[
37.587956,
55.787713
],
[
37.588046,
55.788059999999994
],
[
37.588063,
55.788118999999995
],
[
37.588139999999996,
55.788424
],
[
37.588311999999995,
55.788959999999996
],
[
37.588456,
55.789474999999996
],
[
37.588547999999996,
55.789815999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.58865011,
55.789807542
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.58865011,
55.789807542
]
},
"properties": {
"name": "Угловой переулок",
"description": "Угловой переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642348",
"name": "Угловой переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588547999999996,
55.789815999999995
],
[
37.588605,
55.790028
],
[
37.588542,
55.790321999999996
],
[
37.588535,
55.790419
],
[
37.588536,
55.790516
],
[
37.588543,
55.790608999999996
],
[
37.58856,
55.790699
],
[
37.58866,
55.791083
],
[
37.58868,
55.791148
],
[
37.588705999999995,
55.791211
],
[
37.588741999999996,
55.79128
],
[
37.588778999999995,
55.791346
],
[
37.588815,
55.791402999999995
],
[
37.588856,
55.791461999999996
],
[
37.588904,
55.791519
],
[
37.588932,
55.791553
],
[
37.589026,
55.79166
],
[
37.589127,
55.791733
],
[
37.589186,
55.791771999999995
],
[
37.589245999999996,
55.791802999999994
],
[
37.589295,
55.791826
],
[
37.589400999999995,
55.791864999999994
],
[
37.589462,
55.791883999999996
],
[
37.589543,
55.791903999999995
],
[
37.589625999999996,
55.79192
],
[
37.589712999999996,
55.791934999999995
],
[
37.589799,
55.791945999999996
],
[
37.589878,
55.791954
],
[
37.589966,
55.791957999999994
],
[
37.590193,
55.791959
],
[
37.590255,
55.791959999999996
],
[
37.592515,
55.791962
],
[
37.593103,
55.791961
],
[
37.593449,
55.791962999999996
],
[
37.593728,
55.791968999999995
],
[
37.594239,
55.791982999999995
],
[
37.594930999999995,
55.792029
],
[
37.595307999999996,
55.792091
],
[
37.5958,
55.792117
],
[
37.595999,
55.792127
],
[
37.596331,
55.792148999999995
],
[
37.596461999999995,
55.792159999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588547999999996,
55.789815999999995
],
[
37.588605,
55.790028
],
[
37.588542,
55.790321999999996
],
[
37.588535,
55.790419
],
[
37.588536,
55.790516
],
[
37.588543,
55.790608999999996
],
[
37.58856,
55.790699
],
[
37.58866,
55.791083
],
[
37.58868,
55.791148
],
[
37.588705999999995,
55.791211
],
[
37.588741999999996,
55.79128
],
[
37.588778999999995,
55.791346
],
[
37.588815,
55.791402999999995
],
[
37.588856,
55.791461999999996
],
[
37.588904,
55.791519
],
[
37.588932,
55.791553
],
[
37.589026,
55.79166
],
[
37.589127,
55.791733
],
[
37.589186,
55.791771999999995
],
[
37.589245999999996,
55.791802999999994
],
[
37.589295,
55.791826
],
[
37.589400999999995,
55.791864999999994
],
[
37.589462,
55.791883999999996
],
[
37.589543,
55.791903999999995
],
[
37.589625999999996,
55.79192
],
[
37.589712999999996,
55.791934999999995
],
[
37.589799,
55.791945999999996
],
[
37.589878,
55.791954
],
[
37.589966,
55.791957999999994
],
[
37.590193,
55.791959
],
[
37.590255,
55.791959999999996
],
[
37.592515,
55.791962
],
[
37.593103,
55.791961
],
[
37.593449,
55.791962999999996
],
[
37.593728,
55.791968999999995
],
[
37.594239,
55.791982999999995
],
[
37.594930999999995,
55.792029
],
[
37.595307999999996,
55.792091
],
[
37.5958,
55.792117
],
[
37.595999,
55.792127
],
[
37.596331,
55.792148999999995
],
[
37.596461999999995,
55.792159999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.596490303,
55.792052605
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.596490303,
55.792052605
]
},
"properties": {
"name": "Мебельная фабрика",
"description": "Мебельная фабрика",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9639996",
"name": "Мебельная фабрика"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.596461999999995,
55.792159999999996
],
[
37.596892,
55.792196
],
[
37.597998,
55.792293
],
[
37.599264,
55.792401
],
[
37.599979999999995,
55.792462
],
[
37.600141,
55.792474999999996
],
[
37.600215,
55.79248
],
[
37.600424,
55.792494999999995
],
[
37.60064,
55.792507
],
[
37.600968,
55.792521
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.596461999999995,
55.792159999999996
],
[
37.596892,
55.792196
],
[
37.597998,
55.792293
],
[
37.599264,
55.792401
],
[
37.599979999999995,
55.792462
],
[
37.600141,
55.792474999999996
],
[
37.600215,
55.79248
],
[
37.600424,
55.792494999999995
],
[
37.60064,
55.792507
],
[
37.600968,
55.792521
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.60097824,
55.792444773
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.60097824,
55.792444773
]
},
"properties": {
"name": "Улица Двинцев",
"description": "Улица Двинцев",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640015",
"name": "Улица Двинцев"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.600968,
55.792521
],
[
37.601442999999996,
55.792541
],
[
37.601762,
55.792553999999996
],
[
37.60203,
55.792564999999996
],
[
37.603035999999996,
55.792604
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.600968,
55.792521
],
[
37.601442999999996,
55.792541
],
[
37.601762,
55.792553999999996
],
[
37.60203,
55.792564999999996
],
[
37.603035999999996,
55.792604
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.603047062,
55.792508524
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.603047062,
55.792508524
]
},
"properties": {
"name": "Новосущёвская улица",
"description": "Новосущёвская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642623",
"name": "Новосущёвская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.603035999999996,
55.792604
],
[
37.603162999999995,
55.792607999999994
],
[
37.603555,
55.792621
],
[
37.604365,
55.792651
],
[
37.605481,
55.792691999999995
],
[
37.605821999999996,
55.792656
],
[
37.605965999999995,
55.792643999999996
],
[
37.606105,
55.792638999999994
],
[
37.606235999999996,
55.792635999999995
],
[
37.606832,
55.792654
],
[
37.608042999999995,
55.792691999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.603035999999996,
55.792604
],
[
37.603162999999995,
55.792607999999994
],
[
37.603555,
55.792621
],
[
37.604365,
55.792651
],
[
37.605481,
55.792691999999995
],
[
37.605821999999996,
55.792656
],
[
37.605965999999995,
55.792643999999996
],
[
37.606105,
55.792638999999994
],
[
37.606235999999996,
55.792635999999995
],
[
37.606832,
55.792654
],
[
37.608042999999995,
55.792691999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.608049814,
55.792620311
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.608049814,
55.792620311
]
},
"properties": {
"name": "Улица Образцова",
"description": "Улица Образцова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9648910",
"name": "Улица Образцова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.608042999999995,
55.792691999999995
],
[
37.608351,
55.792701
],
[
37.608596,
55.792708999999995
],
[
37.609564,
55.792738
],
[
37.61045,
55.792773
],
[
37.610973,
55.79279
],
[
37.6119,
55.792832999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.608042999999995,
55.792691999999995
],
[
37.608351,
55.792701
],
[
37.608596,
55.792708999999995
],
[
37.609564,
55.792738
],
[
37.61045,
55.792773
],
[
37.610973,
55.79279
],
[
37.6119,
55.792832999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.611909203,
55.792772231
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.611909203,
55.792772231
]
},
"properties": {
"name": "Улица Сущёвский Вал, 46",
"description": "Улица Сущёвский Вал, 46",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640016",
"name": "Улица Сущёвский Вал, 46"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.6119,
55.792832999999995
],
[
37.612119,
55.792843999999995
],
[
37.612992,
55.792879
],
[
37.613144,
55.792884
],
[
37.613976,
55.792902
],
[
37.614283,
55.793006
],
[
37.614323,
55.793012999999995
],
[
37.615280999999996,
55.793029999999995
],
[
37.615611,
55.793025
],
[
37.615708,
55.793029999999995
],
[
37.61579,
55.793040999999995
],
[
37.615868999999996,
55.793054999999995
],
[
37.616015999999995,
55.793091999999994
],
[
37.616091,
55.793116
],
[
37.616184,
55.79315
],
[
37.616264,
55.79318
],
[
37.616246,
55.793361999999995
],
[
37.616228,
55.793513
],
[
37.616212,
55.793620999999995
],
[
37.616201,
55.793692
],
[
37.616189999999996,
55.793834
],
[
37.616184,
55.793915
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.6119,
55.792832999999995
],
[
37.612119,
55.792843999999995
],
[
37.612992,
55.792879
],
[
37.613144,
55.792884
],
[
37.613976,
55.792902
],
[
37.614283,
55.793006
],
[
37.614323,
55.793012999999995
],
[
37.615280999999996,
55.793029999999995
],
[
37.615611,
55.793025
],
[
37.615708,
55.793029999999995
],
[
37.61579,
55.793040999999995
],
[
37.615868999999996,
55.793054999999995
],
[
37.616015999999995,
55.793091999999994
],
[
37.616091,
55.793116
],
[
37.616184,
55.79315
],
[
37.616264,
55.79318
],
[
37.616246,
55.793361999999995
],
[
37.616228,
55.793513
],
[
37.616212,
55.793620999999995
],
[
37.616201,
55.793692
],
[
37.616189999999996,
55.793834
],
[
37.616184,
55.793915
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.616455378,
55.793921485
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.616455378,
55.793921485
]
},
"properties": {
"name": "Метро Марьина Роща",
"description": "Метро Марьина Роща",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642263",
"name": "Метро Марьина Роща"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.616184,
55.793915
],
[
37.616171,
55.794098
],
[
37.616150999999995,
55.794359
],
[
37.616147,
55.794458
],
[
37.616096999999996,
55.795325999999996
],
[
37.616091999999995,
55.795404999999995
],
[
37.616043,
55.796319999999994
],
[
37.616043,
55.796417
],
[
37.616036,
55.796791
],
[
37.616012999999995,
55.797069
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.616184,
55.793915
],
[
37.616171,
55.794098
],
[
37.616150999999995,
55.794359
],
[
37.616147,
55.794458
],
[
37.616096999999996,
55.795325999999996
],
[
37.616091999999995,
55.795404999999995
],
[
37.616043,
55.796319999999994
],
[
37.616043,
55.796417
],
[
37.616036,
55.796791
],
[
37.616012999999995,
55.797069
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.61622389,
55.797074588
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.61622389,
55.797074588
]
},
"properties": {
"name": "Метро Марьина Роща - Театр Сатирикон",
"description": "Метро Марьина Роща - Театр Сатирикон",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642264",
"name": "Метро Марьина Роща - Театр Сатирикон"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.616012999999995,
55.797069
],
[
37.615984999999995,
55.797419
],
[
37.615921,
55.798364
],
[
37.615918,
55.79841
],
[
37.615918,
55.798528999999995
],
[
37.615907,
55.798753999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.616012999999995,
55.797069
],
[
37.615984999999995,
55.797419
],
[
37.615921,
55.798364
],
[
37.615918,
55.79841
],
[
37.615918,
55.798528999999995
],
[
37.615907,
55.798753999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.616135068,
55.798757665
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.616135068,
55.798757665
]
},
"properties": {
"name": "6-й проезд Марьиной Рощи",
"description": "6-й проезд Марьиной Рощи",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642170",
"name": "6-й проезд Марьиной Рощи"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615907,
55.798753999999995
],
[
37.615885999999996,
55.799158
],
[
37.615866,
55.800014999999995
],
[
37.615843999999996,
55.800459999999994
],
[
37.615826999999996,
55.800917
],
[
37.615822,
55.801001
],
[
37.615812999999996,
55.801159999999996
],
[
37.615792,
55.801565
],
[
37.61571,
55.802454999999995
],
[
37.615691999999996,
55.802718
],
[
37.615687,
55.803031999999995
],
[
37.615683,
55.803123
],
[
37.615665,
55.803549
],
[
37.615655,
55.803630999999996
],
[
37.615655,
55.803732999999994
],
[
37.615635,
55.804106
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615907,
55.798753999999995
],
[
37.615885999999996,
55.799158
],
[
37.615866,
55.800014999999995
],
[
37.615843999999996,
55.800459999999994
],
[
37.615826999999996,
55.800917
],
[
37.615822,
55.801001
],
[
37.615812999999996,
55.801159999999996
],
[
37.615792,
55.801565
],
[
37.61571,
55.802454999999995
],
[
37.615691999999996,
55.802718
],
[
37.615687,
55.803031999999995
],
[
37.615683,
55.803123
],
[
37.615665,
55.803549
],
[
37.615655,
55.803630999999996
],
[
37.615655,
55.803732999999994
],
[
37.615635,
55.804106
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615783028,
55.804108939
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615783028,
55.804108939
]
},
"properties": {
"name": "Поликлиника",
"description": "Поликлиника",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642171",
"name": "Поликлиника"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615635,
55.804106
],
[
37.615628,
55.804227999999995
],
[
37.615603,
55.804657
],
[
37.615573,
55.805307
],
[
37.615567,
55.805389999999996
],
[
37.615558,
55.805684
],
[
37.615556,
55.805749
],
[
37.615542,
55.806053
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615635,
55.804106
],
[
37.615628,
55.804227999999995
],
[
37.615603,
55.804657
],
[
37.615573,
55.805307
],
[
37.615567,
55.805389999999996
],
[
37.615558,
55.805684
],
[
37.615556,
55.805749
],
[
37.615542,
55.806053
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615723988,
55.806055404
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615723988,
55.806055404
]
},
"properties": {
"name": "Шереметьевская улица",
"description": "Шереметьевская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642172",
"name": "Шереметьевская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615542,
55.806053
],
[
37.615524,
55.806447999999996
],
[
37.615528999999995,
55.806622999999995
],
[
37.615534,
55.806703
],
[
37.615544,
55.806774999999995
],
[
37.615868,
55.806877
],
[
37.616263,
55.807047999999995
],
[
37.616413,
55.807126999999994
],
[
37.61644,
55.807142999999996
],
[
37.6168,
55.807384
],
[
37.616986,
55.807500999999995
],
[
37.61708,
55.807559999999995
],
[
37.616496999999995,
55.807933
],
[
37.616386,
55.808004
],
[
37.616256,
55.808093
],
[
37.616234,
55.808107
],
[
37.615975999999996,
55.808281
],
[
37.615853,
55.808220999999996
],
[
37.615676,
55.807992
],
[
37.615519,
55.807812999999996
],
[
37.615477999999996,
55.807759999999995
],
[
37.615429,
55.807638
],
[
37.615407999999995,
55.80755
],
[
37.615403,
55.80753
],
[
37.615381,
55.807415999999996
],
[
37.615383,
55.807339999999996
],
[
37.615424999999995,
55.807043
],
[
37.615275,
55.807013999999995
],
[
37.615075,
55.806993
],
[
37.614912,
55.806976
],
[
37.61448,
55.806979999999996
],
[
37.613658,
55.806971
],
[
37.613537,
55.806971999999995
],
[
37.61341,
55.806973
],
[
37.61326,
55.806979
],
[
37.612964,
55.806996
],
[
37.612815999999995,
55.807027
],
[
37.612764999999996,
55.807038
],
[
37.612674,
55.807078
],
[
37.612514999999995,
55.80715
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615542,
55.806053
],
[
37.615524,
55.806447999999996
],
[
37.615528999999995,
55.806622999999995
],
[
37.615534,
55.806703
],
[
37.615544,
55.806774999999995
],
[
37.615868,
55.806877
],
[
37.616263,
55.807047999999995
],
[
37.616413,
55.807126999999994
],
[
37.61644,
55.807142999999996
],
[
37.6168,
55.807384
],
[
37.616986,
55.807500999999995
],
[
37.61708,
55.807559999999995
],
[
37.616496999999995,
55.807933
],
[
37.616386,
55.808004
],
[
37.616256,
55.808093
],
[
37.616234,
55.808107
],
[
37.615975999999996,
55.808281
],
[
37.615853,
55.808220999999996
],
[
37.615676,
55.807992
],
[
37.615519,
55.807812999999996
],
[
37.615477999999996,
55.807759999999995
],
[
37.615429,
55.807638
],
[
37.615407999999995,
55.80755
],
[
37.615403,
55.80753
],
[
37.615381,
55.807415999999996
],
[
37.615383,
55.807339999999996
],
[
37.615424999999995,
55.807043
],
[
37.615275,
55.807013999999995
],
[
37.615075,
55.806993
],
[
37.614912,
55.806976
],
[
37.61448,
55.806979999999996
],
[
37.613658,
55.806971
],
[
37.613537,
55.806971999999995
],
[
37.61341,
55.806973
],
[
37.61326,
55.806979
],
[
37.612964,
55.806996
],
[
37.612815999999995,
55.807027
],
[
37.612764999999996,
55.807038
],
[
37.612674,
55.807078
],
[
37.612514999999995,
55.80715
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.612574771,
55.807191537
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.612574771,
55.807191537
]
},
"properties": {
"name": "6-й автобусный парк",
"description": "6-й автобусный парк",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642173",
"name": "6-й автобусный парк"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.612514999999995,
55.80715
],
[
37.612345999999995,
55.807227
],
[
37.612184,
55.807325
],
[
37.612041999999995,
55.807410999999995
],
[
37.611968,
55.807455999999995
],
[
37.611705,
55.807615999999996
],
[
37.611578,
55.807693
],
[
37.611523999999996,
55.807722999999996
],
[
37.611337,
55.807829
],
[
37.611162,
55.807928
],
[
37.611,
55.808018999999994
],
[
37.610625999999996,
55.808231
],
[
37.610557,
55.80827
],
[
37.610307999999996,
55.808445
],
[
37.610157,
55.808550999999994
],
[
37.61006,
55.808651
],
[
37.609564999999996,
55.809155999999994
],
[
37.609381,
55.809357999999996
],
[
37.609355,
55.809388999999996
],
[
37.609474,
55.809531
],
[
37.609285,
55.809560999999995
],
[
37.609142999999996,
55.809588
],
[
37.609083999999996,
55.809597999999994
],
[
37.608936,
55.809625
],
[
37.608841,
55.80965
],
[
37.608708,
55.809695
],
[
37.60863,
55.809722
],
[
37.608435,
55.809807
],
[
37.608281999999996,
55.809881999999995
],
[
37.608184,
55.809934
],
[
37.608112999999996,
55.809971999999995
],
[
37.607876,
55.810103
],
[
37.607458,
55.810340999999994
],
[
37.607237999999995,
55.810475
],
[
37.607133999999995,
55.810541
],
[
37.606994,
55.810627
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.612514999999995,
55.80715
],
[
37.612345999999995,
55.807227
],
[
37.612184,
55.807325
],
[
37.612041999999995,
55.807410999999995
],
[
37.611968,
55.807455999999995
],
[
37.611705,
55.807615999999996
],
[
37.611578,
55.807693
],
[
37.611523999999996,
55.807722999999996
],
[
37.611337,
55.807829
],
[
37.611162,
55.807928
],
[
37.611,
55.808018999999994
],
[
37.610625999999996,
55.808231
],
[
37.610557,
55.80827
],
[
37.610307999999996,
55.808445
],
[
37.610157,
55.808550999999994
],
[
37.61006,
55.808651
],
[
37.609564999999996,
55.809155999999994
],
[
37.609381,
55.809357999999996
],
[
37.609355,
55.809388999999996
],
[
37.609474,
55.809531
],
[
37.609285,
55.809560999999995
],
[
37.609142999999996,
55.809588
],
[
37.609083999999996,
55.809597999999994
],
[
37.608936,
55.809625
],
[
37.608841,
55.80965
],
[
37.608708,
55.809695
],
[
37.60863,
55.809722
],
[
37.608435,
55.809807
],
[
37.608281999999996,
55.809881999999995
],
[
37.608184,
55.809934
],
[
37.608112999999996,
55.809971999999995
],
[
37.607876,
55.810103
],
[
37.607458,
55.810340999999994
],
[
37.607237999999995,
55.810475
],
[
37.607133999999995,
55.810541
],
[
37.606994,
55.810627
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.607090827,
55.810676892
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.607090827,
55.810676892
]
},
"properties": {
"name": "Промэнерго",
"description": "Промэнерго",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642174",
"name": "Промэнерго"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.606994,
55.810627
],
[
37.606451,
55.810961999999996
],
[
37.606311,
55.811057
],
[
37.606242,
55.811105999999995
],
[
37.606027,
55.811240999999995
],
[
37.605623,
55.811495
],
[
37.605314,
55.811688
],
[
37.604321,
55.812306
],
[
37.603767,
55.812661
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.606994,
55.810627
],
[
37.606451,
55.810961999999996
],
[
37.606311,
55.811057
],
[
37.606242,
55.811105999999995
],
[
37.606027,
55.811240999999995
],
[
37.605623,
55.811495
],
[
37.605314,
55.811688
],
[
37.604321,
55.812306
],
[
37.603767,
55.812661
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.603925462,
55.81273954
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.603925462,
55.81273954
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10204046",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.603767,
55.812661
],
[
37.603727,
55.812687
],
[
37.603584999999995,
55.812777
],
[
37.603012,
55.813142
],
[
37.602723999999995,
55.813325
],
[
37.601988,
55.813793
],
[
37.601802,
55.813908999999995
],
[
37.601492,
55.813882
],
[
37.60015,
55.813759999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.603767,
55.812661
],
[
37.603727,
55.812687
],
[
37.603584999999995,
55.812777
],
[
37.603012,
55.813142
],
[
37.602723999999995,
55.813325
],
[
37.601988,
55.813793
],
[
37.601802,
55.813908999999995
],
[
37.601492,
55.813882
],
[
37.60015,
55.813759999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.600136362,
55.813808809
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.600136362,
55.813808809
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642175",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.60015,
55.813759999999995
],
[
37.599638999999996,
55.813714
],
[
37.599315,
55.813679
],
[
37.599028,
55.813649
],
[
37.598369999999996,
55.813579999999995
],
[
37.597904,
55.81353
],
[
37.597353,
55.813472
],
[
37.596761,
55.81342
],
[
37.595822,
55.813328999999996
],
[
37.595234999999995,
55.813269999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.60015,
55.813759999999995
],
[
37.599638999999996,
55.813714
],
[
37.599315,
55.813679
],
[
37.599028,
55.813649
],
[
37.598369999999996,
55.813579999999995
],
[
37.597904,
55.81353
],
[
37.597353,
55.813472
],
[
37.596761,
55.81342
],
[
37.595822,
55.813328999999996
],
[
37.595234999999995,
55.813269999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.595220041,
55.813316354
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.595220041,
55.813316354
]
},
"properties": {
"name": "Улица Добролюбова",
"description": "Улица Добролюбова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642176",
"name": "Улица Добролюбова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.595234999999995,
55.813269999999996
],
[
37.59498,
55.813244999999995
],
[
37.594297,
55.813178
],
[
37.594178,
55.813167
],
[
37.594149,
55.813258999999995
],
[
37.593769,
55.814406
],
[
37.593748,
55.814479
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.595234999999995,
55.813269999999996
],
[
37.59498,
55.813244999999995
],
[
37.594297,
55.813178
],
[
37.594178,
55.813167
],
[
37.594149,
55.813258999999995
],
[
37.593769,
55.814406
],
[
37.593748,
55.814479
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.593845241,
55.814487492
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.593845241,
55.814487492
]
},
"properties": {
"name": "Улица Гончарова",
"description": "Улица Гончарова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642265",
"name": "Улица Гончарова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.593748,
55.814479
],
[
37.593724,
55.814561999999995
],
[
37.593663,
55.814797
],
[
37.593612,
55.814961
],
[
37.593531999999996,
55.815244
],
[
37.593468,
55.815470999999995
],
[
37.593337,
55.815895999999995
],
[
37.593311,
55.815977999999994
],
[
37.592802,
55.815923999999995
],
[
37.592618,
55.815905
],
[
37.5922,
55.815861
],
[
37.591854,
55.815824
],
[
37.591466,
55.815784
],
[
37.591272,
55.815763
],
[
37.591011,
55.815735999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.593748,
55.814479
],
[
37.593724,
55.814561999999995
],
[
37.593663,
55.814797
],
[
37.593612,
55.814961
],
[
37.593531999999996,
55.815244
],
[
37.593468,
55.815470999999995
],
[
37.593337,
55.815895999999995
],
[
37.593311,
55.815977999999994
],
[
37.592802,
55.815923999999995
],
[
37.592618,
55.815905
],
[
37.5922,
55.815861
],
[
37.591854,
55.815824
],
[
37.591466,
55.815784
],
[
37.591272,
55.815763
],
[
37.591011,
55.815735999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.590989325,
55.815800729
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.590989325,
55.815800729
]
},
"properties": {
"name": "2-й Гончаровский переулок",
"description": "2-й Гончаровский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642177",
"name": "2-й Гончаровский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.591011,
55.815735999999994
],
[
37.590762999999995,
55.815709999999996
],
[
37.590446,
55.815675999999996
],
[
37.589743,
55.815599
],
[
37.589649,
55.815588999999996
],
[
37.588501,
55.815467999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.586673,
55.815270999999996
],
[
37.586562,
55.815259
],
[
37.586245,
55.815225
],
[
37.585889,
55.815186999999995
],
[
37.585702,
55.815165
],
[
37.58528,
55.815123
],
[
37.584373,
55.815027
],
[
37.584116,
55.815
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.591011,
55.815735999999994
],
[
37.590762999999995,
55.815709999999996
],
[
37.590446,
55.815675999999996
],
[
37.589743,
55.815599
],
[
37.589649,
55.815588999999996
],
[
37.588501,
55.815467999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.586673,
55.815270999999996
],
[
37.586562,
55.815259
],
[
37.586245,
55.815225
],
[
37.585889,
55.815186999999995
],
[
37.585702,
55.815165
],
[
37.58528,
55.815123
],
[
37.584373,
55.815027
],
[
37.584116,
55.815
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.584097926,
55.815053651
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.584097926,
55.815053651
]
},
"properties": {
"name": "Туберкулёзный диспансер № 18",
"description": "Туберкулёзный диспансер № 18",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642178",
"name": "Туберкулёзный диспансер № 18"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.584116,
55.815
],
[
37.583617,
55.814947
],
[
37.582766,
55.814854999999994
],
[
37.582585,
55.814837
],
[
37.582187999999995,
55.814795999999994
],
[
37.582077999999996,
55.814785
],
[
37.581949,
55.815158999999994
],
[
37.581888,
55.815355
],
[
37.581874,
55.815405
],
[
37.581849,
55.815493
],
[
37.581837,
55.815537
],
[
37.581734,
55.815901999999994
],
[
37.581599,
55.816407999999996
],
[
37.581464,
55.816888
],
[
37.58144,
55.816984999999995
],
[
37.581427,
55.817034
],
[
37.581406,
55.817125999999995
],
[
37.581331,
55.817429999999995
],
[
37.581306999999995,
55.817529
],
[
37.581202,
55.817848999999995
],
[
37.58116,
55.817989
],
[
37.581137999999996,
55.818065
],
[
37.581094,
55.818219
],
[
37.580991,
55.818614
],
[
37.580967,
55.818704999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.581083,
55.819038
],
[
37.581151999999996,
55.819106
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.584116,
55.815
],
[
37.583617,
55.814947
],
[
37.582766,
55.814854999999994
],
[
37.582585,
55.814837
],
[
37.582187999999995,
55.814795999999994
],
[
37.582077999999996,
55.814785
],
[
37.581949,
55.815158999999994
],
[
37.581888,
55.815355
],
[
37.581874,
55.815405
],
[
37.581849,
55.815493
],
[
37.581837,
55.815537
],
[
37.581734,
55.815901999999994
],
[
37.581599,
55.816407999999996
],
[
37.581464,
55.816888
],
[
37.58144,
55.816984999999995
],
[
37.581427,
55.817034
],
[
37.581406,
55.817125999999995
],
[
37.581331,
55.817429999999995
],
[
37.581306999999995,
55.817529
],
[
37.581202,
55.817848999999995
],
[
37.58116,
55.817989
],
[
37.581137999999996,
55.818065
],
[
37.581094,
55.818219
],
[
37.580991,
55.818614
],
[
37.580967,
55.818704999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.581083,
55.819038
],
[
37.581151999999996,
55.819106
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.581246,
55.819076
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.581246,
55.819076
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642005",
"name": "Метро Тимирязевская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.581151999999996,
55.819106
],
[
37.58135,
55.819303
],
[
37.581784,
55.819398
],
[
37.582567,
55.819585999999994
],
[
37.583359,
55.819776
],
[
37.584739,
55.820107
],
[
37.585564,
55.820308
],
[
37.585719999999995,
55.820344999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.581151999999996,
55.819106
],
[
37.58135,
55.819303
],
[
37.581784,
55.819398
],
[
37.582567,
55.819585999999994
],
[
37.583359,
55.819776
],
[
37.584739,
55.820107
],
[
37.585564,
55.820308
],
[
37.585719999999995,
55.820344999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.585745872,
55.82031152
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.585745872,
55.82031152
]
},
"properties": {
"name": "Улица Фонвизина, 10",
"description": "Улица Фонвизина, 10",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642006",
"name": "Улица Фонвизина, 10"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585719999999995,
55.820344999999996
],
[
37.586283,
55.820482
],
[
37.586351,
55.820499
],
[
37.58641,
55.820512
],
[
37.587168999999996,
55.820691
],
[
37.587315,
55.820724999999996
],
[
37.587435,
55.820752999999996
],
[
37.587782,
55.820834999999995
],
[
37.588502,
55.821009
],
[
37.589023999999995,
55.821127
],
[
37.589029,
55.821127999999995
],
[
37.589054999999995,
55.821134
],
[
37.589368,
55.821208
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585719999999995,
55.820344999999996
],
[
37.586283,
55.820482
],
[
37.586351,
55.820499
],
[
37.58641,
55.820512
],
[
37.587168999999996,
55.820691
],
[
37.587315,
55.820724999999996
],
[
37.587435,
55.820752999999996
],
[
37.587782,
55.820834999999995
],
[
37.588502,
55.821009
],
[
37.589023999999995,
55.821127
],
[
37.589029,
55.821127999999995
],
[
37.589054999999995,
55.821134
],
[
37.589368,
55.821208
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.589432411,
55.82112266
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.589432411,
55.82112266
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642007",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.589368,
55.821208
],
[
37.589712999999996,
55.82129
],
[
37.589755,
55.8213
],
[
37.590039999999995,
55.821411
],
[
37.590185999999996,
55.821452
],
[
37.589966,
55.821583
],
[
37.589639999999996,
55.821780999999994
],
[
37.589616,
55.821796
],
[
37.589374,
55.821942
],
[
37.588678,
55.822365
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.589368,
55.821208
],
[
37.589712999999996,
55.82129
],
[
37.589755,
55.8213
],
[
37.590039999999995,
55.821411
],
[
37.590185999999996,
55.821452
],
[
37.589966,
55.821583
],
[
37.589639999999996,
55.821780999999994
],
[
37.589616,
55.821796
],
[
37.589374,
55.821942
],
[
37.588678,
55.822365
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588841716,
55.822449773
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588841716,
55.822449773
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642009",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588678,
55.822365
],
[
37.588438,
55.822511
],
[
37.58842,
55.822522
],
[
37.587998,
55.822793999999995
],
[
37.587644,
55.823021999999995
],
[
37.587182999999996,
55.823319
],
[
37.586937999999996,
55.823476
],
[
37.586518999999996,
55.82375
],
[
37.586056,
55.824054
],
[
37.585926,
55.824132999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588678,
55.822365
],
[
37.588438,
55.822511
],
[
37.58842,
55.822522
],
[
37.587998,
55.822793999999995
],
[
37.587644,
55.823021999999995
],
[
37.587182999999996,
55.823319
],
[
37.586937999999996,
55.823476
],
[
37.586518999999996,
55.82375
],
[
37.586056,
55.824054
],
[
37.585926,
55.824132999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586076195,
55.824210257
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586076195,
55.824210257
]
},
"properties": {
"name": "Метро Фонвизинская (северный вестибюль)",
"description": "Метро Фонвизинская (северный вестибюль)",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10182559",
"name": "Метро Фонвизинская (северный вестибюль)"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585926,
55.824132999999996
],
[
37.585871999999995,
55.824166999999996
],
[
37.585637,
55.82431
],
[
37.585198999999996,
55.824588
],
[
37.584863,
55.824807
],
[
37.583498999999996,
55.825689999999994
],
[
37.58343,
55.825733
],
[
37.583242999999996,
55.825846999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585926,
55.824132999999996
],
[
37.585871999999995,
55.824166999999996
],
[
37.585637,
55.82431
],
[
37.585198999999996,
55.824588
],
[
37.584863,
55.824807
],
[
37.583498999999996,
55.825689999999994
],
[
37.58343,
55.825733
],
[
37.583242999999996,
55.825846999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.58333314,
55.825893431
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.58333314,
55.825893431
]
},
"properties": {
"name": "Улица Милашенкова, 13",
"description": "Улица Милашенкова, 13",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642010",
"name": "Улица Милашенкова, 13"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.583242999999996,
55.825846999999996
],
[
37.582963,
55.826017
],
[
37.581423,
55.826995999999994
],
[
37.581302,
55.827073
],
[
37.581219,
55.827124999999995
],
[
37.581084,
55.827217
],
[
37.581013999999996,
55.827273999999996
],
[
37.580926,
55.827343
],
[
37.580583,
55.827577
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.583242999999996,
55.825846999999996
],
[
37.582963,
55.826017
],
[
37.581423,
55.826995999999994
],
[
37.581302,
55.827073
],
[
37.581219,
55.827124999999995
],
[
37.581084,
55.827217
],
[
37.581013999999996,
55.827273999999996
],
[
37.580926,
55.827343
],
[
37.580583,
55.827577
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580668,
55.827616
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580668,
55.827616
]
},
"properties": {
"name": "Управа района Бутырский",
"description": "Управа района Бутырский",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9647331",
"name": "Управа района Бутырский"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.580583,
55.827577
],
[
37.580161,
55.827864
],
[
37.580059999999996,
55.827934
],
[
37.579904,
55.828035
],
[
37.579572,
55.828266
],
[
37.579282,
55.828468
],
[
37.57915,
55.828559999999996
],
[
37.578913,
55.828727
],
[
37.578852999999995,
55.828773
],
[
37.578745999999995,
55.828868
],
[
37.578643,
55.828965
],
[
37.578511999999996,
55.829102999999996
],
[
37.578396999999995,
55.829231
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.580583,
55.827577
],
[
37.580161,
55.827864
],
[
37.580059999999996,
55.827934
],
[
37.579904,
55.828035
],
[
37.579572,
55.828266
],
[
37.579282,
55.828468
],
[
37.57915,
55.828559999999996
],
[
37.578913,
55.828727
],
[
37.578852999999995,
55.828773
],
[
37.578745999999995,
55.828868
],
[
37.578643,
55.828965
],
[
37.578511999999996,
55.829102999999996
],
[
37.578396999999995,
55.829231
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.578521,
55.829266
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.578521,
55.829266
]
},
"properties": {
"name": "Улица Милашенкова",
"description": "Улица Милашенкова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9648323",
"name": "Улица Милашенкова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.578396999999995,
55.829231
],
[
37.578299,
55.829339999999995
],
[
37.578089999999996,
55.829619
],
[
37.578025,
55.829729
],
[
37.57789,
55.829957
],
[
37.57788,
55.830045
],
[
37.57788,
55.830116
],
[
37.577886,
55.830178999999994
],
[
37.577902,
55.830244
],
[
37.578067,
55.830666
],
[
37.578236,
55.831159
],
[
37.578329,
55.831405999999994
],
[
37.578449,
55.831723
],
[
37.578462,
55.831776999999995
],
[
37.578465,
55.831815
],
[
37.578463,
55.831851
],
[
37.578454,
55.831886
],
[
37.57844,
55.831917
],
[
37.578412,
55.831951999999994
],
[
37.577892999999996,
55.832305
],
[
37.577771,
55.832389
],
[
37.577563,
55.832547999999996
],
[
37.577472,
55.832587999999994
],
[
37.577405999999996,
55.832618
],
[
37.577326,
55.832643
],
[
37.577242,
55.832654999999995
],
[
37.577166999999996,
55.832663
],
[
37.577103,
55.832660999999995
],
[
37.576989999999995,
55.832648
],
[
37.576888,
55.832626
],
[
37.576785,
55.832591
],
[
37.575742,
55.832229
],
[
37.575205,
55.832041999999994
],
[
37.575139,
55.832018
],
[
37.575043,
55.831981999999996
],
[
37.574934,
55.831938
],
[
37.574850999999995,
55.831900999999995
],
[
37.574767,
55.831849
],
[
37.5747,
55.831795
],
[
37.574653,
55.831742
],
[
37.574611,
55.831686999999995
],
[
37.574586,
55.831638
],
[
37.574562,
55.831576999999996
],
[
37.574559,
55.831523999999995
],
[
37.574563,
55.831458999999995
],
[
37.574585,
55.831402999999995
],
[
37.574622,
55.831342
],
[
37.574664,
55.831292
],
[
37.574804,
55.831173
],
[
37.574830999999996,
55.831154
],
[
37.57495,
55.831072
],
[
37.575171999999995,
55.830923
],
[
37.575232,
55.830883
],
[
37.57552,
55.83069
],
[
37.575624,
55.830621
],
[
37.576170999999995,
55.830254
],
[
37.576841,
55.829803
],
[
37.577017,
55.829685
],
[
37.577233,
55.829539
],
[
37.577273999999996,
55.829511
],
[
37.577501,
55.829372
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.578396999999995,
55.829231
],
[
37.578299,
55.829339999999995
],
[
37.578089999999996,
55.829619
],
[
37.578025,
55.829729
],
[
37.57789,
55.829957
],
[
37.57788,
55.830045
],
[
37.57788,
55.830116
],
[
37.577886,
55.830178999999994
],
[
37.577902,
55.830244
],
[
37.578067,
55.830666
],
[
37.578236,
55.831159
],
[
37.578329,
55.831405999999994
],
[
37.578449,
55.831723
],
[
37.578462,
55.831776999999995
],
[
37.578465,
55.831815
],
[
37.578463,
55.831851
],
[
37.578454,
55.831886
],
[
37.57844,
55.831917
],
[
37.578412,
55.831951999999994
],
[
37.577892999999996,
55.832305
],
[
37.577771,
55.832389
],
[
37.577563,
55.832547999999996
],
[
37.577472,
55.832587999999994
],
[
37.577405999999996,
55.832618
],
[
37.577326,
55.832643
],
[
37.577242,
55.832654999999995
],
[
37.577166999999996,
55.832663
],
[
37.577103,
55.832660999999995
],
[
37.576989999999995,
55.832648
],
[
37.576888,
55.832626
],
[
37.576785,
55.832591
],
[
37.575742,
55.832229
],
[
37.575205,
55.832041999999994
],
[
37.575139,
55.832018
],
[
37.575043,
55.831981999999996
],
[
37.574934,
55.831938
],
[
37.574850999999995,
55.831900999999995
],
[
37.574767,
55.831849
],
[
37.5747,
55.831795
],
[
37.574653,
55.831742
],
[
37.574611,
55.831686999999995
],
[
37.574586,
55.831638
],
[
37.574562,
55.831576999999996
],
[
37.574559,
55.831523999999995
],
[
37.574563,
55.831458999999995
],
[
37.574585,
55.831402999999995
],
[
37.574622,
55.831342
],
[
37.574664,
55.831292
],
[
37.574804,
55.831173
],
[
37.574830999999996,
55.831154
],
[
37.57495,
55.831072
],
[
37.575171999999995,
55.830923
],
[
37.575232,
55.830883
],
[
37.57552,
55.83069
],
[
37.575624,
55.830621
],
[
37.576170999999995,
55.830254
],
[
37.576841,
55.829803
],
[
37.577017,
55.829685
],
[
37.577233,
55.829539
],
[
37.577273999999996,
55.829511
],
[
37.577501,
55.829372
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.577408832,
55.82932476
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.577408832,
55.82932476
]
},
"properties": {
"name": "Улица Яблочкова, 45",
"description": "Улица Яблочкова, 45",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9648853",
"name": "Улица Яблочкова, 45"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.577501,
55.829372
],
[
37.578055,
55.829032
],
[
37.578281,
55.8289
],
[
37.578438999999996,
55.828813
],
[
37.578542,
55.828761
],
[
37.578663999999996,
55.828699
],
[
37.578970999999996,
55.828485
],
[
37.579113,
55.828385999999995
],
[
37.579076,
55.828359999999996
],
[
37.579048,
55.828333
],
[
37.579028,
55.828305
],
[
37.579018999999995,
55.828278
],
[
37.579014,
55.828246
],
[
37.579012999999996,
55.828182
],
[
37.579018,
55.828143
],
[
37.57904,
55.82801
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.577501,
55.829372
],
[
37.578055,
55.829032
],
[
37.578281,
55.8289
],
[
37.578438999999996,
55.828813
],
[
37.578542,
55.828761
],
[
37.578663999999996,
55.828699
],
[
37.578970999999996,
55.828485
],
[
37.579113,
55.828385999999995
],
[
37.579076,
55.828359999999996
],
[
37.579048,
55.828333
],
[
37.579028,
55.828305
],
[
37.579018999999995,
55.828278
],
[
37.579014,
55.828246
],
[
37.579012999999996,
55.828182
],
[
37.579018,
55.828143
],
[
37.57904,
55.82801
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.57891464,
55.82800293
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.57891464,
55.82800293
]
},
"properties": {
"name": "Улица Милашенкова",
"description": "Улица Милашенкова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642509",
"name": "Улица Милашенкова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.57904,
55.82801
],
[
37.579085,
55.827745
],
[
37.579142999999995,
55.8274
],
[
37.579147999999996,
55.827357
],
[
37.579164999999996,
55.827264
],
[
37.579245,
55.826826
],
[
37.579437,
55.825883999999995
],
[
37.579526,
55.825430999999995
],
[
37.579546,
55.825317999999996
],
[
37.579561,
55.825229
],
[
37.579586,
55.825101999999994
],
[
37.579615,
55.824980999999994
],
[
37.579681,
55.824718999999995
],
[
37.579774,
55.824296999999994
],
[
37.5798,
55.824186999999995
],
[
37.579927999999995,
55.8236
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.57904,
55.82801
],
[
37.579085,
55.827745
],
[
37.579142999999995,
55.8274
],
[
37.579147999999996,
55.827357
],
[
37.579164999999996,
55.827264
],
[
37.579245,
55.826826
],
[
37.579437,
55.825883999999995
],
[
37.579526,
55.825430999999995
],
[
37.579546,
55.825317999999996
],
[
37.579561,
55.825229
],
[
37.579586,
55.825101999999994
],
[
37.579615,
55.824980999999994
],
[
37.579681,
55.824718999999995
],
[
37.579774,
55.824296999999994
],
[
37.5798,
55.824186999999995
],
[
37.579927999999995,
55.8236
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.57982635,
55.82359314
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.57982635,
55.82359314
]
},
"properties": {
"name": "Улица Яблочкова, 28",
"description": "Улица Яблочкова, 28",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642003",
"name": "Улица Яблочкова, 28"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.579927999999995,
55.8236
],
[
37.579979,
55.823364
],
[
37.580098,
55.822761
],
[
37.580200999999995,
55.822263
],
[
37.580219,
55.822178
],
[
37.580236,
55.822112999999995
],
[
37.580262999999995,
55.822004
],
[
37.580275,
55.821946999999994
],
[
37.580352,
55.821563
],
[
37.580562,
55.820549
],
[
37.580583,
55.820446
],
[
37.580639999999995,
55.820149
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.579927999999995,
55.8236
],
[
37.579979,
55.823364
],
[
37.580098,
55.822761
],
[
37.580200999999995,
55.822263
],
[
37.580219,
55.822178
],
[
37.580236,
55.822112999999995
],
[
37.580262999999995,
55.822004
],
[
37.580275,
55.821946999999994
],
[
37.580352,
55.821563
],
[
37.580562,
55.820549
],
[
37.580583,
55.820446
],
[
37.580639999999995,
55.820149
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580551588,
55.82013252
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580551588,
55.82013252
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10007272",
"name": "Метро Тимирязевская"
}
}
}
],
"properties": {
"ThreadMetaData": {
"id": "213A_12_bus_mosgortrans",
"lineId": "213_12_bus_mosgortrans",
"name": "12",
"type": "bus",
"Types": [
"bus"
],
"EssentialStops": [
{
"id": "stop__9642117",
"name": "Метро Тимирязевская"
},
{
"id": "stop__10007272",
"name": "Метро Тимирязевская"
}
]
},
"boundedBy": [
[
37.532516561,
55.751529788
],
[
37.617079808,
55.832663219
]
]
},
"MapsUIMetaData": {
"Region": [
{
"id": 213,
"type": 6,
"parent_id": 1,
"capital_id": 0,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow",
"native_name": "",
"iso_name": "RU MOW",
"is_main": true,
"en_name": "Moscow",
"short_en_name": "MSK",
"phone_code": "495 499",
"phone_code_old": "095",
"zip_code": "",
"population": 12506468,
"synonyms": "Moskau, Moskva",
"latitude": 55.753215,
"longitude": 37.622504,
"latitude_size": 0.878654,
"longitude_size": 1.164423,
"zoom": 10,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"weather",
"afisha",
"maps",
"tv",
"ad",
"etrain",
"subway",
"delivery",
"route"
],
"parent": {
"id": 1,
"type": 5,
"parent_id": 3,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow-and-moscow-oblast",
"native_name": "",
"iso_name": "RU-MOS",
"is_main": true,
"en_name": "Moscow and Moscow Oblast",
"short_en_name": "RU-MOS",
"phone_code": "495 496 498 499",
"phone_code_old": "",
"zip_code": "",
"population": 7503385,
"synonyms": "Московская область, Подмосковье, Podmoskovye",
"latitude": 55.815792,
"longitude": 37.380031,
"latitude_size": 2.705659,
"longitude_size": 5.060749,
"zoom": 8,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
10716,
10747,
10758,
20728,
10740,
10738,
20523,
10735,
10734,
10743,
21622
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": {
"id": 225,
"type": 3,
"parent_id": 10001,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "russia",
"native_name": "",
"iso_name": "RU",
"is_main": false,
"en_name": "Russia",
"short_en_name": "RU",
"phone_code": "7",
"phone_code_old": "",
"zip_code": "",
"population": 146880432,
"synonyms": "Russian Federation,Российская Федерация",
"latitude": 61.698653,
"longitude": 99.505405,
"latitude_size": 40.700127,
"longitude_size": 171.643239,
"zoom": 3,
"tzname": "",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
2,
65,
54,
47,
43,
66,
51,
56,
172,
39,
62
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": null,
"ename": "russia"
},
"ename": "moscow-and-moscow-oblast"
},
"ename": "moscow"
},
{
"id": 213,
"type": 6,
"parent_id": 1,
"capital_id": 0,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow",
"native_name": "",
"iso_name": "RU MOW",
"is_main": true,
"en_name": "Moscow",
"short_en_name": "MSK",
"phone_code": "495 499",
"phone_code_old": "095",
"zip_code": "",
"population": 12506468,
"synonyms": "Moskau, Moskva",
"latitude": 55.753215,
"longitude": 37.622504,
"latitude_size": 0.878654,
"longitude_size": 1.164423,
"zoom": 10,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"weather",
"afisha",
"maps",
"tv",
"ad",
"etrain",
"subway",
"delivery",
"route"
],
"parent": {
"id": 1,
"type": 5,
"parent_id": 3,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow-and-moscow-oblast",
"native_name": "",
"iso_name": "RU-MOS",
"is_main": true,
"en_name": "Moscow and Moscow Oblast",
"short_en_name": "RU-MOS",
"phone_code": "495 496 498 499",
"phone_code_old": "",
"zip_code": "",
"population": 7503385,
"synonyms": "Московская область, Подмосковье, Podmoskovye",
"latitude": 55.815792,
"longitude": 37.380031,
"latitude_size": 2.705659,
"longitude_size": 5.060749,
"zoom": 8,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
10716,
10747,
10758,
20728,
10740,
10738,
20523,
10735,
10734,
10743,
21622
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": {
"id": 225,
"type": 3,
"parent_id": 10001,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "russia",
"native_name": "",
"iso_name": "RU",
"is_main": false,
"en_name": "Russia",
"short_en_name": "RU",
"phone_code": "7",
"phone_code_old": "",
"zip_code": "",
"population": 146880432,
"synonyms": "Russian Federation,Российская Федерация",
"latitude": 61.698653,
"longitude": 99.505405,
"latitude_size": 40.700127,
"longitude_size": 171.643239,
"zoom": 3,
"tzname": "",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
2,
65,
54,
47,
43,
66,
51,
56,
172,
39,
62
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": null,
"ename": "russia"
},
"ename": "moscow-and-moscow-oblast"
},
"ename": "moscow"
}
],
"isRegionEquality": true
}
}
],
"activeThread": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580584399,
55.821208369
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580584399,
55.821208369
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642117",
"name": "Метро Тимирязевская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.580428,
55.821197999999995
],
[
37.580352,
55.821563
],
[
37.580275,
55.821946999999994
],
[
37.580262999999995,
55.822004
],
[
37.580236,
55.822112999999995
],
[
37.580219,
55.822178
],
[
37.580200999999995,
55.822263
],
[
37.580098,
55.822761
],
[
37.579979,
55.823364
],
[
37.5798,
55.824186999999995
],
[
37.579774,
55.824296999999994
],
[
37.579698,
55.824644
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.580428,
55.821197999999995
],
[
37.580352,
55.821563
],
[
37.580275,
55.821946999999994
],
[
37.580262999999995,
55.822004
],
[
37.580236,
55.822112999999995
],
[
37.580219,
55.822178
],
[
37.580200999999995,
55.822263
],
[
37.580098,
55.822761
],
[
37.579979,
55.823364
],
[
37.5798,
55.824186999999995
],
[
37.579774,
55.824296999999994
],
[
37.579698,
55.824644
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.579833759,
55.824653165
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.579833759,
55.824653165
]
},
"properties": {
"name": "Улица Яблочкова, 28",
"description": "Улица Яблочкова, 28",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642118",
"name": "Улица Яблочкова, 28"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.579698,
55.824644
],
[
37.579681,
55.824718999999995
],
[
37.579615,
55.824980999999994
],
[
37.579586,
55.825101999999994
],
[
37.579561,
55.825229
],
[
37.579546,
55.825317999999996
],
[
37.579526,
55.825430999999995
],
[
37.579437,
55.825883999999995
],
[
37.579245,
55.826826
],
[
37.579164999999996,
55.827264
],
[
37.579147999999996,
55.827357
],
[
37.579142999999995,
55.8274
],
[
37.5792,
55.827476999999995
],
[
37.579226999999996,
55.827509
],
[
37.579263,
55.827543999999996
],
[
37.579312,
55.827576
],
[
37.579392,
55.827619
],
[
37.579435,
55.827639
],
[
37.579899999999995,
55.827855
],
[
37.580002,
55.827788999999996
],
[
37.580504,
55.827470999999996
],
[
37.580551,
55.827442
],
[
37.581205,
55.827023
],
[
37.581275,
55.826978
],
[
37.581403,
55.826896
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.579698,
55.824644
],
[
37.579681,
55.824718999999995
],
[
37.579615,
55.824980999999994
],
[
37.579586,
55.825101999999994
],
[
37.579561,
55.825229
],
[
37.579546,
55.825317999999996
],
[
37.579526,
55.825430999999995
],
[
37.579437,
55.825883999999995
],
[
37.579245,
55.826826
],
[
37.579164999999996,
55.827264
],
[
37.579147999999996,
55.827357
],
[
37.579142999999995,
55.8274
],
[
37.5792,
55.827476999999995
],
[
37.579226999999996,
55.827509
],
[
37.579263,
55.827543999999996
],
[
37.579312,
55.827576
],
[
37.579392,
55.827619
],
[
37.579435,
55.827639
],
[
37.579899999999995,
55.827855
],
[
37.580002,
55.827788999999996
],
[
37.580504,
55.827470999999996
],
[
37.580551,
55.827442
],
[
37.581205,
55.827023
],
[
37.581275,
55.826978
],
[
37.581403,
55.826896
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.581303,
55.826847
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.581303,
55.826847
]
},
"properties": {
"name": "Управа района Бутырский",
"description": "Управа района Бутырский",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642119",
"name": "Управа района Бутырский"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.581403,
55.826896
],
[
37.581975,
55.826530999999996
],
[
37.582266,
55.826347
],
[
37.582609999999995,
55.82613
],
[
37.583087,
55.825829
],
[
37.583321,
55.825679
],
[
37.583655,
55.825466
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.581403,
55.826896
],
[
37.581975,
55.826530999999996
],
[
37.582266,
55.826347
],
[
37.582609999999995,
55.82613
],
[
37.583087,
55.825829
],
[
37.583321,
55.825679
],
[
37.583655,
55.825466
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.583566428,
55.825422665
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.583566428,
55.825422665
]
},
"properties": {
"name": "Улица Милашенкова, 13",
"description": "Улица Милашенкова, 13",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642120",
"name": "Улица Милашенкова, 13"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.583655,
55.825466
],
[
37.583658,
55.825464999999994
],
[
37.583698,
55.825438999999996
],
[
37.584033,
55.825226
],
[
37.585079,
55.824537
],
[
37.585725,
55.824138999999995
],
[
37.585768,
55.824113
],
[
37.586276999999995,
55.823786999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.583655,
55.825466
],
[
37.583658,
55.825464999999994
],
[
37.583698,
55.825438999999996
],
[
37.584033,
55.825226
],
[
37.585079,
55.824537
],
[
37.585725,
55.824138999999995
],
[
37.585768,
55.824113
],
[
37.586276999999995,
55.823786999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586173201,
55.82373623
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586173201,
55.82373623
]
},
"properties": {
"name": "Метро Фонвизинская (северный вестибюль)",
"description": "Метро Фонвизинская (северный вестибюль)",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10182560",
"name": "Метро Фонвизинская (северный вестибюль)"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.586276999999995,
55.823786999999996
],
[
37.586634,
55.823558
],
[
37.5867,
55.823516
],
[
37.586821,
55.82344
],
[
37.587554,
55.822975
],
[
37.587931,
55.822734
],
[
37.588145,
55.822596999999995
],
[
37.588449,
55.822401
],
[
37.588778,
55.822188
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.586276999999995,
55.823786999999996
],
[
37.586634,
55.823558
],
[
37.5867,
55.823516
],
[
37.586821,
55.82344
],
[
37.587554,
55.822975
],
[
37.587931,
55.822734
],
[
37.588145,
55.822596999999995
],
[
37.588449,
55.822401
],
[
37.588778,
55.822188
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588667373,
55.82213419
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588667373,
55.82213419
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642121",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588778,
55.822188
],
[
37.589323,
55.821833999999996
],
[
37.589487999999996,
55.821731
],
[
37.58981,
55.821538
],
[
37.589597,
55.821481
],
[
37.589065999999995,
55.821349
],
[
37.58876,
55.821276
],
[
37.588499999999996,
55.821213
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588778,
55.822188
],
[
37.589323,
55.821833999999996
],
[
37.589487999999996,
55.821731
],
[
37.58981,
55.821538
],
[
37.589597,
55.821481
],
[
37.589065999999995,
55.821349
],
[
37.58876,
55.821276
],
[
37.588499999999996,
55.821213
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588455677,
55.821271411
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588455677,
55.821271411
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642122",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588499999999996,
55.821213
],
[
37.588415999999995,
55.821193
],
[
37.588296,
55.821165
],
[
37.587702,
55.821025
],
[
37.587317999999996,
55.820935
],
[
37.587126,
55.820888999999994
],
[
37.586569,
55.820755
],
[
37.586179,
55.82066
],
[
37.585597,
55.820527
],
[
37.585437999999996,
55.820491
],
[
37.585198999999996,
55.820434
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588499999999996,
55.821213
],
[
37.588415999999995,
55.821193
],
[
37.588296,
55.821165
],
[
37.587702,
55.821025
],
[
37.587317999999996,
55.820935
],
[
37.587126,
55.820888999999994
],
[
37.586569,
55.820755
],
[
37.586179,
55.82066
],
[
37.585597,
55.820527
],
[
37.585437999999996,
55.820491
],
[
37.585198999999996,
55.820434
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.585166953,
55.820476197
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.585166953,
55.820476197
]
},
"properties": {
"name": "Улица Фонвизина, 10",
"description": "Улица Фонвизина, 10",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642123",
"name": "Улица Фонвизина, 10"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585198999999996,
55.820434
],
[
37.584886,
55.820358
],
[
37.584554,
55.82028
],
[
37.584091,
55.820166
],
[
37.583628999999995,
55.820052999999994
],
[
37.583597,
55.820046
],
[
37.583186,
55.819948
],
[
37.582254999999996,
55.819728999999995
],
[
37.581641,
55.819579
],
[
37.58114,
55.819463999999996
],
[
37.580945,
55.819415
],
[
37.580799,
55.819378
],
[
37.580847999999996,
55.819191999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.580967,
55.818704999999994
],
[
37.580991,
55.818614
],
[
37.58108,
55.818272
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585198999999996,
55.820434
],
[
37.584886,
55.820358
],
[
37.584554,
55.82028
],
[
37.584091,
55.820166
],
[
37.583628999999995,
55.820052999999994
],
[
37.583597,
55.820046
],
[
37.583186,
55.819948
],
[
37.582254999999996,
55.819728999999995
],
[
37.581641,
55.819579
],
[
37.58114,
55.819463999999996
],
[
37.580945,
55.819415
],
[
37.580799,
55.819378
],
[
37.580847999999996,
55.819191999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.580967,
55.818704999999994
],
[
37.580991,
55.818614
],
[
37.58108,
55.818272
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580973067,
55.818263539
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580973067,
55.818263539
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642124",
"name": "Метро Тимирязевская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.58108,
55.818272
],
[
37.581094,
55.818219
],
[
37.581137999999996,
55.818065
],
[
37.58116,
55.817989
],
[
37.581202,
55.817848999999995
],
[
37.581306999999995,
55.817529
],
[
37.581331,
55.817429999999995
],
[
37.581406,
55.817125999999995
],
[
37.581427,
55.817034
],
[
37.58144,
55.816984999999995
],
[
37.581464,
55.816888
],
[
37.581599,
55.816407999999996
],
[
37.581734,
55.815901999999994
],
[
37.581837,
55.815537
],
[
37.581849,
55.815493
],
[
37.581874,
55.815405
],
[
37.581888,
55.815355
],
[
37.581949,
55.815158999999994
],
[
37.582077999999996,
55.814785
],
[
37.582187999999995,
55.814795999999994
],
[
37.582585,
55.814837
],
[
37.582766,
55.814854999999994
],
[
37.583617,
55.814947
],
[
37.584373,
55.815027
],
[
37.584903,
55.815082999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.58108,
55.818272
],
[
37.581094,
55.818219
],
[
37.581137999999996,
55.818065
],
[
37.58116,
55.817989
],
[
37.581202,
55.817848999999995
],
[
37.581306999999995,
55.817529
],
[
37.581331,
55.817429999999995
],
[
37.581406,
55.817125999999995
],
[
37.581427,
55.817034
],
[
37.58144,
55.816984999999995
],
[
37.581464,
55.816888
],
[
37.581599,
55.816407999999996
],
[
37.581734,
55.815901999999994
],
[
37.581837,
55.815537
],
[
37.581849,
55.815493
],
[
37.581874,
55.815405
],
[
37.581888,
55.815355
],
[
37.581949,
55.815158999999994
],
[
37.582077999999996,
55.814785
],
[
37.582187999999995,
55.814795999999994
],
[
37.582585,
55.814837
],
[
37.582766,
55.814854999999994
],
[
37.583617,
55.814947
],
[
37.584373,
55.815027
],
[
37.584903,
55.815082999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.584924347,
55.815019734
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.584924347,
55.815019734
]
},
"properties": {
"name": "Туберкулёзный диспансер № 18",
"description": "Туберкулёзный диспансер № 18",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642125",
"name": "Туберкулёзный диспансер № 18"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.584903,
55.815082999999994
],
[
37.58528,
55.815123
],
[
37.585702,
55.815165
],
[
37.585889,
55.815186999999995
],
[
37.586245,
55.815225
],
[
37.586562,
55.815259
],
[
37.586673,
55.815270999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.588501,
55.815467999999996
],
[
37.589649,
55.815588999999996
],
[
37.589743,
55.815599
],
[
37.590446,
55.815675999999996
],
[
37.590762999999995,
55.815709999999996
],
[
37.591272,
55.815763
],
[
37.591466,
55.815784
],
[
37.591572,
55.815794999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.584903,
55.815082999999994
],
[
37.58528,
55.815123
],
[
37.585702,
55.815165
],
[
37.585889,
55.815186999999995
],
[
37.586245,
55.815225
],
[
37.586562,
55.815259
],
[
37.586673,
55.815270999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.588501,
55.815467999999996
],
[
37.589649,
55.815588999999996
],
[
37.589743,
55.815599
],
[
37.590446,
55.815675999999996
],
[
37.590762999999995,
55.815709999999996
],
[
37.591272,
55.815763
],
[
37.591466,
55.815784
],
[
37.591572,
55.815794999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.591594776,
55.815727278
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.591594776,
55.815727278
]
},
"properties": {
"name": "2-й Гончаровский переулок",
"description": "2-й Гончаровский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642126",
"name": "2-й Гончаровский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.591572,
55.815794999999994
],
[
37.591854,
55.815824
],
[
37.5922,
55.815861
],
[
37.592618,
55.815905
],
[
37.592802,
55.815923999999995
],
[
37.592832,
55.815829
],
[
37.592959,
55.815404
],
[
37.593019999999996,
55.815197999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.591572,
55.815794999999994
],
[
37.591854,
55.815824
],
[
37.5922,
55.815861
],
[
37.592618,
55.815905
],
[
37.592802,
55.815923999999995
],
[
37.592832,
55.815829
],
[
37.592959,
55.815404
],
[
37.593019999999996,
55.815197999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.592914458,
55.815188267
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.592914458,
55.815188267
]
},
"properties": {
"name": "Улица Гончарова",
"description": "Улица Гончарова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642254",
"name": "Улица Гончарова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.593019999999996,
55.815197999999995
],
[
37.593067,
55.815037999999994
],
[
37.593108,
55.814899999999994
],
[
37.593208,
55.814598
],
[
37.593652,
55.813274
],
[
37.593672999999995,
55.81321
],
[
37.5937,
55.813117999999996
],
[
37.594178,
55.813167
],
[
37.594297,
55.813178
],
[
37.594730999999996,
55.813219999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.593019999999996,
55.815197999999995
],
[
37.593067,
55.815037999999994
],
[
37.593108,
55.814899999999994
],
[
37.593208,
55.814598
],
[
37.593652,
55.813274
],
[
37.593672999999995,
55.81321
],
[
37.5937,
55.813117999999996
],
[
37.594178,
55.813167
],
[
37.594297,
55.813178
],
[
37.594730999999996,
55.813219999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.594758533,
55.813131246
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.594758533,
55.813131246
]
},
"properties": {
"name": "Улица Добролюбова",
"description": "Улица Добролюбова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642127",
"name": "Улица Добролюбова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.594730999999996,
55.813219999999994
],
[
37.59498,
55.813244999999995
],
[
37.595822,
55.813328999999996
],
[
37.596761,
55.81342
],
[
37.597353,
55.813472
],
[
37.597904,
55.81353
],
[
37.598369999999996,
55.813579999999995
],
[
37.599028,
55.813649
],
[
37.599315,
55.813679
],
[
37.599638999999996,
55.813714
],
[
37.601229,
55.813857999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.594730999999996,
55.813219999999994
],
[
37.59498,
55.813244999999995
],
[
37.595822,
55.813328999999996
],
[
37.596761,
55.81342
],
[
37.597353,
55.813472
],
[
37.597904,
55.81353
],
[
37.598369999999996,
55.813579999999995
],
[
37.599028,
55.813649
],
[
37.599315,
55.813679
],
[
37.599638999999996,
55.813714
],
[
37.601229,
55.813857999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.601252832,
55.813775488
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.601252832,
55.813775488
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642128",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.601229,
55.813857999999996
],
[
37.601492,
55.813882
],
[
37.601802,
55.813908999999995
],
[
37.601988,
55.813793
],
[
37.602723999999995,
55.813325
],
[
37.603012,
55.813142
],
[
37.603584999999995,
55.812777
],
[
37.603676,
55.812718999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.601229,
55.813857999999996
],
[
37.601492,
55.813882
],
[
37.601802,
55.813908999999995
],
[
37.601988,
55.813793
],
[
37.602723999999995,
55.813325
],
[
37.603012,
55.813142
],
[
37.603584999999995,
55.812777
],
[
37.603676,
55.812718999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.603497519,
55.812629929
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.603497519,
55.812629929
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10204045",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.603676,
55.812718999999994
],
[
37.603727,
55.812687
],
[
37.604321,
55.812306
],
[
37.605314,
55.811688
],
[
37.605623,
55.811495
],
[
37.606027,
55.811240999999995
],
[
37.606242,
55.811105999999995
],
[
37.606311,
55.811057
],
[
37.606451,
55.810961999999996
],
[
37.607133999999995,
55.810541
],
[
37.607237999999995,
55.810475
],
[
37.607458,
55.810340999999994
],
[
37.607619,
55.810249
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.603676,
55.812718999999994
],
[
37.603727,
55.812687
],
[
37.604321,
55.812306
],
[
37.605314,
55.811688
],
[
37.605623,
55.811495
],
[
37.606027,
55.811240999999995
],
[
37.606242,
55.811105999999995
],
[
37.606311,
55.811057
],
[
37.606451,
55.810961999999996
],
[
37.607133999999995,
55.810541
],
[
37.607237999999995,
55.810475
],
[
37.607458,
55.810340999999994
],
[
37.607619,
55.810249
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.607560848,
55.810216645
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.607560848,
55.810216645
]
},
"properties": {
"name": "Промэнерго",
"description": "Промэнерго",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642129",
"name": "Промэнерго"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.607619,
55.810249
],
[
37.607876,
55.810103
],
[
37.608112999999996,
55.809971999999995
],
[
37.608184,
55.809934
],
[
37.608281999999996,
55.809881999999995
],
[
37.608435,
55.809807
],
[
37.60863,
55.809722
],
[
37.608708,
55.809695
],
[
37.608841,
55.80965
],
[
37.608936,
55.809625
],
[
37.609083999999996,
55.809597999999994
],
[
37.609131,
55.809566
],
[
37.609226,
55.8095
],
[
37.609355,
55.809388999999996
],
[
37.609381,
55.809357999999996
],
[
37.609564999999996,
55.809155999999994
],
[
37.61006,
55.808651
],
[
37.610157,
55.808550999999994
],
[
37.610307999999996,
55.808445
],
[
37.610557,
55.80827
],
[
37.610625999999996,
55.808231
],
[
37.611,
55.808018999999994
],
[
37.611162,
55.807928
],
[
37.611337,
55.807829
],
[
37.611402,
55.807792
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.607619,
55.810249
],
[
37.607876,
55.810103
],
[
37.608112999999996,
55.809971999999995
],
[
37.608184,
55.809934
],
[
37.608281999999996,
55.809881999999995
],
[
37.608435,
55.809807
],
[
37.60863,
55.809722
],
[
37.608708,
55.809695
],
[
37.608841,
55.80965
],
[
37.608936,
55.809625
],
[
37.609083999999996,
55.809597999999994
],
[
37.609131,
55.809566
],
[
37.609226,
55.8095
],
[
37.609355,
55.809388999999996
],
[
37.609381,
55.809357999999996
],
[
37.609564999999996,
55.809155999999994
],
[
37.61006,
55.808651
],
[
37.610157,
55.808550999999994
],
[
37.610307999999996,
55.808445
],
[
37.610557,
55.80827
],
[
37.610625999999996,
55.808231
],
[
37.611,
55.808018999999994
],
[
37.611162,
55.807928
],
[
37.611337,
55.807829
],
[
37.611402,
55.807792
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.611306255,
55.80773821
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.611306255,
55.80773821
]
},
"properties": {
"name": "6-й автобусный парк",
"description": "6-й автобусный парк",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642130",
"name": "6-й автобусный парк"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.611402,
55.807792
],
[
37.611523999999996,
55.807722999999996
],
[
37.611578,
55.807693
],
[
37.611705,
55.807615999999996
],
[
37.611968,
55.807455999999995
],
[
37.612041999999995,
55.807410999999995
],
[
37.612184,
55.807325
],
[
37.612345999999995,
55.807227
],
[
37.612674,
55.807078
],
[
37.612764999999996,
55.807038
],
[
37.612815999999995,
55.807027
],
[
37.612964,
55.806996
],
[
37.61326,
55.806979
],
[
37.61341,
55.806973
],
[
37.613537,
55.806971999999995
],
[
37.613658,
55.806971
],
[
37.61448,
55.806979999999996
],
[
37.614912,
55.806976
],
[
37.615077,
55.806951999999995
],
[
37.615193999999995,
55.806926999999995
],
[
37.615272,
55.806903999999996
],
[
37.615339999999996,
55.806878
],
[
37.615429999999996,
55.806839
],
[
37.615431,
55.806788
],
[
37.615444,
55.806568
],
[
37.615524,
55.806447999999996
],
[
37.615535,
55.806213
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.611402,
55.807792
],
[
37.611523999999996,
55.807722999999996
],
[
37.611578,
55.807693
],
[
37.611705,
55.807615999999996
],
[
37.611968,
55.807455999999995
],
[
37.612041999999995,
55.807410999999995
],
[
37.612184,
55.807325
],
[
37.612345999999995,
55.807227
],
[
37.612674,
55.807078
],
[
37.612764999999996,
55.807038
],
[
37.612815999999995,
55.807027
],
[
37.612964,
55.806996
],
[
37.61326,
55.806979
],
[
37.61341,
55.806973
],
[
37.613537,
55.806971999999995
],
[
37.613658,
55.806971
],
[
37.61448,
55.806979999999996
],
[
37.614912,
55.806976
],
[
37.615077,
55.806951999999995
],
[
37.615193999999995,
55.806926999999995
],
[
37.615272,
55.806903999999996
],
[
37.615339999999996,
55.806878
],
[
37.615429999999996,
55.806839
],
[
37.615431,
55.806788
],
[
37.615444,
55.806568
],
[
37.615524,
55.806447999999996
],
[
37.615535,
55.806213
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615276059,
55.806209485
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615276059,
55.806209485
]
},
"properties": {
"name": "Шереметьевская улица",
"description": "Шереметьевская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642131",
"name": "Шереметьевская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615535,
55.806213
],
[
37.615556,
55.805749
],
[
37.615558,
55.805684
],
[
37.615567,
55.805389999999996
],
[
37.615573,
55.805307
],
[
37.615603,
55.804657
],
[
37.615628,
55.804227999999995
],
[
37.615655,
55.803732999999994
],
[
37.615655,
55.803630999999996
],
[
37.615665,
55.803549
],
[
37.615677,
55.803273999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615535,
55.806213
],
[
37.615556,
55.805749
],
[
37.615558,
55.805684
],
[
37.615567,
55.805389999999996
],
[
37.615573,
55.805307
],
[
37.615603,
55.804657
],
[
37.615628,
55.804227999999995
],
[
37.615655,
55.803732999999994
],
[
37.615655,
55.803630999999996
],
[
37.615665,
55.803549
],
[
37.615677,
55.803273999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615497748,
55.803271779
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615497748,
55.803271779
]
},
"properties": {
"name": "Поликлиника",
"description": "Поликлиника",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642132",
"name": "Поликлиника"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615677,
55.803273999999995
],
[
37.615683,
55.803123
],
[
37.615687,
55.803031999999995
],
[
37.615691999999996,
55.802718
],
[
37.61571,
55.802454999999995
],
[
37.615792,
55.801565
],
[
37.615812999999996,
55.801159999999996
],
[
37.615822,
55.801001
],
[
37.615826999999996,
55.800917
],
[
37.615843999999996,
55.800459999999994
],
[
37.615866,
55.800014999999995
],
[
37.615885999999996,
55.799158
],
[
37.615918,
55.798528999999995
],
[
37.615918,
55.79841
],
[
37.615696,
55.798406
],
[
37.614621,
55.79839
],
[
37.614477,
55.798387
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615677,
55.803273999999995
],
[
37.615683,
55.803123
],
[
37.615687,
55.803031999999995
],
[
37.615691999999996,
55.802718
],
[
37.61571,
55.802454999999995
],
[
37.615792,
55.801565
],
[
37.615812999999996,
55.801159999999996
],
[
37.615822,
55.801001
],
[
37.615826999999996,
55.800917
],
[
37.615843999999996,
55.800459999999994
],
[
37.615866,
55.800014999999995
],
[
37.615885999999996,
55.799158
],
[
37.615918,
55.798528999999995
],
[
37.615918,
55.79841
],
[
37.615696,
55.798406
],
[
37.614621,
55.79839
],
[
37.614477,
55.798387
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.614472937,
55.798446987
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.614472937,
55.798446987
]
},
"properties": {
"name": "6-й проезд Марьиной Рощи",
"description": "6-й проезд Марьиной Рощи",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642133",
"name": "6-й проезд Марьиной Рощи"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.614477,
55.798387
],
[
37.612732,
55.798347
],
[
37.612601,
55.798342
],
[
37.61249,
55.798337999999994
],
[
37.611923999999995,
55.798325999999996
],
[
37.611395,
55.798314999999995
],
[
37.611143,
55.79831
],
[
37.610811999999996,
55.798302
],
[
37.610517,
55.798294999999996
],
[
37.610442,
55.798292999999994
],
[
37.610265,
55.798288
],
[
37.609997,
55.798280999999996
],
[
37.609576,
55.798266
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.614477,
55.798387
],
[
37.612732,
55.798347
],
[
37.612601,
55.798342
],
[
37.61249,
55.798337999999994
],
[
37.611923999999995,
55.798325999999996
],
[
37.611395,
55.798314999999995
],
[
37.611143,
55.79831
],
[
37.610811999999996,
55.798302
],
[
37.610517,
55.798294999999996
],
[
37.610442,
55.798292999999994
],
[
37.610265,
55.798288
],
[
37.609997,
55.798280999999996
],
[
37.609576,
55.798266
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.609573,
55.79829
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.609573,
55.79829
]
},
"properties": {
"name": "1-й Стрелецкий переулок",
"description": "1-й Стрелецкий переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642134",
"name": "1-й Стрелецкий переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.609576,
55.798266
],
[
37.608955,
55.798244
],
[
37.608384,
55.798224999999995
],
[
37.608261,
55.798221
],
[
37.608177,
55.798218
],
[
37.607116,
55.798185999999994
],
[
37.606843,
55.798179999999995
],
[
37.60655,
55.798173999999996
],
[
37.606424,
55.798170999999996
],
[
37.605861,
55.798158
],
[
37.604825999999996,
55.798127
],
[
37.603307,
55.798080999999996
],
[
37.603207,
55.798078
],
[
37.603102,
55.798075
],
[
37.602948999999995,
55.798072
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.609576,
55.798266
],
[
37.608955,
55.798244
],
[
37.608384,
55.798224999999995
],
[
37.608261,
55.798221
],
[
37.608177,
55.798218
],
[
37.607116,
55.798185999999994
],
[
37.606843,
55.798179999999995
],
[
37.60655,
55.798173999999996
],
[
37.606424,
55.798170999999996
],
[
37.605861,
55.798158
],
[
37.604825999999996,
55.798127
],
[
37.603307,
55.798080999999996
],
[
37.603207,
55.798078
],
[
37.603102,
55.798075
],
[
37.602948999999995,
55.798072
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.602947,
55.7981
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.602947,
55.7981
]
},
"properties": {
"name": "Комбинат твёрдых сплавов",
"description": "Комбинат твёрдых сплавов",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642135",
"name": "Комбинат твёрдых сплавов"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.602948999999995,
55.798072
],
[
37.602222,
55.798054
],
[
37.601924,
55.798043
],
[
37.601698,
55.798033999999994
],
[
37.601594999999996,
55.798021
],
[
37.601481,
55.798002999999994
],
[
37.601203999999996,
55.797934999999995
],
[
37.60031,
55.797681999999995
],
[
37.600182,
55.797644
],
[
37.600072999999995,
55.797612
],
[
37.599764,
55.79752
],
[
37.599491,
55.797439
],
[
37.599232,
55.797362
],
[
37.598847,
55.797247
],
[
37.598298,
55.797084
],
[
37.598161,
55.797042999999995
],
[
37.598245,
55.796972
],
[
37.598299,
55.796924999999995
],
[
37.598389999999995,
55.796842999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.602948999999995,
55.798072
],
[
37.602222,
55.798054
],
[
37.601924,
55.798043
],
[
37.601698,
55.798033999999994
],
[
37.601594999999996,
55.798021
],
[
37.601481,
55.798002999999994
],
[
37.601203999999996,
55.797934999999995
],
[
37.60031,
55.797681999999995
],
[
37.600182,
55.797644
],
[
37.600072999999995,
55.797612
],
[
37.599764,
55.79752
],
[
37.599491,
55.797439
],
[
37.599232,
55.797362
],
[
37.598847,
55.797247
],
[
37.598298,
55.797084
],
[
37.598161,
55.797042999999995
],
[
37.598245,
55.796972
],
[
37.598299,
55.796924999999995
],
[
37.598389999999995,
55.796842999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.598267,
55.796799
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.598267,
55.796799
]
},
"properties": {
"name": "Улица Двинцев",
"description": "Улица Двинцев",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642136",
"name": "Улица Двинцев"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.598389999999995,
55.796842999999996
],
[
37.599022,
55.796278
],
[
37.59934,
55.795994
],
[
37.599430999999996,
55.795911999999994
],
[
37.599461999999995,
55.795845
],
[
37.599482,
55.795795
],
[
37.599607,
55.795283999999995
],
[
37.599706999999995,
55.794864999999994
],
[
37.599989,
55.79378
],
[
37.600012,
55.793681
],
[
37.60009,
55.793381999999994
],
[
37.60012,
55.793214
],
[
37.600137,
55.793122
],
[
37.600094,
55.793081
],
[
37.600052,
55.793043
],
[
37.600003,
55.793
],
[
37.599911999999996,
55.792927
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.598389999999995,
55.796842999999996
],
[
37.599022,
55.796278
],
[
37.59934,
55.795994
],
[
37.599430999999996,
55.795911999999994
],
[
37.599461999999995,
55.795845
],
[
37.599482,
55.795795
],
[
37.599607,
55.795283999999995
],
[
37.599706999999995,
55.794864999999994
],
[
37.599989,
55.79378
],
[
37.600012,
55.793681
],
[
37.60009,
55.793381999999994
],
[
37.60012,
55.793214
],
[
37.600137,
55.793122
],
[
37.600094,
55.793081
],
[
37.600052,
55.793043
],
[
37.600003,
55.793
],
[
37.599911999999996,
55.792927
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.599845342,
55.792953171
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.599845342,
55.792953171
]
},
"properties": {
"name": "Улица Сущёвский Вал - Больница",
"description": "Улица Сущёвский Вал - Больница",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642137",
"name": "Улица Сущёвский Вал - Больница"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.599911999999996,
55.792927
],
[
37.599798,
55.792835
],
[
37.599697,
55.792756999999995
],
[
37.599413999999996,
55.792561
],
[
37.598922,
55.792513
],
[
37.597744,
55.792414
],
[
37.596928,
55.792344
],
[
37.596525,
55.792308999999996
],
[
37.596047999999996,
55.792277
],
[
37.595923,
55.792268
],
[
37.595752999999995,
55.792255999999995
],
[
37.595504,
55.792244999999994
],
[
37.595337,
55.792238999999995
],
[
37.595212,
55.792235999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.599911999999996,
55.792927
],
[
37.599798,
55.792835
],
[
37.599697,
55.792756999999995
],
[
37.599413999999996,
55.792561
],
[
37.598922,
55.792513
],
[
37.597744,
55.792414
],
[
37.596928,
55.792344
],
[
37.596525,
55.792308999999996
],
[
37.596047999999996,
55.792277
],
[
37.595923,
55.792268
],
[
37.595752999999995,
55.792255999999995
],
[
37.595504,
55.792244999999994
],
[
37.595337,
55.792238999999995
],
[
37.595212,
55.792235999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.595205525,
55.792348033
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.595205525,
55.792348033
]
},
"properties": {
"name": "Мебельная фабрика",
"description": "Мебельная фабрика",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9641057",
"name": "Мебельная фабрика"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.595212,
55.792235999999995
],
[
37.595161999999995,
55.792235999999995
],
[
37.594521,
55.792314999999995
],
[
37.594424,
55.792324
],
[
37.594297999999995,
55.792331
],
[
37.594173999999995,
55.792334999999994
],
[
37.594044,
55.792338
],
[
37.592208,
55.792328
],
[
37.590257,
55.79233
],
[
37.590188,
55.792328999999995
],
[
37.589948,
55.792327
],
[
37.589555,
55.792314999999995
],
[
37.589441,
55.792303999999994
],
[
37.589344,
55.792283
],
[
37.589259,
55.792255999999995
],
[
37.589155999999996,
55.792215999999996
],
[
37.589099999999995,
55.792173999999996
],
[
37.589058,
55.792131999999995
],
[
37.589017999999996,
55.792086999999995
],
[
37.588916999999995,
55.791948
],
[
37.588809,
55.791796999999995
],
[
37.588768,
55.791712999999994
],
[
37.588739,
55.791655999999996
],
[
37.588718,
55.791605999999994
],
[
37.588685999999996,
55.791543
],
[
37.588653,
55.791472999999996
],
[
37.588617,
55.791376
],
[
37.588584,
55.79127
],
[
37.588533,
55.791090999999994
],
[
37.588474,
55.790865999999994
],
[
37.58842,
55.790667
],
[
37.588403,
55.790591
],
[
37.588395,
55.790516
],
[
37.588389,
55.790431999999996
],
[
37.588406,
55.789955
],
[
37.588421,
55.789845
],
[
37.588456,
55.789474999999996
],
[
37.588311999999995,
55.788959999999996
],
[
37.588249999999995,
55.788767
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.595212,
55.792235999999995
],
[
37.595161999999995,
55.792235999999995
],
[
37.594521,
55.792314999999995
],
[
37.594424,
55.792324
],
[
37.594297999999995,
55.792331
],
[
37.594173999999995,
55.792334999999994
],
[
37.594044,
55.792338
],
[
37.592208,
55.792328
],
[
37.590257,
55.79233
],
[
37.590188,
55.792328999999995
],
[
37.589948,
55.792327
],
[
37.589555,
55.792314999999995
],
[
37.589441,
55.792303999999994
],
[
37.589344,
55.792283
],
[
37.589259,
55.792255999999995
],
[
37.589155999999996,
55.792215999999996
],
[
37.589099999999995,
55.792173999999996
],
[
37.589058,
55.792131999999995
],
[
37.589017999999996,
55.792086999999995
],
[
37.588916999999995,
55.791948
],
[
37.588809,
55.791796999999995
],
[
37.588768,
55.791712999999994
],
[
37.588739,
55.791655999999996
],
[
37.588718,
55.791605999999994
],
[
37.588685999999996,
55.791543
],
[
37.588653,
55.791472999999996
],
[
37.588617,
55.791376
],
[
37.588584,
55.79127
],
[
37.588533,
55.791090999999994
],
[
37.588474,
55.790865999999994
],
[
37.58842,
55.790667
],
[
37.588403,
55.790591
],
[
37.588395,
55.790516
],
[
37.588389,
55.790431999999996
],
[
37.588406,
55.789955
],
[
37.588421,
55.789845
],
[
37.588456,
55.789474999999996
],
[
37.588311999999995,
55.788959999999996
],
[
37.588249999999995,
55.788767
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588144038,
55.788778032
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588144038,
55.788778032
]
},
"properties": {
"name": "Угловой переулок",
"description": "Угловой переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640766",
"name": "Угловой переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588249999999995,
55.788767
],
[
37.588139999999996,
55.788424
],
[
37.588063,
55.788118999999995
],
[
37.588046,
55.788059999999994
],
[
37.587956,
55.787713
],
[
37.587806,
55.787135
],
[
37.587793999999995,
55.787093999999996
],
[
37.587556,
55.786255
],
[
37.587432,
55.785832
],
[
37.587241,
55.785168999999996
],
[
37.587201,
55.785028
],
[
37.587067,
55.784563999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588249999999995,
55.788767
],
[
37.588139999999996,
55.788424
],
[
37.588063,
55.788118999999995
],
[
37.588046,
55.788059999999994
],
[
37.587956,
55.787713
],
[
37.587806,
55.787135
],
[
37.587793999999995,
55.787093999999996
],
[
37.587556,
55.786255
],
[
37.587432,
55.785832
],
[
37.587241,
55.785168999999996
],
[
37.587201,
55.785028
],
[
37.587067,
55.784563999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586939055,
55.784575995
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586939055,
55.784575995
]
},
"properties": {
"name": "Новолесная улица",
"description": "Новолесная улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640767",
"name": "Новолесная улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.587067,
55.784563999999996
],
[
37.586814,
55.78369
],
[
37.586452,
55.782382
],
[
37.586341999999995,
55.782002999999996
],
[
37.58625,
55.781684999999996
],
[
37.586234999999995,
55.781633
],
[
37.586168,
55.781403
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.587067,
55.784563999999996
],
[
37.586814,
55.78369
],
[
37.586452,
55.782382
],
[
37.586341999999995,
55.782002999999996
],
[
37.58625,
55.781684999999996
],
[
37.586234999999995,
55.781633
],
[
37.586168,
55.781403
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.585995588,
55.781419043
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.585995588,
55.781419043
]
},
"properties": {
"name": "2-й Лесной переулок",
"description": "2-й Лесной переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640768",
"name": "2-й Лесной переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.586168,
55.781403
],
[
37.586076,
55.781088999999994
],
[
37.585989,
55.780789999999996
],
[
37.585876999999996,
55.780407999999994
],
[
37.585806,
55.780164
],
[
37.585665,
55.779683999999996
],
[
37.585608,
55.779488
],
[
37.58558,
55.779379999999996
],
[
37.58553,
55.779216
],
[
37.58546,
55.778982
],
[
37.585277,
55.778456999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.586168,
55.781403
],
[
37.586076,
55.781088999999994
],
[
37.585989,
55.780789999999996
],
[
37.585876999999996,
55.780407999999994
],
[
37.585806,
55.780164
],
[
37.585665,
55.779683999999996
],
[
37.585608,
55.779488
],
[
37.58558,
55.779379999999996
],
[
37.58553,
55.779216
],
[
37.58546,
55.778982
],
[
37.585277,
55.778456999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.58509627,
55.778477088
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.58509627,
55.778477088
]
},
"properties": {
"name": "Метро Белорусская",
"description": "Метро Белорусская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642138",
"name": "Метро Белорусская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585277,
55.778456999999996
],
[
37.585257,
55.778397
],
[
37.585104,
55.778119999999994
],
[
37.58507,
55.778043999999994
],
[
37.58504,
55.777972999999996
],
[
37.584986,
55.777871999999995
],
[
37.584908,
55.777761999999996
],
[
37.58477,
55.777612
],
[
37.584612,
55.777502
],
[
37.584553,
55.777466
],
[
37.584497,
55.777443999999996
],
[
37.584444,
55.777429999999995
],
[
37.584375,
55.777418999999995
],
[
37.584298,
55.777415999999995
],
[
37.584232,
55.777425
],
[
37.584154999999996,
55.777443999999996
],
[
37.584056,
55.777479
],
[
37.583756,
55.777601999999995
],
[
37.58366,
55.777643
],
[
37.583597,
55.777662
],
[
37.583526,
55.777673
],
[
37.583447,
55.777677
],
[
37.583375,
55.777667
],
[
37.583304999999996,
55.777645
],
[
37.583217,
55.777592999999996
],
[
37.583095,
55.777513
],
[
37.582906,
55.777389
],
[
37.58282,
55.777331
],
[
37.582645,
55.777214
],
[
37.582572,
55.777170999999996
],
[
37.582466,
55.777103999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585277,
55.778456999999996
],
[
37.585257,
55.778397
],
[
37.585104,
55.778119999999994
],
[
37.58507,
55.778043999999994
],
[
37.58504,
55.777972999999996
],
[
37.584986,
55.777871999999995
],
[
37.584908,
55.777761999999996
],
[
37.58477,
55.777612
],
[
37.584612,
55.777502
],
[
37.584553,
55.777466
],
[
37.584497,
55.777443999999996
],
[
37.584444,
55.777429999999995
],
[
37.584375,
55.777418999999995
],
[
37.584298,
55.777415999999995
],
[
37.584232,
55.777425
],
[
37.584154999999996,
55.777443999999996
],
[
37.584056,
55.777479
],
[
37.583756,
55.777601999999995
],
[
37.58366,
55.777643
],
[
37.583597,
55.777662
],
[
37.583526,
55.777673
],
[
37.583447,
55.777677
],
[
37.583375,
55.777667
],
[
37.583304999999996,
55.777645
],
[
37.583217,
55.777592999999996
],
[
37.583095,
55.777513
],
[
37.582906,
55.777389
],
[
37.58282,
55.777331
],
[
37.582645,
55.777214
],
[
37.582572,
55.777170999999996
],
[
37.582466,
55.777103999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.582351045,
55.777161879
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.582351045,
55.777161879
]
},
"properties": {
"name": "Тверская Застава",
"description": "Тверская Застава",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "2057340510",
"name": "Тверская Застава"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.582466,
55.777103999999994
],
[
37.582284,
55.77699
],
[
37.582158,
55.776914999999995
],
[
37.582119999999996,
55.776886999999995
],
[
37.582096,
55.776852
],
[
37.582091,
55.77682
],
[
37.582097,
55.776787999999996
],
[
37.58231,
55.776494
],
[
37.582384999999995,
55.776391
],
[
37.582511,
55.776210999999996
],
[
37.582542,
55.776168999999996
],
[
37.582566,
55.776132999999994
],
[
37.58274,
55.775858
],
[
37.583194999999996,
55.775313999999995
],
[
37.583309,
55.775248999999995
],
[
37.583014999999996,
55.775146
],
[
37.582297,
55.774877999999994
],
[
37.581238,
55.774528999999994
],
[
37.580964,
55.774437999999996
],
[
37.580669,
55.774341
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.582466,
55.777103999999994
],
[
37.582284,
55.77699
],
[
37.582158,
55.776914999999995
],
[
37.582119999999996,
55.776886999999995
],
[
37.582096,
55.776852
],
[
37.582091,
55.77682
],
[
37.582097,
55.776787999999996
],
[
37.58231,
55.776494
],
[
37.582384999999995,
55.776391
],
[
37.582511,
55.776210999999996
],
[
37.582542,
55.776168999999996
],
[
37.582566,
55.776132999999994
],
[
37.58274,
55.775858
],
[
37.583194999999996,
55.775313999999995
],
[
37.583309,
55.775248999999995
],
[
37.583014999999996,
55.775146
],
[
37.582297,
55.774877999999994
],
[
37.581238,
55.774528999999994
],
[
37.580964,
55.774437999999996
],
[
37.580669,
55.774341
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580615145,
55.774392497
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580615145,
55.774392497
]
},
"properties": {
"name": "Большой Кондратьевский переулок",
"description": "Большой Кондратьевский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642139",
"name": "Большой Кондратьевский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.580669,
55.774341
],
[
37.580199,
55.774187
],
[
37.57989,
55.774085
],
[
37.579158,
55.773835
],
[
37.578699,
55.773680999999996
],
[
37.578565,
55.773635
],
[
37.578007,
55.773444999999995
],
[
37.577853,
55.773391999999994
],
[
37.577388,
55.773236999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.580669,
55.774341
],
[
37.580199,
55.774187
],
[
37.57989,
55.774085
],
[
37.579158,
55.773835
],
[
37.578699,
55.773680999999996
],
[
37.578565,
55.773635
],
[
37.578007,
55.773444999999995
],
[
37.577853,
55.773391999999994
],
[
37.577388,
55.773236999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.577298573,
55.773321562
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.577298573,
55.773321562
]
},
"properties": {
"name": "Электрический переулок",
"description": "Электрический переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642140",
"name": "Электрический переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.577388,
55.773236999999995
],
[
37.577202,
55.773174999999995
],
[
37.576231,
55.77285
],
[
37.576152,
55.772833
],
[
37.576077999999995,
55.772827
],
[
37.576004,
55.77283
],
[
37.575907,
55.772838
],
[
37.575559999999996,
55.772884
],
[
37.575448,
55.772898999999995
],
[
37.575033,
55.772954999999996
],
[
37.574863,
55.772974999999995
],
[
37.574652,
55.772988
],
[
37.574549,
55.772991
],
[
37.574435,
55.772987
],
[
37.574338,
55.772976
],
[
37.574239,
55.772962
],
[
37.574138,
55.772937999999996
],
[
37.574019,
55.772903
],
[
37.573616,
55.772779
],
[
37.573346,
55.772693
],
[
37.573257,
55.772656
],
[
37.573063999999995,
55.772563
],
[
37.572877,
55.772476999999995
],
[
37.572767999999996,
55.772431999999995
],
[
37.571670999999995,
55.77205
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.577388,
55.773236999999995
],
[
37.577202,
55.773174999999995
],
[
37.576231,
55.77285
],
[
37.576152,
55.772833
],
[
37.576077999999995,
55.772827
],
[
37.576004,
55.77283
],
[
37.575907,
55.772838
],
[
37.575559999999996,
55.772884
],
[
37.575448,
55.772898999999995
],
[
37.575033,
55.772954999999996
],
[
37.574863,
55.772974999999995
],
[
37.574652,
55.772988
],
[
37.574549,
55.772991
],
[
37.574435,
55.772987
],
[
37.574338,
55.772976
],
[
37.574239,
55.772962
],
[
37.574138,
55.772937999999996
],
[
37.574019,
55.772903
],
[
37.573616,
55.772779
],
[
37.573346,
55.772693
],
[
37.573257,
55.772656
],
[
37.573063999999995,
55.772563
],
[
37.572877,
55.772476999999995
],
[
37.572767999999996,
55.772431999999995
],
[
37.571670999999995,
55.77205
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.571584372,
55.772129169
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.571584372,
55.772129169
]
},
"properties": {
"name": "Малая Грузинская улица",
"description": "Малая Грузинская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642141",
"name": "Малая Грузинская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.571670999999995,
55.77205
],
[
37.571535,
55.772002
],
[
37.571304999999995,
55.771919999999994
],
[
37.571017999999995,
55.771817999999996
],
[
37.570608,
55.771671
],
[
37.570475,
55.771625
],
[
37.56972,
55.771363
],
[
37.569534,
55.771297999999994
],
[
37.569033999999995,
55.771122
],
[
37.568948999999996,
55.771091999999996
],
[
37.568816,
55.771038999999995
],
[
37.568045,
55.770762
],
[
37.567468999999996,
55.770554999999995
],
[
37.567150999999996,
55.770443
],
[
37.56698,
55.770388
],
[
37.566544,
55.77023
],
[
37.566416,
55.770182999999996
],
[
37.566325,
55.770151
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.571670999999995,
55.77205
],
[
37.571535,
55.772002
],
[
37.571304999999995,
55.771919999999994
],
[
37.571017999999995,
55.771817999999996
],
[
37.570608,
55.771671
],
[
37.570475,
55.771625
],
[
37.56972,
55.771363
],
[
37.569534,
55.771297999999994
],
[
37.569033999999995,
55.771122
],
[
37.568948999999996,
55.771091999999996
],
[
37.568816,
55.771038999999995
],
[
37.568045,
55.770762
],
[
37.567468999999996,
55.770554999999995
],
[
37.567150999999996,
55.770443
],
[
37.56698,
55.770388
],
[
37.566544,
55.77023
],
[
37.566416,
55.770182999999996
],
[
37.566325,
55.770151
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.566262074,
55.770207417
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.566262074,
55.770207417
]
},
"properties": {
"name": "Большой Тишинский переулок",
"description": "Большой Тишинский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642142",
"name": "Большой Тишинский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.566325,
55.770151
],
[
37.566095,
55.77007
],
[
37.566032,
55.770047999999996
],
[
37.565759,
55.769925
],
[
37.565656,
55.769859
],
[
37.565585999999996,
55.769797
],
[
37.565546,
55.769740999999996
],
[
37.565515999999995,
55.769686
],
[
37.565497,
55.769624
],
[
37.565447999999996,
55.769462999999995
],
[
37.565348,
55.769135999999996
],
[
37.565304999999995,
55.768997999999996
],
[
37.565146,
55.768477
],
[
37.564979,
55.767931
],
[
37.564966,
55.767883
],
[
37.564904,
55.767649
],
[
37.564865,
55.767502
],
[
37.564774,
55.767168
],
[
37.564679,
55.766839999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.566325,
55.770151
],
[
37.566095,
55.77007
],
[
37.566032,
55.770047999999996
],
[
37.565759,
55.769925
],
[
37.565656,
55.769859
],
[
37.565585999999996,
55.769797
],
[
37.565546,
55.769740999999996
],
[
37.565515999999995,
55.769686
],
[
37.565497,
55.769624
],
[
37.565447999999996,
55.769462999999995
],
[
37.565348,
55.769135999999996
],
[
37.565304999999995,
55.768997999999996
],
[
37.565146,
55.768477
],
[
37.564979,
55.767931
],
[
37.564966,
55.767883
],
[
37.564904,
55.767649
],
[
37.564865,
55.767502
],
[
37.564774,
55.767168
],
[
37.564679,
55.766839999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.564533,
55.766853
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.564533,
55.766853
]
},
"properties": {
"name": "Улица Климашкина",
"description": "Улица Климашкина",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642143",
"name": "Улица Климашкина"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.564679,
55.766839999999995
],
[
37.564675,
55.766824
],
[
37.564637999999995,
55.766693999999994
],
[
37.564532,
55.766324
],
[
37.56435,
55.765688
],
[
37.564326,
55.765605
],
[
37.564296,
55.76551
],
[
37.564127,
55.764922
],
[
37.564054,
55.764663
],
[
37.563969,
55.764368999999995
],
[
37.563925999999995,
55.764219
],
[
37.563894,
55.764123999999995
],
[
37.56379,
55.763743
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.564679,
55.766839999999995
],
[
37.564675,
55.766824
],
[
37.564637999999995,
55.766693999999994
],
[
37.564532,
55.766324
],
[
37.56435,
55.765688
],
[
37.564326,
55.765605
],
[
37.564296,
55.76551
],
[
37.564127,
55.764922
],
[
37.564054,
55.764663
],
[
37.563969,
55.764368999999995
],
[
37.563925999999995,
55.764219
],
[
37.563894,
55.764123999999995
],
[
37.56379,
55.763743
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.563529712,
55.763765937
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.563529712,
55.763765937
]
},
"properties": {
"name": "Метро Улица 1905 года",
"description": "Метро Улица 1905 года",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642144",
"name": "Метро Улица 1905 года"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.56379,
55.763743
],
[
37.563728999999995,
55.76352
],
[
37.563679,
55.763363
],
[
37.563553999999996,
55.763242999999996
],
[
37.563320999999995,
55.762986999999995
],
[
37.563198,
55.762868999999995
],
[
37.563041999999996,
55.762702
],
[
37.562633,
55.762260999999995
],
[
37.562132999999996,
55.761699
],
[
37.561735,
55.761250999999994
],
[
37.561679,
55.761179
],
[
37.561192999999996,
55.760560999999996
],
[
37.560688,
55.759919
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.56379,
55.763743
],
[
37.563728999999995,
55.76352
],
[
37.563679,
55.763363
],
[
37.563553999999996,
55.763242999999996
],
[
37.563320999999995,
55.762986999999995
],
[
37.563198,
55.762868999999995
],
[
37.563041999999996,
55.762702
],
[
37.562633,
55.762260999999995
],
[
37.562132999999996,
55.761699
],
[
37.561735,
55.761250999999994
],
[
37.561679,
55.761179
],
[
37.561192999999996,
55.760560999999996
],
[
37.560688,
55.759919
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.560526682,
55.759959182
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.560526682,
55.759959182
]
},
"properties": {
"name": "Улица Трёхгорный Вал",
"description": "Улица Трёхгорный Вал",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642145",
"name": "Улица Трёхгорный Вал"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.560688,
55.759919
],
[
37.560660999999996,
55.759885
],
[
37.560581,
55.759795
],
[
37.560331,
55.759485
],
[
37.560300999999995,
55.759448
],
[
37.560125,
55.759268
],
[
37.560055999999996,
55.759209
],
[
37.559993999999996,
55.759166
],
[
37.559916,
55.759122999999995
],
[
37.559827999999996,
55.759083
],
[
37.559701,
55.759054
],
[
37.559593,
55.759035999999995
],
[
37.559486,
55.759024
],
[
37.559376,
55.759015
],
[
37.558391,
55.758950999999996
],
[
37.558184,
55.758936
],
[
37.558064,
55.758928999999995
],
[
37.557974,
55.758924
],
[
37.55614,
55.758831
],
[
37.555987,
55.758821999999995
],
[
37.554974,
55.758758
],
[
37.554868,
55.758748999999995
],
[
37.554138,
55.758700999999995
],
[
37.553746,
55.758675
],
[
37.553581,
55.758663
],
[
37.553416999999996,
55.758649
],
[
37.553272,
55.758637
],
[
37.553121,
55.758612
],
[
37.553021,
55.758593
],
[
37.552257,
55.758454
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.560688,
55.759919
],
[
37.560660999999996,
55.759885
],
[
37.560581,
55.759795
],
[
37.560331,
55.759485
],
[
37.560300999999995,
55.759448
],
[
37.560125,
55.759268
],
[
37.560055999999996,
55.759209
],
[
37.559993999999996,
55.759166
],
[
37.559916,
55.759122999999995
],
[
37.559827999999996,
55.759083
],
[
37.559701,
55.759054
],
[
37.559593,
55.759035999999995
],
[
37.559486,
55.759024
],
[
37.559376,
55.759015
],
[
37.558391,
55.758950999999996
],
[
37.558184,
55.758936
],
[
37.558064,
55.758928999999995
],
[
37.557974,
55.758924
],
[
37.55614,
55.758831
],
[
37.555987,
55.758821999999995
],
[
37.554974,
55.758758
],
[
37.554868,
55.758748999999995
],
[
37.554138,
55.758700999999995
],
[
37.553746,
55.758675
],
[
37.553581,
55.758663
],
[
37.553416999999996,
55.758649
],
[
37.553272,
55.758637
],
[
37.553121,
55.758612
],
[
37.553021,
55.758593
],
[
37.552257,
55.758454
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.552206009,
55.758542324
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.552206009,
55.758542324
]
},
"properties": {
"name": "Улица Анны Северьяновой",
"description": "Улица Анны Северьяновой",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642146",
"name": "Улица Анны Северьяновой"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.552257,
55.758454
],
[
37.55047,
55.758129
],
[
37.550084,
55.758063
],
[
37.54991,
55.758033999999995
],
[
37.549923,
55.75794
],
[
37.549994999999996,
55.757486
],
[
37.550081999999996,
55.756971
],
[
37.550108,
55.756826
],
[
37.550143,
55.756651999999995
],
[
37.550165,
55.756558
],
[
37.550292999999996,
55.756040999999996
],
[
37.550318,
55.755953999999996
],
[
37.550149999999995,
55.755939
],
[
37.549754,
55.755902999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.552257,
55.758454
],
[
37.55047,
55.758129
],
[
37.550084,
55.758063
],
[
37.54991,
55.758033999999995
],
[
37.549923,
55.75794
],
[
37.549994999999996,
55.757486
],
[
37.550081999999996,
55.756971
],
[
37.550108,
55.756826
],
[
37.550143,
55.756651999999995
],
[
37.550165,
55.756558
],
[
37.550292999999996,
55.756040999999996
],
[
37.550318,
55.755953999999996
],
[
37.550149999999995,
55.755939
],
[
37.549754,
55.755902999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.54973642,
55.755962377
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.54973642,
55.755962377
]
},
"properties": {
"name": "Мантулинская улица",
"description": "Мантулинская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642147",
"name": "Мантулинская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.549754,
55.755902999999996
],
[
37.549304,
55.755862
],
[
37.549004,
55.755831
],
[
37.548963,
55.755821999999995
],
[
37.548915,
55.755807999999995
],
[
37.548867,
55.755790999999995
],
[
37.548815999999995,
55.755767999999996
],
[
37.548767999999995,
55.755741
],
[
37.54866,
55.755675999999994
],
[
37.548607,
55.755644999999994
],
[
37.548387,
55.755516
],
[
37.548280999999996,
55.755451
],
[
37.548207,
55.755398
],
[
37.548134999999995,
55.755342
],
[
37.548063,
55.75528
],
[
37.548004999999996,
55.755218
],
[
37.547948,
55.755153
],
[
37.547908,
55.755092
],
[
37.547867,
55.755024999999996
],
[
37.547739,
55.754760999999995
],
[
37.547685,
55.754647
],
[
37.547649,
55.754569
],
[
37.547619,
55.754511
],
[
37.547596,
55.754467999999996
],
[
37.547573,
55.754427
],
[
37.54755,
55.754386999999994
],
[
37.547518,
55.75434
],
[
37.547486,
55.754303
],
[
37.547442,
55.754253999999996
],
[
37.547411,
55.754220999999994
],
[
37.547366,
55.754177
],
[
37.547329999999995,
55.754141
],
[
37.547291,
55.754109
],
[
37.547245,
55.754070999999996
],
[
37.547202,
55.754047
],
[
37.547146999999995,
55.754019
],
[
37.547098,
55.753997999999996
],
[
37.547046,
55.753978
],
[
37.546966,
55.753947999999994
],
[
37.546867999999996,
55.753913
],
[
37.546782,
55.753884
],
[
37.546397,
55.753768
],
[
37.546198,
55.75371
],
[
37.545716,
55.753571
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.549754,
55.755902999999996
],
[
37.549304,
55.755862
],
[
37.549004,
55.755831
],
[
37.548963,
55.755821999999995
],
[
37.548915,
55.755807999999995
],
[
37.548867,
55.755790999999995
],
[
37.548815999999995,
55.755767999999996
],
[
37.548767999999995,
55.755741
],
[
37.54866,
55.755675999999994
],
[
37.548607,
55.755644999999994
],
[
37.548387,
55.755516
],
[
37.548280999999996,
55.755451
],
[
37.548207,
55.755398
],
[
37.548134999999995,
55.755342
],
[
37.548063,
55.75528
],
[
37.548004999999996,
55.755218
],
[
37.547948,
55.755153
],
[
37.547908,
55.755092
],
[
37.547867,
55.755024999999996
],
[
37.547739,
55.754760999999995
],
[
37.547685,
55.754647
],
[
37.547649,
55.754569
],
[
37.547619,
55.754511
],
[
37.547596,
55.754467999999996
],
[
37.547573,
55.754427
],
[
37.54755,
55.754386999999994
],
[
37.547518,
55.75434
],
[
37.547486,
55.754303
],
[
37.547442,
55.754253999999996
],
[
37.547411,
55.754220999999994
],
[
37.547366,
55.754177
],
[
37.547329999999995,
55.754141
],
[
37.547291,
55.754109
],
[
37.547245,
55.754070999999996
],
[
37.547202,
55.754047
],
[
37.547146999999995,
55.754019
],
[
37.547098,
55.753997999999996
],
[
37.547046,
55.753978
],
[
37.546966,
55.753947999999994
],
[
37.546867999999996,
55.753913
],
[
37.546782,
55.753884
],
[
37.546397,
55.753768
],
[
37.546198,
55.75371
],
[
37.545716,
55.753571
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.54563111,
55.753663787
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.54563111,
55.753663787
]
},
"properties": {
"name": "1-й Красногвардейский проезд",
"description": "1-й Красногвардейский проезд",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642148",
"name": "1-й Красногвардейский проезд"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.545716,
55.753571
],
[
37.545004,
55.753366
],
[
37.54493,
55.753344999999996
],
[
37.544047,
55.75309
],
[
37.543669,
55.752984
],
[
37.543621,
55.752969
],
[
37.543357,
55.752897999999995
],
[
37.543043999999995,
55.752810999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.545716,
55.753571
],
[
37.545004,
55.753366
],
[
37.54493,
55.753344999999996
],
[
37.544047,
55.75309
],
[
37.543669,
55.752984
],
[
37.543621,
55.752969
],
[
37.543357,
55.752897999999995
],
[
37.543043999999995,
55.752810999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.54293344,
55.752938601
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.54293344,
55.752938601
]
},
"properties": {
"name": "Выставочный комплекс",
"description": "Выставочный комплекс",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642149",
"name": "Выставочный комплекс"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.543043999999995,
55.752810999999994
],
[
37.542577,
55.752683
],
[
37.541531,
55.752398
],
[
37.541402999999995,
55.752361
],
[
37.541232,
55.752314
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.543043999999995,
55.752810999999994
],
[
37.542577,
55.752683
],
[
37.541531,
55.752398
],
[
37.541402999999995,
55.752361
],
[
37.541232,
55.752314
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.541127648,
55.752432958
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.541127648,
55.752432958
]
},
"properties": {
"name": "Метро Выставочная",
"description": "Метро Выставочная",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9649560",
"name": "Метро Выставочная"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.541232,
55.752314
],
[
37.540928,
55.752229
],
[
37.540862,
55.752212
],
[
37.540526,
55.752122
],
[
37.540318,
55.752067
],
[
37.539168,
55.751743999999995
],
[
37.538376,
55.751529999999995
],
[
37.538087,
55.751529999999995
],
[
37.537980999999995,
55.751532999999995
],
[
37.537887,
55.751542
],
[
37.537785,
55.751560999999995
],
[
37.53761,
55.751605
],
[
37.537366999999996,
55.75168
],
[
37.537169,
55.751742
],
[
37.536834,
55.75185
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.541232,
55.752314
],
[
37.540928,
55.752229
],
[
37.540862,
55.752212
],
[
37.540526,
55.752122
],
[
37.540318,
55.752067
],
[
37.539168,
55.751743999999995
],
[
37.538376,
55.751529999999995
],
[
37.538087,
55.751529999999995
],
[
37.537980999999995,
55.751532999999995
],
[
37.537887,
55.751542
],
[
37.537785,
55.751560999999995
],
[
37.53761,
55.751605
],
[
37.537366999999996,
55.75168
],
[
37.537169,
55.751742
],
[
37.536834,
55.75185
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.536926312,
55.751940402
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.536926312,
55.751940402
]
},
"properties": {
"name": "2-й Красногвардейский проезд",
"description": "2-й Красногвардейский проезд",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642150",
"name": "2-й Красногвардейский проезд"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.536834,
55.75185
],
[
37.536313,
55.752019
],
[
37.536032,
55.752114
],
[
37.535758,
55.752210999999996
],
[
37.535669999999996,
55.752247
],
[
37.535562999999996,
55.752289999999995
],
[
37.535346,
55.752368
],
[
37.534825999999995,
55.752553
],
[
37.533695,
55.752942999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.536834,
55.75185
],
[
37.536313,
55.752019
],
[
37.536032,
55.752114
],
[
37.535758,
55.752210999999996
],
[
37.535669999999996,
55.752247
],
[
37.535562999999996,
55.752289999999995
],
[
37.535346,
55.752368
],
[
37.534825999999995,
55.752553
],
[
37.533695,
55.752942999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.533737943,
55.752982152
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.533737943,
55.752982152
]
},
"properties": {
"name": "Платформа Тестовская",
"description": "Платформа Тестовская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9649559",
"name": "Платформа Тестовская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.533695,
55.752942999999995
],
[
37.53338,
55.753052
],
[
37.532921,
55.753187999999994
],
[
37.532833,
55.753218
],
[
37.532813,
55.753226999999995
],
[
37.532758,
55.753249
],
[
37.532688,
55.753282
],
[
37.532652,
55.753302999999995
],
[
37.532623,
55.753324
],
[
37.532603,
55.753341999999996
],
[
37.532584,
55.753364
],
[
37.532517,
55.75347
],
[
37.532765,
55.754034999999995
],
[
37.532886999999995,
55.754186999999995
],
[
37.533028,
55.754414999999995
],
[
37.533105,
55.75454
],
[
37.533139999999996,
55.754574
],
[
37.53318,
55.754604
],
[
37.533239,
55.75463
],
[
37.533293,
55.754647
],
[
37.533353,
55.754656999999995
],
[
37.533421,
55.754661999999996
],
[
37.533508,
55.754659999999994
],
[
37.533673,
55.754647
],
[
37.533825,
55.754641
],
[
37.533966,
55.754639
],
[
37.534110999999996,
55.754642999999994
],
[
37.534239,
55.754653
],
[
37.534378,
55.754670999999995
],
[
37.534510999999995,
55.754697
],
[
37.535084,
55.754833999999995
],
[
37.535409,
55.754912999999995
],
[
37.535889999999995,
55.755033999999995
],
[
37.536156,
55.755105
],
[
37.536344,
55.755156
],
[
37.536522999999995,
55.755207
],
[
37.536659,
55.755255
],
[
37.536915,
55.755342
],
[
37.537397999999996,
55.755458999999995
],
[
37.537634,
55.755516
],
[
37.539738,
55.756018999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.533695,
55.752942999999995
],
[
37.53338,
55.753052
],
[
37.532921,
55.753187999999994
],
[
37.532833,
55.753218
],
[
37.532813,
55.753226999999995
],
[
37.532758,
55.753249
],
[
37.532688,
55.753282
],
[
37.532652,
55.753302999999995
],
[
37.532623,
55.753324
],
[
37.532603,
55.753341999999996
],
[
37.532584,
55.753364
],
[
37.532517,
55.75347
],
[
37.532765,
55.754034999999995
],
[
37.532886999999995,
55.754186999999995
],
[
37.533028,
55.754414999999995
],
[
37.533105,
55.75454
],
[
37.533139999999996,
55.754574
],
[
37.53318,
55.754604
],
[
37.533239,
55.75463
],
[
37.533293,
55.754647
],
[
37.533353,
55.754656999999995
],
[
37.533421,
55.754661999999996
],
[
37.533508,
55.754659999999994
],
[
37.533673,
55.754647
],
[
37.533825,
55.754641
],
[
37.533966,
55.754639
],
[
37.534110999999996,
55.754642999999994
],
[
37.534239,
55.754653
],
[
37.534378,
55.754670999999995
],
[
37.534510999999995,
55.754697
],
[
37.535084,
55.754833999999995
],
[
37.535409,
55.754912999999995
],
[
37.535889999999995,
55.755033999999995
],
[
37.536156,
55.755105
],
[
37.536344,
55.755156
],
[
37.536522999999995,
55.755207
],
[
37.536659,
55.755255
],
[
37.536915,
55.755342
],
[
37.537397999999996,
55.755458999999995
],
[
37.537634,
55.755516
],
[
37.539738,
55.756018999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.53977372,
55.755971552
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.53977372,
55.755971552
]
},
"properties": {
"name": "Шмитовский проезд - Детская больница",
"description": "Шмитовский проезд - Детская больница",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9645471",
"name": "Шмитовский проезд - Детская больница"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.539738,
55.756018999999995
],
[
37.541069,
55.756336
],
[
37.541211,
55.756381999999995
],
[
37.541584,
55.756485999999995
],
[
37.541774,
55.75653
],
[
37.542018,
55.756592
],
[
37.542297999999995,
55.756656
],
[
37.542477,
55.756702
],
[
37.543155999999996,
55.756876
],
[
37.543582,
55.756983
],
[
37.543851,
55.757045999999995
],
[
37.544050999999996,
55.757089
],
[
37.544281,
55.75713
],
[
37.54452,
55.757168
],
[
37.544699,
55.757197
],
[
37.545826999999996,
55.757352999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.539738,
55.756018999999995
],
[
37.541069,
55.756336
],
[
37.541211,
55.756381999999995
],
[
37.541584,
55.756485999999995
],
[
37.541774,
55.75653
],
[
37.542018,
55.756592
],
[
37.542297999999995,
55.756656
],
[
37.542477,
55.756702
],
[
37.543155999999996,
55.756876
],
[
37.543582,
55.756983
],
[
37.543851,
55.757045999999995
],
[
37.544050999999996,
55.757089
],
[
37.544281,
55.75713
],
[
37.54452,
55.757168
],
[
37.544699,
55.757197
],
[
37.545826999999996,
55.757352999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.545848116,
55.757303695
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.545848116,
55.757303695
]
},
"properties": {
"name": "Красногвардейский бульвар",
"description": "Красногвардейский бульвар",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642681",
"name": "Красногвардейский бульвар"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.545826999999996,
55.757352999999995
],
[
37.546158,
55.757399
],
[
37.546427,
55.757441
],
[
37.546818,
55.757512999999996
],
[
37.547551999999996,
55.757636999999995
],
[
37.548109,
55.757732999999995
],
[
37.548356,
55.757776
],
[
37.54875,
55.757839999999995
],
[
37.549763999999996,
55.75801
],
[
37.54991,
55.758033999999995
],
[
37.550084,
55.758063
],
[
37.55047,
55.758129
],
[
37.551027,
55.75823
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.545826999999996,
55.757352999999995
],
[
37.546158,
55.757399
],
[
37.546427,
55.757441
],
[
37.546818,
55.757512999999996
],
[
37.547551999999996,
55.757636999999995
],
[
37.548109,
55.757732999999995
],
[
37.548356,
55.757776
],
[
37.54875,
55.757839999999995
],
[
37.549763999999996,
55.75801
],
[
37.54991,
55.758033999999995
],
[
37.550084,
55.758063
],
[
37.55047,
55.758129
],
[
37.551027,
55.75823
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.551063336,
55.758167701
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.551063336,
55.758167701
]
},
"properties": {
"name": "Улица Сергея Макеева",
"description": "Улица Сергея Макеева",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642347",
"name": "Улица Сергея Макеева"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.551027,
55.75823
],
[
37.553021,
55.758593
],
[
37.553121,
55.758612
],
[
37.553272,
55.758637
],
[
37.553416999999996,
55.758649
],
[
37.553581,
55.758663
],
[
37.553746,
55.758675
],
[
37.554111,
55.7587
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.551027,
55.75823
],
[
37.553021,
55.758593
],
[
37.553121,
55.758612
],
[
37.553272,
55.758637
],
[
37.553416999999996,
55.758649
],
[
37.553581,
55.758663
],
[
37.553746,
55.758675
],
[
37.554111,
55.7587
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.554123066,
55.758640816
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.554123066,
55.758640816
]
},
"properties": {
"name": "Улица Анны Северьяновой",
"description": "Улица Анны Северьяновой",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642156",
"name": "Улица Анны Северьяновой"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.554111,
55.7587
],
[
37.554138,
55.758700999999995
],
[
37.554868,
55.758748999999995
],
[
37.554974,
55.758758
],
[
37.555987,
55.758821999999995
],
[
37.55614,
55.758831
],
[
37.557974,
55.758924
],
[
37.558064,
55.758928999999995
],
[
37.558184,
55.758936
],
[
37.558391,
55.758950999999996
],
[
37.559172,
55.759001999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.554111,
55.7587
],
[
37.554138,
55.758700999999995
],
[
37.554868,
55.758748999999995
],
[
37.554974,
55.758758
],
[
37.555987,
55.758821999999995
],
[
37.55614,
55.758831
],
[
37.557974,
55.758924
],
[
37.558064,
55.758928999999995
],
[
37.558184,
55.758936
],
[
37.558391,
55.758950999999996
],
[
37.559172,
55.759001999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.559198979,
55.758873543
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.559198979,
55.758873543
]
},
"properties": {
"name": "Улица Трёхгорный Вал",
"description": "Улица Трёхгорный Вал",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642157",
"name": "Улица Трёхгорный Вал"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.559172,
55.759001999999995
],
[
37.559376,
55.759015
],
[
37.559486,
55.759024
],
[
37.559593,
55.759035999999995
],
[
37.559701,
55.759054
],
[
37.559827999999996,
55.759083
],
[
37.559916,
55.759122999999995
],
[
37.559993999999996,
55.759166
],
[
37.560055999999996,
55.759209
],
[
37.560125,
55.759268
],
[
37.560300999999995,
55.759448
],
[
37.560331,
55.759485
],
[
37.560581,
55.759795
],
[
37.560660999999996,
55.759885
],
[
37.561192999999996,
55.760560999999996
],
[
37.561679,
55.761179
],
[
37.561735,
55.761250999999994
],
[
37.562132999999996,
55.761699
],
[
37.562633,
55.762260999999995
],
[
37.563041999999996,
55.762702
],
[
37.563198,
55.762868999999995
],
[
37.563320999999995,
55.762986999999995
],
[
37.563553999999996,
55.763242999999996
],
[
37.563679,
55.763363
],
[
37.563728999999995,
55.76352
],
[
37.563894,
55.764123999999995
],
[
37.563925999999995,
55.764219
],
[
37.563967999999996,
55.764362999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.559172,
55.759001999999995
],
[
37.559376,
55.759015
],
[
37.559486,
55.759024
],
[
37.559593,
55.759035999999995
],
[
37.559701,
55.759054
],
[
37.559827999999996,
55.759083
],
[
37.559916,
55.759122999999995
],
[
37.559993999999996,
55.759166
],
[
37.560055999999996,
55.759209
],
[
37.560125,
55.759268
],
[
37.560300999999995,
55.759448
],
[
37.560331,
55.759485
],
[
37.560581,
55.759795
],
[
37.560660999999996,
55.759885
],
[
37.561192999999996,
55.760560999999996
],
[
37.561679,
55.761179
],
[
37.561735,
55.761250999999994
],
[
37.562132999999996,
55.761699
],
[
37.562633,
55.762260999999995
],
[
37.563041999999996,
55.762702
],
[
37.563198,
55.762868999999995
],
[
37.563320999999995,
55.762986999999995
],
[
37.563553999999996,
55.763242999999996
],
[
37.563679,
55.763363
],
[
37.563728999999995,
55.76352
],
[
37.563894,
55.764123999999995
],
[
37.563925999999995,
55.764219
],
[
37.563967999999996,
55.764362999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.564131227,
55.764347895
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.564131227,
55.764347895
]
},
"properties": {
"name": "Метро Улица 1905 года",
"description": "Метро Улица 1905 года",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642158",
"name": "Метро Улица 1905 года"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.563967999999996,
55.764362999999996
],
[
37.563969,
55.764368999999995
],
[
37.564054,
55.764663
],
[
37.564127,
55.764922
],
[
37.564296,
55.76551
],
[
37.564326,
55.765605
],
[
37.56435,
55.765688
],
[
37.564532,
55.766324
],
[
37.564637999999995,
55.766693999999994
],
[
37.564675,
55.766824
],
[
37.564774,
55.767168
],
[
37.564865,
55.767502
],
[
37.564904,
55.767649
],
[
37.564966,
55.767883
],
[
37.564979,
55.767931
],
[
37.565067,
55.768218999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.563967999999996,
55.764362999999996
],
[
37.563969,
55.764368999999995
],
[
37.564054,
55.764663
],
[
37.564127,
55.764922
],
[
37.564296,
55.76551
],
[
37.564326,
55.765605
],
[
37.56435,
55.765688
],
[
37.564532,
55.766324
],
[
37.564637999999995,
55.766693999999994
],
[
37.564675,
55.766824
],
[
37.564774,
55.767168
],
[
37.564865,
55.767502
],
[
37.564904,
55.767649
],
[
37.564966,
55.767883
],
[
37.564979,
55.767931
],
[
37.565067,
55.768218999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.565175779,
55.768208318
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.565175779,
55.768208318
]
},
"properties": {
"name": "Улица Климашкина",
"description": "Улица Климашкина",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642159",
"name": "Улица Климашкина"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.565067,
55.768218999999995
],
[
37.565146,
55.768477
],
[
37.565304999999995,
55.768997999999996
],
[
37.565348,
55.769135999999996
],
[
37.565447999999996,
55.769462999999995
],
[
37.565497,
55.769624
],
[
37.565515999999995,
55.769686
],
[
37.565546,
55.769740999999996
],
[
37.565585999999996,
55.769797
],
[
37.565656,
55.769859
],
[
37.565759,
55.769925
],
[
37.565844999999996,
55.769963
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.565067,
55.768218999999995
],
[
37.565146,
55.768477
],
[
37.565304999999995,
55.768997999999996
],
[
37.565348,
55.769135999999996
],
[
37.565447999999996,
55.769462999999995
],
[
37.565497,
55.769624
],
[
37.565515999999995,
55.769686
],
[
37.565546,
55.769740999999996
],
[
37.565585999999996,
55.769797
],
[
37.565656,
55.769859
],
[
37.565759,
55.769925
],
[
37.565844999999996,
55.769963
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.56595077,
55.76988933
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.56595077,
55.76988933
]
},
"properties": {
"name": "Большой Тишинский переулок",
"description": "Большой Тишинский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642160",
"name": "Большой Тишинский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.565844999999996,
55.769963
],
[
37.566032,
55.770047999999996
],
[
37.566095,
55.77007
],
[
37.566416,
55.770182999999996
],
[
37.566544,
55.77023
],
[
37.56698,
55.770388
],
[
37.567150999999996,
55.770443
],
[
37.567468999999996,
55.770554999999995
],
[
37.568045,
55.770762
],
[
37.568816,
55.771038999999995
],
[
37.568948999999996,
55.771091999999996
],
[
37.569033999999995,
55.771122
],
[
37.569534,
55.771297999999994
],
[
37.56972,
55.771363
],
[
37.570475,
55.771625
],
[
37.570608,
55.771671
],
[
37.571017999999995,
55.771817999999996
],
[
37.571304999999995,
55.771919999999994
],
[
37.571535,
55.772002
],
[
37.572179,
55.772227
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.565844999999996,
55.769963
],
[
37.566032,
55.770047999999996
],
[
37.566095,
55.77007
],
[
37.566416,
55.770182999999996
],
[
37.566544,
55.77023
],
[
37.56698,
55.770388
],
[
37.567150999999996,
55.770443
],
[
37.567468999999996,
55.770554999999995
],
[
37.568045,
55.770762
],
[
37.568816,
55.771038999999995
],
[
37.568948999999996,
55.771091999999996
],
[
37.569033999999995,
55.771122
],
[
37.569534,
55.771297999999994
],
[
37.56972,
55.771363
],
[
37.570475,
55.771625
],
[
37.570608,
55.771671
],
[
37.571017999999995,
55.771817999999996
],
[
37.571304999999995,
55.771919999999994
],
[
37.571535,
55.772002
],
[
37.572179,
55.772227
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.572250901,
55.772161676
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.572250901,
55.772161676
]
},
"properties": {
"name": "Малая Грузинская улица",
"description": "Малая Грузинская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642161",
"name": "Малая Грузинская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.572179,
55.772227
],
[
37.572767999999996,
55.772431999999995
],
[
37.572877,
55.772476999999995
],
[
37.573063999999995,
55.772563
],
[
37.573257,
55.772656
],
[
37.573346,
55.772693
],
[
37.573616,
55.772779
],
[
37.574019,
55.772903
],
[
37.574138,
55.772937999999996
],
[
37.574239,
55.772962
],
[
37.574338,
55.772976
],
[
37.574435,
55.772987
],
[
37.574549,
55.772991
],
[
37.574652,
55.772988
],
[
37.574863,
55.772974999999995
],
[
37.575033,
55.772954999999996
],
[
37.575448,
55.772898999999995
],
[
37.575559999999996,
55.772884
],
[
37.575907,
55.772838
],
[
37.576004,
55.77283
],
[
37.576077999999995,
55.772827
],
[
37.576152,
55.772833
],
[
37.576231,
55.77285
],
[
37.57691,
55.773077
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.572179,
55.772227
],
[
37.572767999999996,
55.772431999999995
],
[
37.572877,
55.772476999999995
],
[
37.573063999999995,
55.772563
],
[
37.573257,
55.772656
],
[
37.573346,
55.772693
],
[
37.573616,
55.772779
],
[
37.574019,
55.772903
],
[
37.574138,
55.772937999999996
],
[
37.574239,
55.772962
],
[
37.574338,
55.772976
],
[
37.574435,
55.772987
],
[
37.574549,
55.772991
],
[
37.574652,
55.772988
],
[
37.574863,
55.772974999999995
],
[
37.575033,
55.772954999999996
],
[
37.575448,
55.772898999999995
],
[
37.575559999999996,
55.772884
],
[
37.575907,
55.772838
],
[
37.576004,
55.77283
],
[
37.576077999999995,
55.772827
],
[
37.576152,
55.772833
],
[
37.576231,
55.77285
],
[
37.57691,
55.773077
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.577003247,
55.77298929
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.577003247,
55.77298929
]
},
"properties": {
"name": "Электрический переулок",
"description": "Электрический переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642162",
"name": "Электрический переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.57691,
55.773077
],
[
37.577202,
55.773174999999995
],
[
37.577853,
55.773391999999994
],
[
37.578007,
55.773444999999995
],
[
37.578565,
55.773635
],
[
37.578699,
55.773680999999996
],
[
37.579158,
55.773835
],
[
37.579513,
55.773956
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.57691,
55.773077
],
[
37.577202,
55.773174999999995
],
[
37.577853,
55.773391999999994
],
[
37.578007,
55.773444999999995
],
[
37.578565,
55.773635
],
[
37.578699,
55.773680999999996
],
[
37.579158,
55.773835
],
[
37.579513,
55.773956
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.579568404,
55.773905202
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.579568404,
55.773905202
]
},
"properties": {
"name": "Большой Кондратьевский переулок",
"description": "Большой Кондратьевский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642163",
"name": "Большой Кондратьевский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.579513,
55.773956
],
[
37.57989,
55.774085
],
[
37.580199,
55.774187
],
[
37.580964,
55.774437999999996
],
[
37.581238,
55.774528999999994
],
[
37.582297,
55.774877999999994
],
[
37.583014999999996,
55.775146
],
[
37.583309,
55.775248999999995
],
[
37.583357,
55.775313
],
[
37.583342,
55.775369
],
[
37.582941999999996,
55.775931
],
[
37.582906,
55.775996
],
[
37.582884,
55.776053999999995
],
[
37.582887,
55.776115
],
[
37.582902,
55.776167
],
[
37.582927999999995,
55.776199999999996
],
[
37.582958,
55.776233999999995
],
[
37.583003,
55.776270999999994
],
[
37.583048,
55.776303999999996
],
[
37.583258,
55.776432
],
[
37.58381,
55.776785
],
[
37.583952,
55.776874
],
[
37.584137,
55.776995
],
[
37.584489,
55.777234
],
[
37.584582999999995,
55.777308
],
[
37.584806,
55.777505
],
[
37.584831,
55.777528999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.579513,
55.773956
],
[
37.57989,
55.774085
],
[
37.580199,
55.774187
],
[
37.580964,
55.774437999999996
],
[
37.581238,
55.774528999999994
],
[
37.582297,
55.774877999999994
],
[
37.583014999999996,
55.775146
],
[
37.583309,
55.775248999999995
],
[
37.583357,
55.775313
],
[
37.583342,
55.775369
],
[
37.582941999999996,
55.775931
],
[
37.582906,
55.775996
],
[
37.582884,
55.776053999999995
],
[
37.582887,
55.776115
],
[
37.582902,
55.776167
],
[
37.582927999999995,
55.776199999999996
],
[
37.582958,
55.776233999999995
],
[
37.583003,
55.776270999999994
],
[
37.583048,
55.776303999999996
],
[
37.583258,
55.776432
],
[
37.58381,
55.776785
],
[
37.583952,
55.776874
],
[
37.584137,
55.776995
],
[
37.584489,
55.777234
],
[
37.584582999999995,
55.777308
],
[
37.584806,
55.777505
],
[
37.584831,
55.777528999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.584990623,
55.77747807
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.584990623,
55.77747807
]
},
"properties": {
"name": "Метро Белорусская",
"description": "Метро Белорусская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642164",
"name": "Метро Белорусская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.584831,
55.777528999999994
],
[
37.584905,
55.777601999999995
],
[
37.584984,
55.777688999999995
],
[
37.585052999999995,
55.777772999999996
],
[
37.585116,
55.777864
],
[
37.585164999999996,
55.777944999999995
],
[
37.58521,
55.778031
],
[
37.585232,
55.77811
],
[
37.585237,
55.778137
],
[
37.585243999999996,
55.778186
],
[
37.585257,
55.778397
],
[
37.58546,
55.778982
],
[
37.58553,
55.779216
],
[
37.58558,
55.779379999999996
],
[
37.585608,
55.779488
],
[
37.585665,
55.779683999999996
],
[
37.585806,
55.780164
],
[
37.585876999999996,
55.780407999999994
],
[
37.585989,
55.780789999999996
],
[
37.586076,
55.781088999999994
],
[
37.586234999999995,
55.781633
],
[
37.58625,
55.781684999999996
],
[
37.586341999999995,
55.782002999999996
],
[
37.586383,
55.782142
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.584831,
55.777528999999994
],
[
37.584905,
55.777601999999995
],
[
37.584984,
55.777688999999995
],
[
37.585052999999995,
55.777772999999996
],
[
37.585116,
55.777864
],
[
37.585164999999996,
55.777944999999995
],
[
37.58521,
55.778031
],
[
37.585232,
55.77811
],
[
37.585237,
55.778137
],
[
37.585243999999996,
55.778186
],
[
37.585257,
55.778397
],
[
37.58546,
55.778982
],
[
37.58553,
55.779216
],
[
37.58558,
55.779379999999996
],
[
37.585608,
55.779488
],
[
37.585665,
55.779683999999996
],
[
37.585806,
55.780164
],
[
37.585876999999996,
55.780407999999994
],
[
37.585989,
55.780789999999996
],
[
37.586076,
55.781088999999994
],
[
37.586234999999995,
55.781633
],
[
37.58625,
55.781684999999996
],
[
37.586341999999995,
55.782002999999996
],
[
37.586383,
55.782142
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586481441,
55.782133069
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586481441,
55.782133069
]
},
"properties": {
"name": "2-й Лесной переулок",
"description": "2-й Лесной переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9639747",
"name": "2-й Лесной переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.586383,
55.782142
],
[
37.586452,
55.782382
],
[
37.586814,
55.78369
],
[
37.587199,
55.785019999999996
],
[
37.587201,
55.785028
],
[
37.587241,
55.785168999999996
],
[
37.587432,
55.785832
],
[
37.587495,
55.786048
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.586383,
55.782142
],
[
37.586452,
55.782382
],
[
37.586814,
55.78369
],
[
37.587199,
55.785019999999996
],
[
37.587201,
55.785028
],
[
37.587241,
55.785168999999996
],
[
37.587432,
55.785832
],
[
37.587495,
55.786048
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.587641409,
55.786034859
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.587641409,
55.786034859
]
},
"properties": {
"name": "Новолесная улица",
"description": "Новолесная улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640765",
"name": "Новолесная улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.587495,
55.786048
],
[
37.587556,
55.786255
],
[
37.587793999999995,
55.787093999999996
],
[
37.587806,
55.787135
],
[
37.587956,
55.787713
],
[
37.588046,
55.788059999999994
],
[
37.588063,
55.788118999999995
],
[
37.588139999999996,
55.788424
],
[
37.588311999999995,
55.788959999999996
],
[
37.588456,
55.789474999999996
],
[
37.588547999999996,
55.789815999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.587495,
55.786048
],
[
37.587556,
55.786255
],
[
37.587793999999995,
55.787093999999996
],
[
37.587806,
55.787135
],
[
37.587956,
55.787713
],
[
37.588046,
55.788059999999994
],
[
37.588063,
55.788118999999995
],
[
37.588139999999996,
55.788424
],
[
37.588311999999995,
55.788959999999996
],
[
37.588456,
55.789474999999996
],
[
37.588547999999996,
55.789815999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.58865011,
55.789807542
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.58865011,
55.789807542
]
},
"properties": {
"name": "Угловой переулок",
"description": "Угловой переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642348",
"name": "Угловой переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588547999999996,
55.789815999999995
],
[
37.588605,
55.790028
],
[
37.588542,
55.790321999999996
],
[
37.588535,
55.790419
],
[
37.588536,
55.790516
],
[
37.588543,
55.790608999999996
],
[
37.58856,
55.790699
],
[
37.58866,
55.791083
],
[
37.58868,
55.791148
],
[
37.588705999999995,
55.791211
],
[
37.588741999999996,
55.79128
],
[
37.588778999999995,
55.791346
],
[
37.588815,
55.791402999999995
],
[
37.588856,
55.791461999999996
],
[
37.588904,
55.791519
],
[
37.588932,
55.791553
],
[
37.589026,
55.79166
],
[
37.589127,
55.791733
],
[
37.589186,
55.791771999999995
],
[
37.589245999999996,
55.791802999999994
],
[
37.589295,
55.791826
],
[
37.589400999999995,
55.791864999999994
],
[
37.589462,
55.791883999999996
],
[
37.589543,
55.791903999999995
],
[
37.589625999999996,
55.79192
],
[
37.589712999999996,
55.791934999999995
],
[
37.589799,
55.791945999999996
],
[
37.589878,
55.791954
],
[
37.589966,
55.791957999999994
],
[
37.590193,
55.791959
],
[
37.590255,
55.791959999999996
],
[
37.592515,
55.791962
],
[
37.593103,
55.791961
],
[
37.593449,
55.791962999999996
],
[
37.593728,
55.791968999999995
],
[
37.594239,
55.791982999999995
],
[
37.594930999999995,
55.792029
],
[
37.595307999999996,
55.792091
],
[
37.5958,
55.792117
],
[
37.595999,
55.792127
],
[
37.596331,
55.792148999999995
],
[
37.596461999999995,
55.792159999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588547999999996,
55.789815999999995
],
[
37.588605,
55.790028
],
[
37.588542,
55.790321999999996
],
[
37.588535,
55.790419
],
[
37.588536,
55.790516
],
[
37.588543,
55.790608999999996
],
[
37.58856,
55.790699
],
[
37.58866,
55.791083
],
[
37.58868,
55.791148
],
[
37.588705999999995,
55.791211
],
[
37.588741999999996,
55.79128
],
[
37.588778999999995,
55.791346
],
[
37.588815,
55.791402999999995
],
[
37.588856,
55.791461999999996
],
[
37.588904,
55.791519
],
[
37.588932,
55.791553
],
[
37.589026,
55.79166
],
[
37.589127,
55.791733
],
[
37.589186,
55.791771999999995
],
[
37.589245999999996,
55.791802999999994
],
[
37.589295,
55.791826
],
[
37.589400999999995,
55.791864999999994
],
[
37.589462,
55.791883999999996
],
[
37.589543,
55.791903999999995
],
[
37.589625999999996,
55.79192
],
[
37.589712999999996,
55.791934999999995
],
[
37.589799,
55.791945999999996
],
[
37.589878,
55.791954
],
[
37.589966,
55.791957999999994
],
[
37.590193,
55.791959
],
[
37.590255,
55.791959999999996
],
[
37.592515,
55.791962
],
[
37.593103,
55.791961
],
[
37.593449,
55.791962999999996
],
[
37.593728,
55.791968999999995
],
[
37.594239,
55.791982999999995
],
[
37.594930999999995,
55.792029
],
[
37.595307999999996,
55.792091
],
[
37.5958,
55.792117
],
[
37.595999,
55.792127
],
[
37.596331,
55.792148999999995
],
[
37.596461999999995,
55.792159999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.596490303,
55.792052605
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.596490303,
55.792052605
]
},
"properties": {
"name": "Мебельная фабрика",
"description": "Мебельная фабрика",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9639996",
"name": "Мебельная фабрика"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.596461999999995,
55.792159999999996
],
[
37.596892,
55.792196
],
[
37.597998,
55.792293
],
[
37.599264,
55.792401
],
[
37.599979999999995,
55.792462
],
[
37.600141,
55.792474999999996
],
[
37.600215,
55.79248
],
[
37.600424,
55.792494999999995
],
[
37.60064,
55.792507
],
[
37.600968,
55.792521
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.596461999999995,
55.792159999999996
],
[
37.596892,
55.792196
],
[
37.597998,
55.792293
],
[
37.599264,
55.792401
],
[
37.599979999999995,
55.792462
],
[
37.600141,
55.792474999999996
],
[
37.600215,
55.79248
],
[
37.600424,
55.792494999999995
],
[
37.60064,
55.792507
],
[
37.600968,
55.792521
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.60097824,
55.792444773
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.60097824,
55.792444773
]
},
"properties": {
"name": "Улица Двинцев",
"description": "Улица Двинцев",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640015",
"name": "Улица Двинцев"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.600968,
55.792521
],
[
37.601442999999996,
55.792541
],
[
37.601762,
55.792553999999996
],
[
37.60203,
55.792564999999996
],
[
37.603035999999996,
55.792604
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.600968,
55.792521
],
[
37.601442999999996,
55.792541
],
[
37.601762,
55.792553999999996
],
[
37.60203,
55.792564999999996
],
[
37.603035999999996,
55.792604
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.603047062,
55.792508524
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.603047062,
55.792508524
]
},
"properties": {
"name": "Новосущёвская улица",
"description": "Новосущёвская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642623",
"name": "Новосущёвская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.603035999999996,
55.792604
],
[
37.603162999999995,
55.792607999999994
],
[
37.603555,
55.792621
],
[
37.604365,
55.792651
],
[
37.605481,
55.792691999999995
],
[
37.605821999999996,
55.792656
],
[
37.605965999999995,
55.792643999999996
],
[
37.606105,
55.792638999999994
],
[
37.606235999999996,
55.792635999999995
],
[
37.606832,
55.792654
],
[
37.608042999999995,
55.792691999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.603035999999996,
55.792604
],
[
37.603162999999995,
55.792607999999994
],
[
37.603555,
55.792621
],
[
37.604365,
55.792651
],
[
37.605481,
55.792691999999995
],
[
37.605821999999996,
55.792656
],
[
37.605965999999995,
55.792643999999996
],
[
37.606105,
55.792638999999994
],
[
37.606235999999996,
55.792635999999995
],
[
37.606832,
55.792654
],
[
37.608042999999995,
55.792691999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.608049814,
55.792620311
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.608049814,
55.792620311
]
},
"properties": {
"name": "Улица Образцова",
"description": "Улица Образцова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9648910",
"name": "Улица Образцова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.608042999999995,
55.792691999999995
],
[
37.608351,
55.792701
],
[
37.608596,
55.792708999999995
],
[
37.609564,
55.792738
],
[
37.61045,
55.792773
],
[
37.610973,
55.79279
],
[
37.6119,
55.792832999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.608042999999995,
55.792691999999995
],
[
37.608351,
55.792701
],
[
37.608596,
55.792708999999995
],
[
37.609564,
55.792738
],
[
37.61045,
55.792773
],
[
37.610973,
55.79279
],
[
37.6119,
55.792832999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.611909203,
55.792772231
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.611909203,
55.792772231
]
},
"properties": {
"name": "Улица Сущёвский Вал, 46",
"description": "Улица Сущёвский Вал, 46",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9640016",
"name": "Улица Сущёвский Вал, 46"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.6119,
55.792832999999995
],
[
37.612119,
55.792843999999995
],
[
37.612992,
55.792879
],
[
37.613144,
55.792884
],
[
37.613976,
55.792902
],
[
37.614283,
55.793006
],
[
37.614323,
55.793012999999995
],
[
37.615280999999996,
55.793029999999995
],
[
37.615611,
55.793025
],
[
37.615708,
55.793029999999995
],
[
37.61579,
55.793040999999995
],
[
37.615868999999996,
55.793054999999995
],
[
37.616015999999995,
55.793091999999994
],
[
37.616091,
55.793116
],
[
37.616184,
55.79315
],
[
37.616264,
55.79318
],
[
37.616246,
55.793361999999995
],
[
37.616228,
55.793513
],
[
37.616212,
55.793620999999995
],
[
37.616201,
55.793692
],
[
37.616189999999996,
55.793834
],
[
37.616184,
55.793915
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.6119,
55.792832999999995
],
[
37.612119,
55.792843999999995
],
[
37.612992,
55.792879
],
[
37.613144,
55.792884
],
[
37.613976,
55.792902
],
[
37.614283,
55.793006
],
[
37.614323,
55.793012999999995
],
[
37.615280999999996,
55.793029999999995
],
[
37.615611,
55.793025
],
[
37.615708,
55.793029999999995
],
[
37.61579,
55.793040999999995
],
[
37.615868999999996,
55.793054999999995
],
[
37.616015999999995,
55.793091999999994
],
[
37.616091,
55.793116
],
[
37.616184,
55.79315
],
[
37.616264,
55.79318
],
[
37.616246,
55.793361999999995
],
[
37.616228,
55.793513
],
[
37.616212,
55.793620999999995
],
[
37.616201,
55.793692
],
[
37.616189999999996,
55.793834
],
[
37.616184,
55.793915
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.616455378,
55.793921485
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.616455378,
55.793921485
]
},
"properties": {
"name": "Метро Марьина Роща",
"description": "Метро Марьина Роща",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642263",
"name": "Метро Марьина Роща"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.616184,
55.793915
],
[
37.616171,
55.794098
],
[
37.616150999999995,
55.794359
],
[
37.616147,
55.794458
],
[
37.616096999999996,
55.795325999999996
],
[
37.616091999999995,
55.795404999999995
],
[
37.616043,
55.796319999999994
],
[
37.616043,
55.796417
],
[
37.616036,
55.796791
],
[
37.616012999999995,
55.797069
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.616184,
55.793915
],
[
37.616171,
55.794098
],
[
37.616150999999995,
55.794359
],
[
37.616147,
55.794458
],
[
37.616096999999996,
55.795325999999996
],
[
37.616091999999995,
55.795404999999995
],
[
37.616043,
55.796319999999994
],
[
37.616043,
55.796417
],
[
37.616036,
55.796791
],
[
37.616012999999995,
55.797069
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.61622389,
55.797074588
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.61622389,
55.797074588
]
},
"properties": {
"name": "Метро Марьина Роща - Театр Сатирикон",
"description": "Метро Марьина Роща - Театр Сатирикон",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642264",
"name": "Метро Марьина Роща - Театр Сатирикон"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.616012999999995,
55.797069
],
[
37.615984999999995,
55.797419
],
[
37.615921,
55.798364
],
[
37.615918,
55.79841
],
[
37.615918,
55.798528999999995
],
[
37.615907,
55.798753999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.616012999999995,
55.797069
],
[
37.615984999999995,
55.797419
],
[
37.615921,
55.798364
],
[
37.615918,
55.79841
],
[
37.615918,
55.798528999999995
],
[
37.615907,
55.798753999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.616135068,
55.798757665
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.616135068,
55.798757665
]
},
"properties": {
"name": "6-й проезд Марьиной Рощи",
"description": "6-й проезд Марьиной Рощи",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642170",
"name": "6-й проезд Марьиной Рощи"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615907,
55.798753999999995
],
[
37.615885999999996,
55.799158
],
[
37.615866,
55.800014999999995
],
[
37.615843999999996,
55.800459999999994
],
[
37.615826999999996,
55.800917
],
[
37.615822,
55.801001
],
[
37.615812999999996,
55.801159999999996
],
[
37.615792,
55.801565
],
[
37.61571,
55.802454999999995
],
[
37.615691999999996,
55.802718
],
[
37.615687,
55.803031999999995
],
[
37.615683,
55.803123
],
[
37.615665,
55.803549
],
[
37.615655,
55.803630999999996
],
[
37.615655,
55.803732999999994
],
[
37.615635,
55.804106
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615907,
55.798753999999995
],
[
37.615885999999996,
55.799158
],
[
37.615866,
55.800014999999995
],
[
37.615843999999996,
55.800459999999994
],
[
37.615826999999996,
55.800917
],
[
37.615822,
55.801001
],
[
37.615812999999996,
55.801159999999996
],
[
37.615792,
55.801565
],
[
37.61571,
55.802454999999995
],
[
37.615691999999996,
55.802718
],
[
37.615687,
55.803031999999995
],
[
37.615683,
55.803123
],
[
37.615665,
55.803549
],
[
37.615655,
55.803630999999996
],
[
37.615655,
55.803732999999994
],
[
37.615635,
55.804106
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615783028,
55.804108939
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615783028,
55.804108939
]
},
"properties": {
"name": "Поликлиника",
"description": "Поликлиника",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642171",
"name": "Поликлиника"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615635,
55.804106
],
[
37.615628,
55.804227999999995
],
[
37.615603,
55.804657
],
[
37.615573,
55.805307
],
[
37.615567,
55.805389999999996
],
[
37.615558,
55.805684
],
[
37.615556,
55.805749
],
[
37.615542,
55.806053
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615635,
55.804106
],
[
37.615628,
55.804227999999995
],
[
37.615603,
55.804657
],
[
37.615573,
55.805307
],
[
37.615567,
55.805389999999996
],
[
37.615558,
55.805684
],
[
37.615556,
55.805749
],
[
37.615542,
55.806053
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.615723988,
55.806055404
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.615723988,
55.806055404
]
},
"properties": {
"name": "Шереметьевская улица",
"description": "Шереметьевская улица",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642172",
"name": "Шереметьевская улица"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.615542,
55.806053
],
[
37.615524,
55.806447999999996
],
[
37.615528999999995,
55.806622999999995
],
[
37.615534,
55.806703
],
[
37.615544,
55.806774999999995
],
[
37.615868,
55.806877
],
[
37.616263,
55.807047999999995
],
[
37.616413,
55.807126999999994
],
[
37.61644,
55.807142999999996
],
[
37.6168,
55.807384
],
[
37.616986,
55.807500999999995
],
[
37.61708,
55.807559999999995
],
[
37.616496999999995,
55.807933
],
[
37.616386,
55.808004
],
[
37.616256,
55.808093
],
[
37.616234,
55.808107
],
[
37.615975999999996,
55.808281
],
[
37.615853,
55.808220999999996
],
[
37.615676,
55.807992
],
[
37.615519,
55.807812999999996
],
[
37.615477999999996,
55.807759999999995
],
[
37.615429,
55.807638
],
[
37.615407999999995,
55.80755
],
[
37.615403,
55.80753
],
[
37.615381,
55.807415999999996
],
[
37.615383,
55.807339999999996
],
[
37.615424999999995,
55.807043
],
[
37.615275,
55.807013999999995
],
[
37.615075,
55.806993
],
[
37.614912,
55.806976
],
[
37.61448,
55.806979999999996
],
[
37.613658,
55.806971
],
[
37.613537,
55.806971999999995
],
[
37.61341,
55.806973
],
[
37.61326,
55.806979
],
[
37.612964,
55.806996
],
[
37.612815999999995,
55.807027
],
[
37.612764999999996,
55.807038
],
[
37.612674,
55.807078
],
[
37.612514999999995,
55.80715
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.615542,
55.806053
],
[
37.615524,
55.806447999999996
],
[
37.615528999999995,
55.806622999999995
],
[
37.615534,
55.806703
],
[
37.615544,
55.806774999999995
],
[
37.615868,
55.806877
],
[
37.616263,
55.807047999999995
],
[
37.616413,
55.807126999999994
],
[
37.61644,
55.807142999999996
],
[
37.6168,
55.807384
],
[
37.616986,
55.807500999999995
],
[
37.61708,
55.807559999999995
],
[
37.616496999999995,
55.807933
],
[
37.616386,
55.808004
],
[
37.616256,
55.808093
],
[
37.616234,
55.808107
],
[
37.615975999999996,
55.808281
],
[
37.615853,
55.808220999999996
],
[
37.615676,
55.807992
],
[
37.615519,
55.807812999999996
],
[
37.615477999999996,
55.807759999999995
],
[
37.615429,
55.807638
],
[
37.615407999999995,
55.80755
],
[
37.615403,
55.80753
],
[
37.615381,
55.807415999999996
],
[
37.615383,
55.807339999999996
],
[
37.615424999999995,
55.807043
],
[
37.615275,
55.807013999999995
],
[
37.615075,
55.806993
],
[
37.614912,
55.806976
],
[
37.61448,
55.806979999999996
],
[
37.613658,
55.806971
],
[
37.613537,
55.806971999999995
],
[
37.61341,
55.806973
],
[
37.61326,
55.806979
],
[
37.612964,
55.806996
],
[
37.612815999999995,
55.807027
],
[
37.612764999999996,
55.807038
],
[
37.612674,
55.807078
],
[
37.612514999999995,
55.80715
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.612574771,
55.807191537
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.612574771,
55.807191537
]
},
"properties": {
"name": "6-й автобусный парк",
"description": "6-й автобусный парк",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642173",
"name": "6-й автобусный парк"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.612514999999995,
55.80715
],
[
37.612345999999995,
55.807227
],
[
37.612184,
55.807325
],
[
37.612041999999995,
55.807410999999995
],
[
37.611968,
55.807455999999995
],
[
37.611705,
55.807615999999996
],
[
37.611578,
55.807693
],
[
37.611523999999996,
55.807722999999996
],
[
37.611337,
55.807829
],
[
37.611162,
55.807928
],
[
37.611,
55.808018999999994
],
[
37.610625999999996,
55.808231
],
[
37.610557,
55.80827
],
[
37.610307999999996,
55.808445
],
[
37.610157,
55.808550999999994
],
[
37.61006,
55.808651
],
[
37.609564999999996,
55.809155999999994
],
[
37.609381,
55.809357999999996
],
[
37.609355,
55.809388999999996
],
[
37.609474,
55.809531
],
[
37.609285,
55.809560999999995
],
[
37.609142999999996,
55.809588
],
[
37.609083999999996,
55.809597999999994
],
[
37.608936,
55.809625
],
[
37.608841,
55.80965
],
[
37.608708,
55.809695
],
[
37.60863,
55.809722
],
[
37.608435,
55.809807
],
[
37.608281999999996,
55.809881999999995
],
[
37.608184,
55.809934
],
[
37.608112999999996,
55.809971999999995
],
[
37.607876,
55.810103
],
[
37.607458,
55.810340999999994
],
[
37.607237999999995,
55.810475
],
[
37.607133999999995,
55.810541
],
[
37.606994,
55.810627
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.612514999999995,
55.80715
],
[
37.612345999999995,
55.807227
],
[
37.612184,
55.807325
],
[
37.612041999999995,
55.807410999999995
],
[
37.611968,
55.807455999999995
],
[
37.611705,
55.807615999999996
],
[
37.611578,
55.807693
],
[
37.611523999999996,
55.807722999999996
],
[
37.611337,
55.807829
],
[
37.611162,
55.807928
],
[
37.611,
55.808018999999994
],
[
37.610625999999996,
55.808231
],
[
37.610557,
55.80827
],
[
37.610307999999996,
55.808445
],
[
37.610157,
55.808550999999994
],
[
37.61006,
55.808651
],
[
37.609564999999996,
55.809155999999994
],
[
37.609381,
55.809357999999996
],
[
37.609355,
55.809388999999996
],
[
37.609474,
55.809531
],
[
37.609285,
55.809560999999995
],
[
37.609142999999996,
55.809588
],
[
37.609083999999996,
55.809597999999994
],
[
37.608936,
55.809625
],
[
37.608841,
55.80965
],
[
37.608708,
55.809695
],
[
37.60863,
55.809722
],
[
37.608435,
55.809807
],
[
37.608281999999996,
55.809881999999995
],
[
37.608184,
55.809934
],
[
37.608112999999996,
55.809971999999995
],
[
37.607876,
55.810103
],
[
37.607458,
55.810340999999994
],
[
37.607237999999995,
55.810475
],
[
37.607133999999995,
55.810541
],
[
37.606994,
55.810627
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.607090827,
55.810676892
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.607090827,
55.810676892
]
},
"properties": {
"name": "Промэнерго",
"description": "Промэнерго",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642174",
"name": "Промэнерго"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.606994,
55.810627
],
[
37.606451,
55.810961999999996
],
[
37.606311,
55.811057
],
[
37.606242,
55.811105999999995
],
[
37.606027,
55.811240999999995
],
[
37.605623,
55.811495
],
[
37.605314,
55.811688
],
[
37.604321,
55.812306
],
[
37.603767,
55.812661
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.606994,
55.810627
],
[
37.606451,
55.810961999999996
],
[
37.606311,
55.811057
],
[
37.606242,
55.811105999999995
],
[
37.606027,
55.811240999999995
],
[
37.605623,
55.811495
],
[
37.605314,
55.811688
],
[
37.604321,
55.812306
],
[
37.603767,
55.812661
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.603925462,
55.81273954
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.603925462,
55.81273954
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10204046",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.603767,
55.812661
],
[
37.603727,
55.812687
],
[
37.603584999999995,
55.812777
],
[
37.603012,
55.813142
],
[
37.602723999999995,
55.813325
],
[
37.601988,
55.813793
],
[
37.601802,
55.813908999999995
],
[
37.601492,
55.813882
],
[
37.60015,
55.813759999999995
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.603767,
55.812661
],
[
37.603727,
55.812687
],
[
37.603584999999995,
55.812777
],
[
37.603012,
55.813142
],
[
37.602723999999995,
55.813325
],
[
37.601988,
55.813793
],
[
37.601802,
55.813908999999995
],
[
37.601492,
55.813882
],
[
37.60015,
55.813759999999995
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.600136362,
55.813808809
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.600136362,
55.813808809
]
},
"properties": {
"name": "Метро Бутырская",
"description": "Метро Бутырская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642175",
"name": "Метро Бутырская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.60015,
55.813759999999995
],
[
37.599638999999996,
55.813714
],
[
37.599315,
55.813679
],
[
37.599028,
55.813649
],
[
37.598369999999996,
55.813579999999995
],
[
37.597904,
55.81353
],
[
37.597353,
55.813472
],
[
37.596761,
55.81342
],
[
37.595822,
55.813328999999996
],
[
37.595234999999995,
55.813269999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.60015,
55.813759999999995
],
[
37.599638999999996,
55.813714
],
[
37.599315,
55.813679
],
[
37.599028,
55.813649
],
[
37.598369999999996,
55.813579999999995
],
[
37.597904,
55.81353
],
[
37.597353,
55.813472
],
[
37.596761,
55.81342
],
[
37.595822,
55.813328999999996
],
[
37.595234999999995,
55.813269999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.595220041,
55.813316354
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.595220041,
55.813316354
]
},
"properties": {
"name": "Улица Добролюбова",
"description": "Улица Добролюбова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642176",
"name": "Улица Добролюбова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.595234999999995,
55.813269999999996
],
[
37.59498,
55.813244999999995
],
[
37.594297,
55.813178
],
[
37.594178,
55.813167
],
[
37.594149,
55.813258999999995
],
[
37.593769,
55.814406
],
[
37.593748,
55.814479
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.595234999999995,
55.813269999999996
],
[
37.59498,
55.813244999999995
],
[
37.594297,
55.813178
],
[
37.594178,
55.813167
],
[
37.594149,
55.813258999999995
],
[
37.593769,
55.814406
],
[
37.593748,
55.814479
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.593845241,
55.814487492
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.593845241,
55.814487492
]
},
"properties": {
"name": "Улица Гончарова",
"description": "Улица Гончарова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642265",
"name": "Улица Гончарова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.593748,
55.814479
],
[
37.593724,
55.814561999999995
],
[
37.593663,
55.814797
],
[
37.593612,
55.814961
],
[
37.593531999999996,
55.815244
],
[
37.593468,
55.815470999999995
],
[
37.593337,
55.815895999999995
],
[
37.593311,
55.815977999999994
],
[
37.592802,
55.815923999999995
],
[
37.592618,
55.815905
],
[
37.5922,
55.815861
],
[
37.591854,
55.815824
],
[
37.591466,
55.815784
],
[
37.591272,
55.815763
],
[
37.591011,
55.815735999999994
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.593748,
55.814479
],
[
37.593724,
55.814561999999995
],
[
37.593663,
55.814797
],
[
37.593612,
55.814961
],
[
37.593531999999996,
55.815244
],
[
37.593468,
55.815470999999995
],
[
37.593337,
55.815895999999995
],
[
37.593311,
55.815977999999994
],
[
37.592802,
55.815923999999995
],
[
37.592618,
55.815905
],
[
37.5922,
55.815861
],
[
37.591854,
55.815824
],
[
37.591466,
55.815784
],
[
37.591272,
55.815763
],
[
37.591011,
55.815735999999994
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.590989325,
55.815800729
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.590989325,
55.815800729
]
},
"properties": {
"name": "2-й Гончаровский переулок",
"description": "2-й Гончаровский переулок",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642177",
"name": "2-й Гончаровский переулок"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.591011,
55.815735999999994
],
[
37.590762999999995,
55.815709999999996
],
[
37.590446,
55.815675999999996
],
[
37.589743,
55.815599
],
[
37.589649,
55.815588999999996
],
[
37.588501,
55.815467999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.586673,
55.815270999999996
],
[
37.586562,
55.815259
],
[
37.586245,
55.815225
],
[
37.585889,
55.815186999999995
],
[
37.585702,
55.815165
],
[
37.58528,
55.815123
],
[
37.584373,
55.815027
],
[
37.584116,
55.815
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.591011,
55.815735999999994
],
[
37.590762999999995,
55.815709999999996
],
[
37.590446,
55.815675999999996
],
[
37.589743,
55.815599
],
[
37.589649,
55.815588999999996
],
[
37.588501,
55.815467999999996
],
[
37.588395999999996,
55.815456999999995
],
[
37.586673,
55.815270999999996
],
[
37.586562,
55.815259
],
[
37.586245,
55.815225
],
[
37.585889,
55.815186999999995
],
[
37.585702,
55.815165
],
[
37.58528,
55.815123
],
[
37.584373,
55.815027
],
[
37.584116,
55.815
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.584097926,
55.815053651
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.584097926,
55.815053651
]
},
"properties": {
"name": "Туберкулёзный диспансер № 18",
"description": "Туберкулёзный диспансер № 18",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642178",
"name": "Туберкулёзный диспансер № 18"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.584116,
55.815
],
[
37.583617,
55.814947
],
[
37.582766,
55.814854999999994
],
[
37.582585,
55.814837
],
[
37.582187999999995,
55.814795999999994
],
[
37.582077999999996,
55.814785
],
[
37.581949,
55.815158999999994
],
[
37.581888,
55.815355
],
[
37.581874,
55.815405
],
[
37.581849,
55.815493
],
[
37.581837,
55.815537
],
[
37.581734,
55.815901999999994
],
[
37.581599,
55.816407999999996
],
[
37.581464,
55.816888
],
[
37.58144,
55.816984999999995
],
[
37.581427,
55.817034
],
[
37.581406,
55.817125999999995
],
[
37.581331,
55.817429999999995
],
[
37.581306999999995,
55.817529
],
[
37.581202,
55.817848999999995
],
[
37.58116,
55.817989
],
[
37.581137999999996,
55.818065
],
[
37.581094,
55.818219
],
[
37.580991,
55.818614
],
[
37.580967,
55.818704999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.581083,
55.819038
],
[
37.581151999999996,
55.819106
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.584116,
55.815
],
[
37.583617,
55.814947
],
[
37.582766,
55.814854999999994
],
[
37.582585,
55.814837
],
[
37.582187999999995,
55.814795999999994
],
[
37.582077999999996,
55.814785
],
[
37.581949,
55.815158999999994
],
[
37.581888,
55.815355
],
[
37.581874,
55.815405
],
[
37.581849,
55.815493
],
[
37.581837,
55.815537
],
[
37.581734,
55.815901999999994
],
[
37.581599,
55.816407999999996
],
[
37.581464,
55.816888
],
[
37.58144,
55.816984999999995
],
[
37.581427,
55.817034
],
[
37.581406,
55.817125999999995
],
[
37.581331,
55.817429999999995
],
[
37.581306999999995,
55.817529
],
[
37.581202,
55.817848999999995
],
[
37.58116,
55.817989
],
[
37.581137999999996,
55.818065
],
[
37.581094,
55.818219
],
[
37.580991,
55.818614
],
[
37.580967,
55.818704999999994
],
[
37.580926999999996,
55.818884999999995
],
[
37.581083,
55.819038
],
[
37.581151999999996,
55.819106
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.581246,
55.819076
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.581246,
55.819076
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642005",
"name": "Метро Тимирязевская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.581151999999996,
55.819106
],
[
37.58135,
55.819303
],
[
37.581784,
55.819398
],
[
37.582567,
55.819585999999994
],
[
37.583359,
55.819776
],
[
37.584739,
55.820107
],
[
37.585564,
55.820308
],
[
37.585719999999995,
55.820344999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.581151999999996,
55.819106
],
[
37.58135,
55.819303
],
[
37.581784,
55.819398
],
[
37.582567,
55.819585999999994
],
[
37.583359,
55.819776
],
[
37.584739,
55.820107
],
[
37.585564,
55.820308
],
[
37.585719999999995,
55.820344999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.585745872,
55.82031152
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.585745872,
55.82031152
]
},
"properties": {
"name": "Улица Фонвизина, 10",
"description": "Улица Фонвизина, 10",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642006",
"name": "Улица Фонвизина, 10"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585719999999995,
55.820344999999996
],
[
37.586283,
55.820482
],
[
37.586351,
55.820499
],
[
37.58641,
55.820512
],
[
37.587168999999996,
55.820691
],
[
37.587315,
55.820724999999996
],
[
37.587435,
55.820752999999996
],
[
37.587782,
55.820834999999995
],
[
37.588502,
55.821009
],
[
37.589023999999995,
55.821127
],
[
37.589029,
55.821127999999995
],
[
37.589054999999995,
55.821134
],
[
37.589368,
55.821208
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585719999999995,
55.820344999999996
],
[
37.586283,
55.820482
],
[
37.586351,
55.820499
],
[
37.58641,
55.820512
],
[
37.587168999999996,
55.820691
],
[
37.587315,
55.820724999999996
],
[
37.587435,
55.820752999999996
],
[
37.587782,
55.820834999999995
],
[
37.588502,
55.821009
],
[
37.589023999999995,
55.821127
],
[
37.589029,
55.821127999999995
],
[
37.589054999999995,
55.821134
],
[
37.589368,
55.821208
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.589432411,
55.82112266
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.589432411,
55.82112266
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642007",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.589368,
55.821208
],
[
37.589712999999996,
55.82129
],
[
37.589755,
55.8213
],
[
37.590039999999995,
55.821411
],
[
37.590185999999996,
55.821452
],
[
37.589966,
55.821583
],
[
37.589639999999996,
55.821780999999994
],
[
37.589616,
55.821796
],
[
37.589374,
55.821942
],
[
37.588678,
55.822365
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.589368,
55.821208
],
[
37.589712999999996,
55.82129
],
[
37.589755,
55.8213
],
[
37.590039999999995,
55.821411
],
[
37.590185999999996,
55.821452
],
[
37.589966,
55.821583
],
[
37.589639999999996,
55.821780999999994
],
[
37.589616,
55.821796
],
[
37.589374,
55.821942
],
[
37.588678,
55.822365
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.588841716,
55.822449773
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.588841716,
55.822449773
]
},
"properties": {
"name": "Метро Фонвизинская",
"description": "Метро Фонвизинская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642009",
"name": "Метро Фонвизинская"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.588678,
55.822365
],
[
37.588438,
55.822511
],
[
37.58842,
55.822522
],
[
37.587998,
55.822793999999995
],
[
37.587644,
55.823021999999995
],
[
37.587182999999996,
55.823319
],
[
37.586937999999996,
55.823476
],
[
37.586518999999996,
55.82375
],
[
37.586056,
55.824054
],
[
37.585926,
55.824132999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.588678,
55.822365
],
[
37.588438,
55.822511
],
[
37.58842,
55.822522
],
[
37.587998,
55.822793999999995
],
[
37.587644,
55.823021999999995
],
[
37.587182999999996,
55.823319
],
[
37.586937999999996,
55.823476
],
[
37.586518999999996,
55.82375
],
[
37.586056,
55.824054
],
[
37.585926,
55.824132999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.586076195,
55.824210257
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.586076195,
55.824210257
]
},
"properties": {
"name": "Метро Фонвизинская (северный вестибюль)",
"description": "Метро Фонвизинская (северный вестибюль)",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10182559",
"name": "Метро Фонвизинская (северный вестибюль)"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.585926,
55.824132999999996
],
[
37.585871999999995,
55.824166999999996
],
[
37.585637,
55.82431
],
[
37.585198999999996,
55.824588
],
[
37.584863,
55.824807
],
[
37.583498999999996,
55.825689999999994
],
[
37.58343,
55.825733
],
[
37.583242999999996,
55.825846999999996
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.585926,
55.824132999999996
],
[
37.585871999999995,
55.824166999999996
],
[
37.585637,
55.82431
],
[
37.585198999999996,
55.824588
],
[
37.584863,
55.824807
],
[
37.583498999999996,
55.825689999999994
],
[
37.58343,
55.825733
],
[
37.583242999999996,
55.825846999999996
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.58333314,
55.825893431
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.58333314,
55.825893431
]
},
"properties": {
"name": "Улица Милашенкова, 13",
"description": "Улица Милашенкова, 13",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642010",
"name": "Улица Милашенкова, 13"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.583242999999996,
55.825846999999996
],
[
37.582963,
55.826017
],
[
37.581423,
55.826995999999994
],
[
37.581302,
55.827073
],
[
37.581219,
55.827124999999995
],
[
37.581084,
55.827217
],
[
37.581013999999996,
55.827273999999996
],
[
37.580926,
55.827343
],
[
37.580583,
55.827577
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.583242999999996,
55.825846999999996
],
[
37.582963,
55.826017
],
[
37.581423,
55.826995999999994
],
[
37.581302,
55.827073
],
[
37.581219,
55.827124999999995
],
[
37.581084,
55.827217
],
[
37.581013999999996,
55.827273999999996
],
[
37.580926,
55.827343
],
[
37.580583,
55.827577
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580668,
55.827616
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580668,
55.827616
]
},
"properties": {
"name": "Управа района Бутырский",
"description": "Управа района Бутырский",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9647331",
"name": "Управа района Бутырский"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.580583,
55.827577
],
[
37.580161,
55.827864
],
[
37.580059999999996,
55.827934
],
[
37.579904,
55.828035
],
[
37.579572,
55.828266
],
[
37.579282,
55.828468
],
[
37.57915,
55.828559999999996
],
[
37.578913,
55.828727
],
[
37.578852999999995,
55.828773
],
[
37.578745999999995,
55.828868
],
[
37.578643,
55.828965
],
[
37.578511999999996,
55.829102999999996
],
[
37.578396999999995,
55.829231
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.580583,
55.827577
],
[
37.580161,
55.827864
],
[
37.580059999999996,
55.827934
],
[
37.579904,
55.828035
],
[
37.579572,
55.828266
],
[
37.579282,
55.828468
],
[
37.57915,
55.828559999999996
],
[
37.578913,
55.828727
],
[
37.578852999999995,
55.828773
],
[
37.578745999999995,
55.828868
],
[
37.578643,
55.828965
],
[
37.578511999999996,
55.829102999999996
],
[
37.578396999999995,
55.829231
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.578521,
55.829266
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.578521,
55.829266
]
},
"properties": {
"name": "Улица Милашенкова",
"description": "Улица Милашенкова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9648323",
"name": "Улица Милашенкова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.578396999999995,
55.829231
],
[
37.578299,
55.829339999999995
],
[
37.578089999999996,
55.829619
],
[
37.578025,
55.829729
],
[
37.57789,
55.829957
],
[
37.57788,
55.830045
],
[
37.57788,
55.830116
],
[
37.577886,
55.830178999999994
],
[
37.577902,
55.830244
],
[
37.578067,
55.830666
],
[
37.578236,
55.831159
],
[
37.578329,
55.831405999999994
],
[
37.578449,
55.831723
],
[
37.578462,
55.831776999999995
],
[
37.578465,
55.831815
],
[
37.578463,
55.831851
],
[
37.578454,
55.831886
],
[
37.57844,
55.831917
],
[
37.578412,
55.831951999999994
],
[
37.577892999999996,
55.832305
],
[
37.577771,
55.832389
],
[
37.577563,
55.832547999999996
],
[
37.577472,
55.832587999999994
],
[
37.577405999999996,
55.832618
],
[
37.577326,
55.832643
],
[
37.577242,
55.832654999999995
],
[
37.577166999999996,
55.832663
],
[
37.577103,
55.832660999999995
],
[
37.576989999999995,
55.832648
],
[
37.576888,
55.832626
],
[
37.576785,
55.832591
],
[
37.575742,
55.832229
],
[
37.575205,
55.832041999999994
],
[
37.575139,
55.832018
],
[
37.575043,
55.831981999999996
],
[
37.574934,
55.831938
],
[
37.574850999999995,
55.831900999999995
],
[
37.574767,
55.831849
],
[
37.5747,
55.831795
],
[
37.574653,
55.831742
],
[
37.574611,
55.831686999999995
],
[
37.574586,
55.831638
],
[
37.574562,
55.831576999999996
],
[
37.574559,
55.831523999999995
],
[
37.574563,
55.831458999999995
],
[
37.574585,
55.831402999999995
],
[
37.574622,
55.831342
],
[
37.574664,
55.831292
],
[
37.574804,
55.831173
],
[
37.574830999999996,
55.831154
],
[
37.57495,
55.831072
],
[
37.575171999999995,
55.830923
],
[
37.575232,
55.830883
],
[
37.57552,
55.83069
],
[
37.575624,
55.830621
],
[
37.576170999999995,
55.830254
],
[
37.576841,
55.829803
],
[
37.577017,
55.829685
],
[
37.577233,
55.829539
],
[
37.577273999999996,
55.829511
],
[
37.577501,
55.829372
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.578396999999995,
55.829231
],
[
37.578299,
55.829339999999995
],
[
37.578089999999996,
55.829619
],
[
37.578025,
55.829729
],
[
37.57789,
55.829957
],
[
37.57788,
55.830045
],
[
37.57788,
55.830116
],
[
37.577886,
55.830178999999994
],
[
37.577902,
55.830244
],
[
37.578067,
55.830666
],
[
37.578236,
55.831159
],
[
37.578329,
55.831405999999994
],
[
37.578449,
55.831723
],
[
37.578462,
55.831776999999995
],
[
37.578465,
55.831815
],
[
37.578463,
55.831851
],
[
37.578454,
55.831886
],
[
37.57844,
55.831917
],
[
37.578412,
55.831951999999994
],
[
37.577892999999996,
55.832305
],
[
37.577771,
55.832389
],
[
37.577563,
55.832547999999996
],
[
37.577472,
55.832587999999994
],
[
37.577405999999996,
55.832618
],
[
37.577326,
55.832643
],
[
37.577242,
55.832654999999995
],
[
37.577166999999996,
55.832663
],
[
37.577103,
55.832660999999995
],
[
37.576989999999995,
55.832648
],
[
37.576888,
55.832626
],
[
37.576785,
55.832591
],
[
37.575742,
55.832229
],
[
37.575205,
55.832041999999994
],
[
37.575139,
55.832018
],
[
37.575043,
55.831981999999996
],
[
37.574934,
55.831938
],
[
37.574850999999995,
55.831900999999995
],
[
37.574767,
55.831849
],
[
37.5747,
55.831795
],
[
37.574653,
55.831742
],
[
37.574611,
55.831686999999995
],
[
37.574586,
55.831638
],
[
37.574562,
55.831576999999996
],
[
37.574559,
55.831523999999995
],
[
37.574563,
55.831458999999995
],
[
37.574585,
55.831402999999995
],
[
37.574622,
55.831342
],
[
37.574664,
55.831292
],
[
37.574804,
55.831173
],
[
37.574830999999996,
55.831154
],
[
37.57495,
55.831072
],
[
37.575171999999995,
55.830923
],
[
37.575232,
55.830883
],
[
37.57552,
55.83069
],
[
37.575624,
55.830621
],
[
37.576170999999995,
55.830254
],
[
37.576841,
55.829803
],
[
37.577017,
55.829685
],
[
37.577233,
55.829539
],
[
37.577273999999996,
55.829511
],
[
37.577501,
55.829372
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.577408832,
55.82932476
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.577408832,
55.82932476
]
},
"properties": {
"name": "Улица Яблочкова, 45",
"description": "Улица Яблочкова, 45",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9648853",
"name": "Улица Яблочкова, 45"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.577501,
55.829372
],
[
37.578055,
55.829032
],
[
37.578281,
55.8289
],
[
37.578438999999996,
55.828813
],
[
37.578542,
55.828761
],
[
37.578663999999996,
55.828699
],
[
37.578970999999996,
55.828485
],
[
37.579113,
55.828385999999995
],
[
37.579076,
55.828359999999996
],
[
37.579048,
55.828333
],
[
37.579028,
55.828305
],
[
37.579018999999995,
55.828278
],
[
37.579014,
55.828246
],
[
37.579012999999996,
55.828182
],
[
37.579018,
55.828143
],
[
37.57904,
55.82801
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.577501,
55.829372
],
[
37.578055,
55.829032
],
[
37.578281,
55.8289
],
[
37.578438999999996,
55.828813
],
[
37.578542,
55.828761
],
[
37.578663999999996,
55.828699
],
[
37.578970999999996,
55.828485
],
[
37.579113,
55.828385999999995
],
[
37.579076,
55.828359999999996
],
[
37.579048,
55.828333
],
[
37.579028,
55.828305
],
[
37.579018999999995,
55.828278
],
[
37.579014,
55.828246
],
[
37.579012999999996,
55.828182
],
[
37.579018,
55.828143
],
[
37.57904,
55.82801
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.57891464,
55.82800293
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.57891464,
55.82800293
]
},
"properties": {
"name": "Улица Милашенкова",
"description": "Улица Милашенкова",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642509",
"name": "Улица Милашенкова"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.57904,
55.82801
],
[
37.579085,
55.827745
],
[
37.579142999999995,
55.8274
],
[
37.579147999999996,
55.827357
],
[
37.579164999999996,
55.827264
],
[
37.579245,
55.826826
],
[
37.579437,
55.825883999999995
],
[
37.579526,
55.825430999999995
],
[
37.579546,
55.825317999999996
],
[
37.579561,
55.825229
],
[
37.579586,
55.825101999999994
],
[
37.579615,
55.824980999999994
],
[
37.579681,
55.824718999999995
],
[
37.579774,
55.824296999999994
],
[
37.5798,
55.824186999999995
],
[
37.579927999999995,
55.8236
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.57904,
55.82801
],
[
37.579085,
55.827745
],
[
37.579142999999995,
55.8274
],
[
37.579147999999996,
55.827357
],
[
37.579164999999996,
55.827264
],
[
37.579245,
55.826826
],
[
37.579437,
55.825883999999995
],
[
37.579526,
55.825430999999995
],
[
37.579546,
55.825317999999996
],
[
37.579561,
55.825229
],
[
37.579586,
55.825101999999994
],
[
37.579615,
55.824980999999994
],
[
37.579681,
55.824718999999995
],
[
37.579774,
55.824296999999994
],
[
37.5798,
55.824186999999995
],
[
37.579927999999995,
55.8236
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.57982635,
55.82359314
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.57982635,
55.82359314
]
},
"properties": {
"name": "Улица Яблочкова, 28",
"description": "Улица Яблочкова, 28",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__9642003",
"name": "Улица Яблочкова, 28"
}
}
},
{
"type": "Feature",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
37.579927999999995,
55.8236
],
[
37.579979,
55.823364
],
[
37.580098,
55.822761
],
[
37.580200999999995,
55.822263
],
[
37.580219,
55.822178
],
[
37.580236,
55.822112999999995
],
[
37.580262999999995,
55.822004
],
[
37.580275,
55.821946999999994
],
[
37.580352,
55.821563
],
[
37.580562,
55.820549
],
[
37.580583,
55.820446
],
[
37.580639999999995,
55.820149
]
]
}
],
"geometry": {
"type": "LineString",
"coordinates": [
[
37.579927999999995,
55.8236
],
[
37.579979,
55.823364
],
[
37.580098,
55.822761
],
[
37.580200999999995,
55.822263
],
[
37.580219,
55.822178
],
[
37.580236,
55.822112999999995
],
[
37.580262999999995,
55.822004
],
[
37.580275,
55.821946999999994
],
[
37.580352,
55.821563
],
[
37.580562,
55.820549
],
[
37.580583,
55.820446
],
[
37.580639999999995,
55.820149
]
]
}
},
{
"type": "Feature",
"geometries": [
{
"type": "Point",
"coordinates": [
37.580551588,
55.82013252
]
}
],
"geometry": {
"type": "Point",
"coordinates": [
37.580551588,
55.82013252
]
},
"properties": {
"name": "Метро Тимирязевская",
"description": "Метро Тимирязевская",
"currentTime": "Thu May 16 2019 00:05:37 GMT+0300 (MSK)",
"StopMetaData": {
"id": "stop__10007272",
"name": "Метро Тимирязевская"
}
}
}
],
"properties": {
"ThreadMetaData": {
"id": "213A_12_bus_mosgortrans",
"lineId": "213_12_bus_mosgortrans",
"name": "12",
"type": "bus",
"Types": [
"bus"
],
"EssentialStops": [
{
"id": "stop__9642117",
"name": "Метро Тимирязевская"
},
{
"id": "stop__10007272",
"name": "Метро Тимирязевская"
}
]
},
"boundedBy": [
[
37.532516561,
55.751529788
],
[
37.617079808,
55.832663219
]
]
},
"MapsUIMetaData": {
"Region": [
{
"id": 213,
"type": 6,
"parent_id": 1,
"capital_id": 0,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow",
"native_name": "",
"iso_name": "RU MOW",
"is_main": true,
"en_name": "Moscow",
"short_en_name": "MSK",
"phone_code": "495 499",
"phone_code_old": "095",
"zip_code": "",
"population": 12506468,
"synonyms": "Moskau, Moskva",
"latitude": 55.753215,
"longitude": 37.622504,
"latitude_size": 0.878654,
"longitude_size": 1.164423,
"zoom": 10,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"weather",
"afisha",
"maps",
"tv",
"ad",
"etrain",
"subway",
"delivery",
"route"
],
"parent": {
"id": 1,
"type": 5,
"parent_id": 3,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow-and-moscow-oblast",
"native_name": "",
"iso_name": "RU-MOS",
"is_main": true,
"en_name": "Moscow and Moscow Oblast",
"short_en_name": "RU-MOS",
"phone_code": "495 496 498 499",
"phone_code_old": "",
"zip_code": "",
"population": 7503385,
"synonyms": "Московская область, Подмосковье, Podmoskovye",
"latitude": 55.815792,
"longitude": 37.380031,
"latitude_size": 2.705659,
"longitude_size": 5.060749,
"zoom": 8,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
10716,
10747,
10758,
20728,
10740,
10738,
20523,
10735,
10734,
10743,
21622
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": {
"id": 225,
"type": 3,
"parent_id": 10001,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "russia",
"native_name": "",
"iso_name": "RU",
"is_main": false,
"en_name": "Russia",
"short_en_name": "RU",
"phone_code": "7",
"phone_code_old": "",
"zip_code": "",
"population": 146880432,
"synonyms": "Russian Federation,Российская Федерация",
"latitude": 61.698653,
"longitude": 99.505405,
"latitude_size": 40.700127,
"longitude_size": 171.643239,
"zoom": 3,
"tzname": "",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
2,
65,
54,
47,
43,
66,
51,
56,
172,
39,
62
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": null,
"ename": "russia"
},
"ename": "moscow-and-moscow-oblast"
},
"ename": "moscow"
},
{
"id": 213,
"type": 6,
"parent_id": 1,
"capital_id": 0,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow",
"native_name": "",
"iso_name": "RU MOW",
"is_main": true,
"en_name": "Moscow",
"short_en_name": "MSK",
"phone_code": "495 499",
"phone_code_old": "095",
"zip_code": "",
"population": 12506468,
"synonyms": "Moskau, Moskva",
"latitude": 55.753215,
"longitude": 37.622504,
"latitude_size": 0.878654,
"longitude_size": 1.164423,
"zoom": 10,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"weather",
"afisha",
"maps",
"tv",
"ad",
"etrain",
"subway",
"delivery",
"route"
],
"parent": {
"id": 1,
"type": 5,
"parent_id": 3,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "moscow-and-moscow-oblast",
"native_name": "",
"iso_name": "RU-MOS",
"is_main": true,
"en_name": "Moscow and Moscow Oblast",
"short_en_name": "RU-MOS",
"phone_code": "495 496 498 499",
"phone_code_old": "",
"zip_code": "",
"population": 7503385,
"synonyms": "Московская область, Подмосковье, Podmoskovye",
"latitude": 55.815792,
"longitude": 37.380031,
"latitude_size": 2.705659,
"longitude_size": 5.060749,
"zoom": 8,
"tzname": "Europe/Moscow",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
10716,
10747,
10758,
20728,
10740,
10738,
20523,
10735,
10734,
10743,
21622
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": {
"id": 225,
"type": 3,
"parent_id": 10001,
"capital_id": 213,
"geo_parent_id": 0,
"city_id": 213,
"name": "russia",
"native_name": "",
"iso_name": "RU",
"is_main": false,
"en_name": "Russia",
"short_en_name": "RU",
"phone_code": "7",
"phone_code_old": "",
"zip_code": "",
"population": 146880432,
"synonyms": "Russian Federation,Российская Федерация",
"latitude": 61.698653,
"longitude": 99.505405,
"latitude_size": 40.700127,
"longitude_size": 171.643239,
"zoom": 3,
"tzname": "",
"official_languages": "ru",
"widespread_languages": "ru",
"suggest_list": [
213,
2,
65,
54,
47,
43,
66,
51,
56,
172,
39,
62
],
"is_eu": false,
"services_names": [
"bs",
"yaca",
"ad"
],
"parent": null,
"ename": "russia"
},
"ename": "moscow-and-moscow-oblast"
},
"ename": "moscow"
}
],
"isRegionEquality": true
}
},
"requestDuration": 8,
"parseDuration": 0
}
}