mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
26 lines
390 B
JavaScript
26 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
|
||
|
}
|
||
|
}
|