mirror of
https://github.com/zhigang1992/uber-cities.git
synced 2026-04-10 22:50:29 +08:00
16 lines
309 B
JavaScript
16 lines
309 B
JavaScript
module.exports = [
|
|
{
|
|
name: 'Copenhagen',
|
|
company: 'moove',
|
|
info: {
|
|
formatted_address: 'Copenhagen, Denmark',
|
|
country: {
|
|
long_name: 'Denmark',
|
|
short_name: 'DK',
|
|
types: ['country', 'political']
|
|
},
|
|
place_id: 'ChIJIz2AXDxTUkYRuGeU5t1-3QQ'
|
|
}
|
|
}
|
|
]
|