{
   "results" : 
   [
      {
         "address_components" : 
         [
            {
               "long_name" : "123",
               "short_name" : "123",
               "types" : 
               [
                  "street_number"
               ]
            },
            {
               "long_name" : "Adams Street",
               "short_name" : "Adams St",
               "types" : 
               [
                  "route"
               ]
            },
            {
               "long_name" : "Downtown Brooklyn",
               "short_name" : "Downtown Brooklyn",
               "types" : 
               [
                  "neighborhood",
                  "political"
               ]
            },
            {
               "long_name" : "Brooklyn",
               "short_name" : "Brooklyn",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "Kings County",
               "short_name" : "Kings County",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "New York",
               "short_name" : "NY",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "United States",
               "short_name" : "US",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "11201",
               "short_name" : "11201",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "123 Adams St, Brooklyn, NY 11201, USA",
         "geometry" : 
         {
            "location" : 
            {
               "lat" : 40.7004647,
               "lng" : -73.9881558
            },
            "location_type" : "RANGE_INTERPOLATED",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 40.70182473029151,
                  "lng" : -73.98707751970849
               },
               "southwest" : 
               {
                  "lat" : 40.69912676970851,
                  "lng" : -73.98977548029151
               }
            }
         },
         "place_id" : "EiUxMjMgQWRhbXMgU3QsIEJyb29rbHluLCBOWSAxMTIwMSwgVVNBIjASLgoUChIJX8H1HjRawokRXjOJHGjq58EQeyoUChIJc9Yv2jVawokR-E4iAMzWjiE",
         "types" : 
         [
            "street_address"
         ]
      }
   ],
   "status" : "OK"
}