Sha256: 7311e76a4d616a5b5d38c85d398c1861f660c1ed3f18c518e8653719fcc8ce8d

Contents?: true

Size: 1.28 KB

Versions: 5

Compression:

Stored size: 1.28 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
  <Response>
    <name>1600 Amphitheatre Parkway, Mountain View, CA</name>
    <Status>
      <code>200</code>
      <request>geocode</request>
    </Status>
    <Placemark>
      <address>1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA</address>
      <AddressDetails xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" Accuracy="8">
        <Country>
          <CountryNameCode>US</CountryNameCode>
          <AdministrativeArea>
            <AdministrativeAreaName>CA</AdministrativeAreaName>
            <SubAdministrativeArea>
              <SubAdministrativeAreaName>Santa Clara</SubAdministrativeAreaName>
              <Locality>
                <LocalityName>Mountain View</LocalityName>
                <Thoroughfare>
                  <ThoroughfareName>1600 Amphitheatre Pkwy</ThoroughfareName>
                </Thoroughfare>
                <PostalCode>
                  <PostalCodeNumber>94043</PostalCodeNumber>
                </PostalCode>
              </Locality>
            </SubAdministrativeArea>
          </AdministrativeArea>
        </Country>
      </AddressDetails>
      <Point>
        <coordinates>-122.083739,37.423021,0</coordinates>
      </Point>
    </Placemark>
  </Response>
</kml>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
greatseth-google-geo-2.0 test/fixtures/success.xml
greatseth-google-geo-2.1 test/fixtures/success.xml
greatseth-google-geo-2.2 test/fixtures/success.xml
google-geo-2.0 test/fixtures/success.xml
google-geo-2.1 test/fixtures/success.xml