Sha256: 270d988ded6cd2918fa56d638310199a623e0cb21ccbc0a04c146d3924811676

Contents?: true

Size: 1019 Bytes

Versions: 4

Compression:

Stored size: 1019 Bytes

Contents

{
  "name": "KSFO",
  "Status": {
    "code": 200,
    "request": "geocode"
  },
  "Placemark": [ {
    "id": "p1",
    "address": "San Francisco International Airport, Millbrae, CA 94030, USA",
    "AddressDetails": {
   "Accuracy" : 9,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "CA",
         "SubAdministrativeArea" : {
            "Locality" : {
               "AddressLine" : [ "San Francisco International Airport" ],
               "LocalityName" : "Millbrae",
               "PostalCode" : {
                  "PostalCodeNumber" : "94030"
               }
            },
            "SubAdministrativeAreaName" : "San Mateo"
         }
      },
      "CountryName" : "USA",
      "CountryNameCode" : "US"
   }
},
    "ExtendedData": {
      "LatLonBox": {
        "north": 37.6392104,
        "south": 37.6043769,
        "east": -122.3549471,
        "west": -122.4014108
      }
    },
    "Point": {
      "coordinates": [ -122.3899790, 37.6152230, 0 ]
    }
  } ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

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