-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi_return_sample.json
60 lines (59 loc) · 1.79 KB
/
api_return_sample.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
{
"results" : [
{
"address_components" : [
{
"long_name" : "88470-000",
"short_name" : "88470-000",
"types" : [ "postal_code" ]
},
{
"long_name" : "Rancho Queimado",
"short_name" : "Rancho Queimado",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "State of Santa Catarina",
"short_name" : "SC",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "Brazil",
"short_name" : "BR",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Rancho Queimado - State of Santa Catarina, 88470-000, Brazil",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : -27.5848141,
"lng" : -48.9514556
},
"southwest" : {
"lat" : -27.7738787,
"lng" : -49.2029872
}
},
"location" : {
"lat" : -27.6728835,
"lng" : -49.1019233
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : -27.5848141,
"lng" : -48.9514556
},
"southwest" : {
"lat" : -27.7738787,
"lng" : -49.2029872
}
}
},
"place_id" : "ChIJi3Oum2--IJURCU5YeSkOQMY",
"types" : [ "postal_code" ]
}
],
"status" : "OK"
}