{
  "results": [
    {
      "formatted_address": "1600 Amphitheatre Parkway, Mountain View, CA",
      "types": [
        "street_address"
      ],
      "geometry": {
        "viewport": {
          "southwest": {
            "lat": 37.422471,
            "lng": -122.087546
          },
          "northeast": {
            "lat": 37.424471,
            "lng": -122.085546
          }
        },
        "location": {
          "lat": 37.423471,
          "lng": -122.086546
        },
        "location_type": "ROOFTOP"
      },
      "address_components": [
        {
          "long_name": "1600",
          "types": [
            "street_number"
          ],
          "short_name": "1600"
        },
        {
          "long_name": "Amphitheatre Pkwy",
          "types": [
            "route"
          ],
          "short_name": "Amphitheatre Pkwy"
        },
        {
          "long_name": "Mountain View",
          "types": [
            "locality",
            "political"
          ],
          "short_name": "Mountain View"
        },
        {
          "long_name": "CA",
          "types": [
            "administrative_area_level_1",
            "political"
          ],
          "short_name": "CA"
        },
        {
          "long_name": "United States",
          "types": [
            "country",
            "political"
          ],
          "short_name": "US"
        }
      ]
    }
  ],
  "status": "OK"
}