Sha256: bf2cd731ae3abf35554d926c18be439cdba2ac877f3da02b740f9768f52b30f2

Contents?: true

Size: 809 Bytes

Versions: 4

Compression:

Stored size: 809 Bytes

Contents

{
  "name": "New York, NY",
  "Status": {
    "code": 200,
    "request": "geocode"
  },
  "Placemark": [ {
    "id": "p1",
    "address": "New York, NY, USA",
    "AddressDetails": {
   "Accuracy" : 4,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "NY",
         "SubAdministrativeArea" : {
            "Locality" : {
               "LocalityName" : "New York"
            },
            "SubAdministrativeAreaName" : "New York"
         }
      },
      "CountryName" : "USA",
      "CountryNameCode" : "US"
   }
},
    "ExtendedData": {
      "LatLonBox": {
        "north": 40.8494506,
        "south": 40.5788125,
        "east": -73.7498541,
        "west": -74.2620917
      }
    },
    "Point": {
      "coordinates": [ -74.0059729, 40.7142691, 0 ]
    }
  } ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
barometer-0.7.1 spec/fixtures/geocode/newyork_ny.json
barometer-0.7.0 spec/fixtures/geocode/newyork_ny.json
barometer-0.6.7 spec/fixtures/geocode/newyork_ny.json
barometer-0.6.6 spec/fixtures/geocode/newyork_ny.json