mirror of
https://github.com/zhigang1992/uber-cities.git
synced 2026-04-07 09:38:21 +08:00
55 lines
1.1 KiB
JavaScript
55 lines
1.1 KiB
JavaScript
module.exports = [
|
|
{
|
|
company: 'Beat',
|
|
name: 'Lima',
|
|
info: {
|
|
formatted_address: 'Lima, Peru',
|
|
country: {
|
|
long_name: 'Peru',
|
|
short_name: 'PE',
|
|
types: ['country', 'political']
|
|
},
|
|
place_id: 'ChIJxz7uGfbFBZERSi5FzLlsIBQ'
|
|
}
|
|
},
|
|
{
|
|
company: 'Beat',
|
|
name: 'Santiago',
|
|
info: {
|
|
formatted_address: 'Santiago, Santiago Metropolitan Region, Chile',
|
|
country: {
|
|
long_name: 'Chile',
|
|
short_name: 'CL',
|
|
types: ['country', 'political']
|
|
},
|
|
place_id: 'ChIJL68lBEHFYpYRMQkPQDzVdYQ'
|
|
}
|
|
},
|
|
{
|
|
company: 'Beat',
|
|
name: 'Bogota',
|
|
info: {
|
|
formatted_address: 'Bogotá, Bogota, Colombia',
|
|
country: {
|
|
long_name: 'Colombia',
|
|
short_name: 'CO',
|
|
types: ['country', 'political']
|
|
},
|
|
place_id: 'ChIJKcumLf2bP44RFDmjIFVjnSM'
|
|
}
|
|
},
|
|
{
|
|
company: 'Beat',
|
|
name: 'Athens',
|
|
info: {
|
|
formatted_address: 'Athens, Greece',
|
|
country: {
|
|
long_name: 'Greece',
|
|
short_name: 'GR',
|
|
types: ['country', 'political']
|
|
},
|
|
place_id: 'ChIJ8UNwBh-9oRQR3Y1mdkU1Nic'
|
|
}
|
|
}
|
|
]
|