forked from HenryJrA/lfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
geoCoding.json
95 lines (95 loc) · 2.71 KB
/
geoCoding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"results": [
{
"address_components": [
{
"long_name": "42",
"short_name": "42",
"types": [
"street_number"
]
},
{
"long_name": "Upper Eager Road",
"short_name": "Upper Eager Rd",
"types": [
"route"
]
},
{
"long_name": "Newfane",
"short_name": "Newfane",
"types": [
"locality",
"political"
]
},
{
"long_name": "Windham County",
"short_name": "Windham County",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "Vermont",
"short_name": "VT",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "United States",
"short_name": "US",
"types": [
"country",
"political"
]
},
{
"long_name": "05345",
"short_name": "05345",
"types": [
"postal_code"
]
},
{
"long_name": "2202",
"short_name": "2202",
"types": [
"postal_code_suffix"
]
}
],
"formatted_address": "42 Upper Eager Rd, Newfane, VT 05345, USA",
"geometry": {
"location": {
"lat": 43.0099506,
"lng": -72.67172359999999
},
"location_type": "ROOFTOP",
"viewport": {
"northeast": {
"lat": 43.01129958029149,
"lng": -72.67037461970848
},
"southwest": {
"lat": 43.0086016197085,
"lng": -72.67307258029149
}
}
},
"place_id": "ChIJl1PrmZkB4YkRug-cSKX51j4",
"plus_code": {
"compound_code": "285H+X8 Newfane, VT, USA",
"global_code": "87M9285H+X8"
},
"types": [
"street_address"
]
}
],
"status": "OK"
}