Sha256: c7b8b1d9fdcd08bcfb4100a7579faa69f964ac26021899c97c737589100240f4
Contents?: true
Size: 793 Bytes
Versions: 22
Compression:
Stored size: 793 Bytes
Contents
<?xml version="1.0" encoding="UTF-8" ?> <kml xmlns="http://earth.google.com/kml/2.0"><Response> <name>New York, NY</name> <Status> <code>200</code> <request>geocode</request> </Status> <Placemark id="p1"> <address>New York, NY, USA</address> <AddressDetails Accuracy="4" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><Country><CountryNameCode>US</CountryNameCode><CountryName>USA</CountryName><AdministrativeArea><AdministrativeAreaName>NY</AdministrativeAreaName><Locality><LocalityName>New York</LocalityName></Locality></AdministrativeArea></Country></AddressDetails> <ExtendedData> <LatLonBox north="40.9174990" south="40.4773830" east="-73.6997930" west="-74.2590900" /> </ExtendedData> <Point><coordinates>-73.9869510,40.7560540,0</coordinates></Point> </Placemark> </Response></kml>
Version data entries
22 entries across 22 versions & 2 rubygems
Version | Path |
---|---|
barometer-0.2.3 | spec/fixtures/geocode_newyork_ny.xml |
barometer-0.3.2 | spec/fixtures/geocode_newyork_ny.xml |