Sha256: 553e8d72b3a77bc5e57248f73a3446ed540258a082c9e56955bb1c1a0a9b5358

Contents?: true

Size: 1.91 KB

Versions: 12

Compression:

Stored size: 1.91 KB

Contents

{
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "1600",
               "short_name" : "1600",
               "types" : [ "street_number" ]
            },
            {
               "long_name" : "Amphitheatre Parkway",
               "short_name" : "Amphitheatre Pkwy",
               "types" : [ "route" ]
            },
            {
               "long_name" : "Mountain View",
               "short_name" : "Mountain View",
               "types" : [ "locality", "political" ]
            },
            {
               "long_name" : "Santa Clara",
               "short_name" : "Santa Clara",
               "types" : [ "administrative_area_level_2", "political" ]
            },
            {
               "long_name" : "California",
               "short_name" : "CA",
               "types" : [ "administrative_area_level_1", "political" ]
            },
            {
               "long_name" : "United States",
               "short_name" : "US",
               "types" : [ "country", "political" ]
            },
            {
               "long_name" : "94043",
               "short_name" : "94043",
               "types" : [ "postal_code" ]
            }
         ],
         "formatted_address" : "1600 Amphitheatre Parkway, Mountain View, CA 94043, USA",
         "geometry" : {
            "location" : {
               "lat" : 37.4216410,
               "lng" : -122.08550160
            },
            "location_type" : "ROOFTOP",
            "viewport" : {
               "northeast" : {
                  "lat" : 37.42298998029150,
                  "lng" : -122.0841526197085
               },
               "southwest" : {
                  "lat" : 37.42029201970850,
                  "lng" : -122.0868505802915
               }
            }
         },
         "partial_match" : true,
         "types" : [ "street_address" ]
      }
   ],
   "status" : "OK"
}

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
graticule-2.7.2 test/fixtures/responses/google/success.json
graticule-2.7.2 test/fixtures/responses/google/address.json
graticule-2.7.1 test/fixtures/responses/google/success.json
graticule-2.7.1 test/fixtures/responses/google/address.json
graticule-2.7.0 test/fixtures/responses/google/address.json
graticule-2.7.0 test/fixtures/responses/google/success.json
graticule-2.6.0 test/fixtures/responses/google/address.json
graticule-2.6.0 test/fixtures/responses/google/success.json
graticule-2.5.0 test/fixtures/responses/google/address.json
graticule-2.5.0 test/fixtures/responses/google/success.json
graticule-2.4.0 test/fixtures/responses/google/address.json
graticule-2.4.0 test/fixtures/responses/google/success.json