test/fixtures/madison_square_garden.xml in rails-geocoder-0.9.3 vs test/fixtures/madison_square_garden.xml in rails-geocoder-0.9.4

- old
+ new

@@ -1,16 +1,69 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<kml xmlns="http://earth.google.com/kml/2.0"><Response> - <name>4 Penn Plaza, New York, NY</name> - <Status> - <code>200</code> - <request>geocode</request> - </Status> - <Placemark id="p1"> - <address>4 Penn Plaza, New York, NY 10001, USA</address> - <AddressDetails Accuracy="8" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><Country><CountryNameCode>US</CountryNameCode><CountryName>USA</CountryName><AdministrativeArea><AdministrativeAreaName>NY</AdministrativeAreaName><SubAdministrativeArea><SubAdministrativeAreaName>New York</SubAdministrativeAreaName><Locality><LocalityName>New York</LocalityName><Thoroughfare><ThoroughfareName>4 Penn Plaza</ThoroughfareName></Thoroughfare><PostalCode><PostalCodeNumber>10001</PostalCodeNumber></PostalCode></Locality></SubAdministrativeArea></AdministrativeArea></Country></AddressDetails> - <ExtendedData> - <LatLonBox north="40.7527158" south="40.7464206" east="-73.9885076" west="-73.9948028" /> - </ExtendedData> - <Point><coordinates>-73.9916733,40.7495760,0</coordinates></Point> - </Placemark> -</Response></kml> +<GeocodeResponse> + <status>OK</status> + <result> + <type>street_address</type> + <formatted_address>4 Penn Plaza, New York, NY 10001, USA</formatted_address> + <address_component> + <long_name>4</long_name> + <short_name>4</short_name> + <type>street_number</type> + </address_component> + <address_component> + <long_name>Penn Plaza</long_name> + <short_name>Penn Plaza</short_name> + <type>route</type> + </address_component> + <address_component> + <long_name>Manhattan</long_name> + <short_name>Manhattan</short_name> + <type>sublocality</type> + <type>political</type> + </address_component> + <address_component> + <long_name>New York</long_name> + <short_name>New York</short_name> + <type>locality</type> + <type>political</type> + </address_component> + <address_component> + <long_name>New York</long_name> + <short_name>New York</short_name> + <type>administrative_area_level_2</type> + <type>political</type> + </address_component> + <address_component> + <long_name>New York</long_name> + <short_name>NY</short_name> + <type>administrative_area_level_1</type> + <type>political</type> + </address_component> + <address_component> + <long_name>United States</long_name> + <short_name>US</short_name> + <type>country</type> + <type>political</type> + </address_component> + <address_component> + <long_name>10001</long_name> + <short_name>10001</short_name> + <type>postal_code</type> + </address_component> + <geometry> + <location> + <lat>40.7503540</lat> + <lng>-73.9933710</lng> + </location> + <location_type>ROOFTOP</location_type> + <viewport> + <southwest> + <lat>40.7473324</lat> + <lng>-73.9965316</lng> + </southwest> + <northeast> + <lat>40.7536276</lat> + <lng>-73.9902364</lng> + </northeast> + </viewport> + </geometry> + </result> +</GeocodeResponse>