Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created May 19, 2009 21:48
Show Gist options
  • Save brandon-beacher/114441 to your computer and use it in GitHub Desktop.
Save brandon-beacher/114441 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, 30306, US</name>
<Status>
<code>200</code>
<request>geocode</request>
</Status>
<Placemark id="p1">
<address>123 N Pelham Rd, NJ 08043, USA</address>
<AddressDetails xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" Accuracy="8">
<Country>
<CountryNameCode>US</CountryNameCode>
<CountryName>USA</CountryName>
<AdministrativeArea>
<AdministrativeAreaName>NJ</AdministrativeAreaName>
<Thoroughfare>
<ThoroughfareName>123 N Pelham Rd</ThoroughfareName>
</Thoroughfare>
<PostalCode>
<PostalCodeNumber>08043</PostalCodeNumber>
</PostalCode>
</AdministrativeArea>
</Country>
</AddressDetails>
<ExtendedData>
<LatLonBox north="39.8609948" south="39.8546996" east="-75.0022055" west="-75.0085007"/>
</ExtendedData>
<Point>
<coordinates>-75.0053531,39.8578472,0</coordinates>
</Point>
</Placemark>
</Response>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment