Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created May 19, 2009 21:53
Show Gist options
  • Save brandon-beacher/114451 to your computer and use it in GitHub Desktop.
Save brandon-beacher/114451 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Response>
<name>123 N Pelham Rd, GA, 30306, US</name>
<Status>
<code>200</code>
<request>geocode</request>
</Status>
<Placemark id="p1">
<address>North Pelham Rd NE, Atlanta, GA 30324, USA</address>
<AddressDetails xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" Accuracy="6">
<Country>
<CountryNameCode>US</CountryNameCode>
<CountryName>USA</CountryName>
<AdministrativeArea>
<AdministrativeAreaName>GA</AdministrativeAreaName>
<Locality>
<LocalityName>Atlanta</LocalityName>
<Thoroughfare>
<ThoroughfareName>North Pelham Rd NE</ThoroughfareName>
</Thoroughfare>
<PostalCode>
<PostalCodeNumber>30324</PostalCodeNumber>
</PostalCode>
</Locality>
</AdministrativeArea>
</Country>
</AddressDetails>
<ExtendedData>
<LatLonBox north="33.8033116" south="33.7970164" east="-84.3584164" west="-84.3647116"/>
</ExtendedData>
<Point>
<coordinates>-84.3611730,33.8004580,0</coordinates>
</Point>
</Placemark>
</Response>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment