-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
54 lines (54 loc) · 1.61 KB
/
test.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
{
"results": [
{
"address_components": [
{
"long_name": "Ethelbari",
"short_name": "Ethelbari",
"types": ["neighborhood", "political"]
},
{
"long_name": "Jagijhora Barabak",
"short_name": "Jagijhora Barabak",
"types": ["locality", "political"]
},
{
"long_name": "Jalpaiguri",
"short_name": "Jalpaiguri",
"types": ["administrative_area_level_3", "political"]
},
{
"long_name": "Jalpaiguri Division",
"short_name": "Jalpaiguri Division",
"types": ["administrative_area_level_2", "political"]
},
{
"long_name": "West Bengal",
"short_name": "WB",
"types": ["administrative_area_level_1", "political"]
},
{
"long_name": "India",
"short_name": "IN",
"types": ["country", "political"]
}
],
"formatted_address": "Ethelbari, Jagijhora Barabak, West Bengal, India",
"geometry": {
"bounds": {
"northeast": { "lat": 26.7066665, "lng": 89.09852029999999 },
"southwest": { "lat": 26.7011458, "lng": 89.0898943 }
},
"location": { "lat": 26.7040345, "lng": 89.09314499999999 },
"location_type": "APPROXIMATE",
"viewport": {
"northeast": { "lat": 26.7066665, "lng": 89.09852029999999 },
"southwest": { "lat": 26.7011458, "lng": 89.0898943 }
}
},
"place_id": "ChIJXx1aYP-V4zkR_AUWhiqglog",
"types": ["neighborhood", "political"]
}
],
"status": "OK"
}