master
1---
2http_interactions:
3- request:
4 method: get
5 uri: http://maps.googleapis.com/maps/api/geocode/json?address=123%20street%20sw,%20edmonton,%20alberta,%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" : "123 Street Southwest",
19 "short_name" : "123 St SW",
20 "types" : [ "route" ]
21 },
22 {
23 "long_name" : "Rutherford",
24 "short_name" : "Rutherford",
25 "types" : [ "neighborhood", "political" ]
26 },
27 {
28 "long_name" : "Edmonton",
29 "short_name" : "Edmonton",
30 "types" : [ "locality", "political" ]
31 },
32 {
33 "long_name" : "Division No. 11",
34 "short_name" : "Division No. 11",
35 "types" : [ "administrative_area_level_2", "political" ]
36 },
37 {
38 "long_name" : "Alberta",
39 "short_name" : "AB",
40 "types" : [ "administrative_area_level_1", "political" ]
41 },
42 {
43 "long_name" : "Canada",
44 "short_name" : "CA",
45 "types" : [ "country", "political" ]
46 },
47 {
48 "long_name" : "T6W",
49 "short_name" : "T6W",
50 "types" : [ "postal_code_prefix", "postal_code" ]
51 }
52 ],
53 "formatted_address" : "123 St SW, Edmonton, AB T6W, Canada",
54 "geometry" : {
55 "bounds" : {
56 "northeast" : {
57 "lat" : 53.41838800000001,
58 "lng" : -113.5345074
59 },
60 "southwest" : {
61 "lat" : 53.4174456,
62 "lng" : -113.535319
63 }
64 },
65 "location" : {
66 "lat" : 53.41792539999999,
67 "lng" : -113.5347344
68 },
69 "location_type" : "GEOMETRIC_CENTER",
70 "viewport" : {
71 "northeast" : {
72 "lat" : 53.41926578029151,
73 "lng" : -113.5335642197085
74 },
75 "southwest" : {
76 "lat" : 53.41656781970851,
77 "lng" : -113.5362621802915
78 }
79 }
80 },
81 "place_id" : "ChIJW8nsT3IeoFMRI9BGHNCnSb8",
82 "types" : [ "route" ]
83 }
84 ],
85 "status" : "OK"
86 }
87 http_version:
88 recorded_at: Tue, 31 May 2016 01:18:16 GMT
89recorded_with: VCR 3.0.3