master
1---
2http_interactions:
3- request:
4 method: get
5 uri: http://maps.googleapis.com/maps/api/geocode/json?address=1301%2016%20Ave%20NW,%20Calgary,%20AB,%20Canada&language=en&sensor=false
6 response:
7 status:
8 code: 200
9 message: OK
10 body:
11 encoding: ASCII-8BIT
12 string: |
13 {
14 "results" : [
15 {
16 "address_components" : [
17 {
18 "long_name" : "E.H. Crandell Building",
19 "short_name" : "E.H. Crandell Building",
20 "types" : [ "premise" ]
21 },
22 {
23 "long_name" : "1301",
24 "short_name" : "1301",
25 "types" : [ "street_number" ]
26 },
27 {
28 "long_name" : "16 Avenue Northwest",
29 "short_name" : "16 Ave NW",
30 "types" : [ "route" ]
31 },
32 {
33 "long_name" : "Northwest Calgary",
34 "short_name" : "Northwest Calgary",
35 "types" : [ "neighborhood", "political" ]
36 },
37 {
38 "long_name" : "Calgary",
39 "short_name" : "Calgary",
40 "types" : [ "locality", "political" ]
41 },
42 {
43 "long_name" : "Division No. 6",
44 "short_name" : "Division No. 6",
45 "types" : [ "administrative_area_level_2", "political" ]
46 },
47 {
48 "long_name" : "Alberta",
49 "short_name" : "AB",
50 "types" : [ "administrative_area_level_1", "political" ]
51 },
52 {
53 "long_name" : "Canada",
54 "short_name" : "CA",
55 "types" : [ "country", "political" ]
56 },
57 {
58 "long_name" : "T2M 0L4",
59 "short_name" : "T2M 0L4",
60 "types" : [ "postal_code" ]
61 }
62 ],
63 "formatted_address" : "E.H. Crandell Building, 1301 16 Ave NW, Calgary, AB T2M 0L4, Canada",
64 "geometry" : {
65 "location" : {
66 "lat" : 51.0663333,
67 "lng" : -114.0865588
68 },
69 "location_type" : "ROOFTOP",
70 "viewport" : {
71 "northeast" : {
72 "lat" : 51.06768228029149,
73 "lng" : -114.0852098197085
74 },
75 "southwest" : {
76 "lat" : 51.06498431970849,
77 "lng" : -114.0879077802915
78 }
79 }
80 },
81 "place_id" : "ChIJCfK3241vcVMRRI-ORjRNjEM",
82 "types" : [ "premise" ]
83 },
84 {
85 "address_components" : [
86 {
87 "long_name" : "1301",
88 "short_name" : "1301",
89 "types" : [ "street_number" ]
90 },
91 {
92 "long_name" : "16 Avenue Northwest",
93 "short_name" : "16 Ave NW",
94 "types" : [ "route" ]
95 },
96 {
97 "long_name" : "Northwest Calgary",
98 "short_name" : "Northwest Calgary",
99 "types" : [ "neighborhood", "political" ]
100 },
101 {
102 "long_name" : "Calgary",
103 "short_name" : "Calgary",
104 "types" : [ "locality", "political" ]
105 },
106 {
107 "long_name" : "Division No. 6",
108 "short_name" : "Division No. 6",
109 "types" : [ "administrative_area_level_2", "political" ]
110 },
111 {
112 "long_name" : "Alberta",
113 "short_name" : "AB",
114 "types" : [ "administrative_area_level_1", "political" ]
115 },
116 {
117 "long_name" : "Canada",
118 "short_name" : "CA",
119 "types" : [ "country", "political" ]
120 },
121 {
122 "long_name" : "T2M 4W7",
123 "short_name" : "T2M 4W7",
124 "types" : [ "postal_code" ]
125 }
126 ],
127 "formatted_address" : "1301 16 Ave NW, Calgary, AB T2M 4W7, Canada",
128 "geometry" : {
129 "bounds" : {
130 "northeast" : {
131 "lat" : 51.0668709,
132 "lng" : -114.084417
133 },
134 "southwest" : {
135 "lat" : 51.0613607,
136 "lng" : -114.0941751
137 }
138 },
139 "location" : {
140 "lat" : 51.064591,
141 "lng" : -114.0901942
142 },
143 "location_type" : "APPROXIMATE",
144 "viewport" : {
145 "northeast" : {
146 "lat" : 51.0668709,
147 "lng" : -114.084417
148 },
149 "southwest" : {
150 "lat" : 51.0613607,
151 "lng" : -114.0941751
152 }
153 }
154 },
155 "place_id" : "ChIJgZ6maJJvcVMRmTIpIcczF1Y",
156 "types" : [ "premise" ]
157 }
158 ],
159 "status" : "OK"
160 }
161 http_version:
162 recorded_at: Tue, 31 May 2016 02:45:14 GMT
163recorded_with: VCR 3.0.3