mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-06 18:00:35 +02:00
78 lines
1.9 KiB
JavaScript
78 lines
1.9 KiB
JavaScript
export default {
|
|
originalLegs: [
|
|
{
|
|
__dataID__: 'client:4093750289204',
|
|
mode: 'WALK',
|
|
from: {
|
|
__dataID__: 'client:4093750289206',
|
|
lat: 60.199017,
|
|
lon: 24.933973,
|
|
name: 'Pasila, Helsinki',
|
|
vertexType: 'NORMAL',
|
|
vehicleRentalStation: null,
|
|
stop: null,
|
|
},
|
|
to: {
|
|
__dataID__: 'client:4093750289207',
|
|
lat: 60.199118,
|
|
lon: 24.940652,
|
|
name: 'Opastinsilta 6, Helsinki',
|
|
vertexType: 'NORMAL',
|
|
vehicleRentalStation: null,
|
|
stop: null,
|
|
},
|
|
legGeometry: {
|
|
__dataID__: 'client:4093750289205',
|
|
length: 37,
|
|
points:
|
|
'yrlnJe|dwCC@?EAEq@Vg@RSF@JTI??Ce@?[GaAzBy@Ew@AGAIEs@?EIuAEu@Eq@KwAGeA?CAk@E{EQcCEk@AYAIE{@G}@C]AY~@}@@H',
|
|
},
|
|
intermediatePlaces: [],
|
|
realTime: false,
|
|
transitLeg: false,
|
|
rentedBike: false,
|
|
startTime: 1526023612000,
|
|
endTime: 1526024154000,
|
|
distance: 570.7669999999999,
|
|
duration: 542,
|
|
intermediatePlace: false,
|
|
route: null,
|
|
trip: null,
|
|
__fragments__: {
|
|
'10::client': [{}],
|
|
},
|
|
},
|
|
],
|
|
legObj: {
|
|
__dataID__: 'client:4093750289204',
|
|
mode: 'WALK',
|
|
from: {
|
|
__dataID__: 'client:4093750289206',
|
|
lat: 60.199017,
|
|
lon: 24.933973,
|
|
name: 'Pasila, Helsinki',
|
|
vertexType: 'NORMAL',
|
|
vehicleRentalStation: null,
|
|
stop: null,
|
|
},
|
|
to: {},
|
|
legGeometry: {
|
|
__dataID__: 'client:4093750289205',
|
|
length: 37,
|
|
points:
|
|
'yrlnJe|dwCC@?EAEq@Vg@RSF@JTI??Ce@?[GaAzBy@Ew@AGAIEs@?EIuAEu@Eq@KwAGeA?CAk@E{EQcCEk@AYAIE{@G}@C]AY~@}@@H',
|
|
},
|
|
intermediatePlaces: {},
|
|
realTime: false,
|
|
transitLeg: false,
|
|
rentedBike: false,
|
|
startTime: 1526023612000,
|
|
endTime: 1526024154000,
|
|
distance: 570.7669999999999,
|
|
duration: 542,
|
|
intermediatePlace: false,
|
|
route: null,
|
|
trip: null,
|
|
__fragments__: {},
|
|
},
|
|
};
|