{
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "Taipei City",
               "short_name" : "北市",
               "types" : [ "administrative_area_level_2", "political" ]
            },
            {
               "long_name" : "Taiwan",
               "short_name" : "TW",
               "types" : [ "country", "political" ]
            }
         ],
         "formatted_address" : "Taipei City, Taiwan",
         "geometry" : {
            "bounds" : {
               "northeast" : {
                  "lat" : 25.2103039,
                  "lng" : 121.6659421
               },
               "southwest" : {
                  "lat" : 24.9605085,
                  "lng" : 121.4570603
               }
            },
            "location" : {
               "lat" : 25.091075,
               "lng" : 121.5598345
            },
            "location_type" : "APPROXIMATE",
            "viewport" : {
               "northeast" : {
                  "lat" : 25.2103039,
                  "lng" : 121.6659421
               },
               "southwest" : {
                  "lat" : 24.9605085,
                  "lng" : 121.4570603
               }
            }
         },
         "types" : [ "administrative_area_level_2", "political" ]
      }
   ],
   "status" : "OK"
}
