--- http_interactions: - request: method: get uri: http://maps.googleapis.com/maps/api/geocode/json?address=Berlin®ion=de&sensor=false body: encoding: US-ASCII string: "" headers: Accept: - "*/*" User-Agent: - Ruby response: status: code: 200 message: OK headers: Content-Type: - application/json; charset=UTF-8 Date: - Thu, 04 Jul 2013 22:43:43 GMT Expires: - Fri, 05 Jul 2013 22:43:43 GMT Cache-Control: - public, max-age=86400 Vary: - Accept-Language Access-Control-Allow-Origin: - "*" Server: - mafe X-Xss-Protection: - 1; mode=block X-Frame-Options: - SAMEORIGIN Transfer-Encoding: - chunked body: encoding: US-ASCII string: | { "results" : [ { "address_components" : [ { "long_name" : "Berlin", "short_name" : "Berlin", "types" : [ "locality", "political" ] }, { "long_name" : "Berlin", "short_name" : "Berlin", "types" : [ "administrative_area_level_1", "political" ] }, { "long_name" : "Germany", "short_name" : "DE", "types" : [ "country", "political" ] } ], "formatted_address" : "Berlin, Germany", "geometry" : { "bounds" : { "northeast" : { "lat" : 52.67545420, "lng" : 13.76111760 }, "southwest" : { "lat" : 52.33946479999999, "lng" : 13.0883460 } }, "location" : { "lat" : 52.5191710, "lng" : 13.40609120 }, "location_type" : "APPROXIMATE", "viewport" : { "northeast" : { "lat" : 52.67545420, "lng" : 13.76111760 }, "southwest" : { "lat" : 52.33946479999999, "lng" : 13.0883460 } } }, "types" : [ "locality", "political" ] } ], "status" : "OK" } http_version: recorded_at: Thu, 04 Jul 2013 22:43:43 GMT - request: method: get uri: http://maps.googleapis.com/maps/api/geocode/json?address=10178%20Berlin,%20Rosenthaler%20Stra%C3%9Fe%2040/41®ion=de&sensor=false body: encoding: US-ASCII string: "" headers: Accept: - "*/*" User-Agent: - Ruby response: status: code: 200 message: OK headers: Content-Type: - application/json; charset=UTF-8 Date: - Thu, 04 Jul 2013 22:43:43 GMT Expires: - Fri, 05 Jul 2013 22:43:43 GMT Cache-Control: - public, max-age=86400 Vary: - Accept-Language Access-Control-Allow-Origin: - "*" Server: - mafe X-Xss-Protection: - 1; mode=block X-Frame-Options: - SAMEORIGIN Transfer-Encoding: - chunked body: encoding: ASCII-8BIT string: "{\n \"results\" : [\n {\n \"address_components\" : [\n {\n \"long_name\" : \"40 -41\",\n \"short_name\" : \"40 -41\",\n \"types\" : [ \"street_number\" ]\n },\n {\n \"long_name\" : \"Rosenthaler Stra\xC3\x9Fe\",\n \"short_name\" : \"Rosenthaler Stra\xC3\x9Fe\",\n \"types\" : [ \"route\" ]\n },\n {\n \"long_name\" : \"Mitte\",\n \"short_name\" : \"Mitte\",\n \"types\" : [ \"sublocality\", \"political\" ]\n },\n {\n \"long_name\" : \"Berlin\",\n \"short_name\" : \"Berlin\",\n \"types\" : [ \"locality\", \"political\" ]\n },\n {\n \"long_name\" : \"Berlin\",\n \"short_name\" : \"Berlin\",\n \"types\" : [ \"administrative_area_level_1\", \"political\" ]\n },\n {\n \"long_name\" : \"Germany\",\n \"short_name\" : \"DE\",\n \"types\" : [ \"country\", \"political\" ]\n },\n {\n \"long_name\" : \"10178\",\n \"short_name\" : \"10178\",\n \"types\" : [ \"postal_code\" ]\n }\n ],\n \"formatted_address\" : \"Rosenthaler Stra\xC3\x9Fe 40 -41, 10178 Berlin, Germany\",\n \"geometry\" : {\n \"location\" : {\n \"lat\" : 52.52401310,\n \"lng\" : 13.40253590\n },\n \"location_type\" : \"ROOFTOP\",\n \"viewport\" : {\n \"northeast\" : {\n \"lat\" : 52.52536208029149,\n \"lng\" : 13.40388488029150\n },\n \"southwest\" : {\n \"lat\" : 52.52266411970849,\n \"lng\" : 13.40118691970850\n }\n }\n },\n \"types\" : [ \"street_address\" ]\n }\n ],\n \"status\" : \"OK\"\n\ }\n" http_version: recorded_at: Thu, 04 Jul 2013 22:43:43 GMT recorded_with: VCR 2.4.0