Files
uber-cities/data/single/pathao.js
2018-12-03 18:32:35 +01:00

55 lines
1.2 KiB
JavaScript

module.exports = [
{
name: 'Dhaka',
company: 'Pathao',
info: {
formatted_address: 'Dhaka, Bangladesh',
country: {
long_name: 'Bangladesh',
short_name: 'BD',
types: ['country', 'political']
},
place_id: 'ChIJgWsCh7C4VTcRwgRZ3btjpY8'
}
},
{
name: 'Sylhet',
company: 'Pathao',
info: {
formatted_address: 'Sylhet, Bangladesh',
country: {
long_name: 'Bangladesh',
short_name: 'BD',
types: ['country', 'political']
},
place_id: 'ChIJnzJw0tNUUDcRgnP2MTT5jvU'
}
},
{
name: 'Chittagong',
company: 'Pathao',
info: {
formatted_address: 'Chittagong, Bangladesh',
country: {
long_name: 'Bangladesh',
short_name: 'BD',
types: ['country', 'political']
},
place_id: 'ChIJ09-VQKbYrDAR2QVpy1vMFVA'
}
},
{
name: 'Kathmandu',
company: 'Pathao',
info: {
formatted_address: 'Kathmandu 44600, Nepal',
country: {
long_name: 'Nepal',
short_name: 'NP',
types: ['country', 'political']
},
place_id: 'ChIJv6p7MIoZ6zkR6rGN8Rt8E7U'
}
}
]