db-vendo-client/test/fixtures/db-stop.js
2020-03-08 23:04:04 +01:00

25 lines
390 B
JavaScript

'use strict'
module.exports = {
type: 'stop',
id: '8011155',
name: 'Berlin Alexanderplatz',
location: {
type: 'location',
id: '8011155',
latitude: 52.521526,
longitude: 13.411088
},
products: {
nationalExpress: false,
national: false,
regionalExp: false,
regional: true,
suburban: true,
bus: true,
ferry: false,
subway: true,
tram: true,
taxi: false
}
}