Skip to content

Commit c417a6b

Browse files
committed
add cached reponse for GoogleMaps provider
1 parent ca7bc55 commit c417a6b

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
s:2423:"{
2+
"results" : [
3+
{
4+
"address_components" : [
5+
{
6+
"long_name" : "Columbia University",
7+
"short_name" : "Columbia University",
8+
"types" : [ "establishment" ]
9+
},
10+
{
11+
"long_name" : "116th St",
12+
"short_name" : "116th St",
13+
"types" : [ "route" ]
14+
},
15+
{
16+
"long_name" : "Manhattan",
17+
"short_name" : "Manhattan",
18+
"types" : [ "sublocality_level_1", "sublocality", "political" ]
19+
},
20+
{
21+
"long_name" : "New York",
22+
"short_name" : "New York",
23+
"types" : [ "locality", "political" ]
24+
},
25+
{
26+
"long_name" : "New York County",
27+
"short_name" : "New York County",
28+
"types" : [ "administrative_area_level_2", "political" ]
29+
},
30+
{
31+
"long_name" : "New York",
32+
"short_name" : "NY",
33+
"types" : [ "administrative_area_level_1", "political" ]
34+
},
35+
{
36+
"long_name" : "United States",
37+
"short_name" : "US",
38+
"types" : [ "country", "political" ]
39+
},
40+
{
41+
"long_name" : "10027",
42+
"short_name" : "10027",
43+
"types" : [ "postal_code" ]
44+
}
45+
],
46+
"formatted_address" : "Columbia University, 116th St, New York, NY 10027, USA",
47+
"geometry" : {
48+
"bounds" : {
49+
"northeast" : {
50+
"lat" : 40.8124448,
51+
"lng" : -73.95711899999999
52+
},
53+
"southwest" : {
54+
"lat" : 40.80348290000001,
55+
"lng" : -73.9689102
56+
}
57+
},
58+
"location" : {
59+
"lat" : 40.8075355,
60+
"lng" : -73.9625727
61+
},
62+
"location_type" : "APPROXIMATE",
63+
"viewport" : {
64+
"northeast" : {
65+
"lat" : 40.8124448,
66+
"lng" : -73.95711899999999
67+
},
68+
"southwest" : {
69+
"lat" : 40.80348290000001,
70+
"lng" : -73.9689102
71+
}
72+
}
73+
},
74+
"types" : [ "university", "establishment" ]
75+
}
76+
],
77+
"status" : "OK"
78+
}
79+
";

0 commit comments

Comments
 (0)