local-weather/app/defaultState.ts
2024-05-05 22:55:51 +02:00

80 lines
1.9 KiB
TypeScript

export const defaultState = {
"results": [
{
"address_components": [
{
"long_name": "Sluseholmen",
"short_name": "Sluseholmen",
"types": [
"route"
]
},
{
"long_name": "Vesterbro",
"short_name": "Vesterbro",
"types": [
"political",
"sublocality",
"sublocality_level_1"
]
},
{
"long_name": "København",
"short_name": "København",
"types": [
"locality",
"political"
]
},
{
"long_name": "Denmark",
"short_name": "DK",
"types": [
"country",
"political"
]
},
{
"long_name": "2450",
"short_name": "2450",
"types": [
"postal_code"
]
}
],
"formatted_address": "Sluseholmen, 2450 København, Denmark",
"geometry": {
"bounds": {
"northeast": {
"lat": 55.64754749999999,
"lng": 12.5502837
},
"southwest": {
"lat": 55.6435823,
"lng": 12.5452758
}
},
"location": {
"lat": 55.6452427,
"lng": 12.5475522
},
"location_type": "GEOMETRIC_CENTER",
"viewport": {
"northeast": {
"lat": 55.64754749999999,
"lng": 12.5502837
},
"southwest": {
"lat": 55.6435823,
"lng": 12.5452758
}
}
},
"place_id": "ChIJBzR68YNUUkYRoxbRfFuUlEM",
"types": [
"route"
]
}
],
"status": "OK"
}