mirror of
https://github.com/zhigang1992/uber-cities.git
synced 2026-04-07 09:38:21 +08:00
55 lines
1.2 KiB
JavaScript
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'
|
|
}
|
|
}
|
|
]
|