{
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "1600",
               "short_name" : "1600",
               "types" : [ "street_number" ]
            },
            {
               "long_name" : "Pennsylvania Avenue Northwest",
               "short_name" : "Pennsylvania Ave NW",
               "types" : [ "route" ]
            },
            {
               "long_name" : "Northwest Washington",
               "short_name" : "Northwest Washington",
               "types" : [ "neighborhood", "political" ]
            },
            {
               "long_name" : "Washington",
               "short_name" : "D.C.",
               "types" : [ "locality", "political" ]
            },
            {
               "long_name" : "District of Columbia",
               "short_name" : "DC",
               "types" : [ "administrative_area_level_1", "political" ]
            },
            {
               "long_name" : "United States",
               "short_name" : "US",
               "types" : [ "country", "political" ]
            },
            {
               "long_name" : "20500",
               "short_name" : "20500",
               "types" : [ "postal_code" ]
            }
         ],
         "formatted_address" : "1600 Pennsylvania Avenue Northwest, Washington, DC 20500, USA",
         "geometry" : {
            "location" : {
               "lat" : 38.89767579999999,
               "lng" : -77.03648269999999
            },
            "location_type" : "ROOFTOP",
            "viewport" : {
               "northeast" : {
                  "lat" : 38.8990247802915,
                  "lng" : -77.0351337197085
               },
               "southwest" : {
                  "lat" : 38.8963268197085,
                  "lng" : -77.0378316802915
               }
            }
         },
         "place_id" : "ChIJcw5BAI63t4kRj5qZY1MSyAo",
         "types" : [ "street_address" ]
      }
   ],
   "status" : "OK"
}