Untitled

 avatar
unknown
javascript
4 years ago
3.6 kB
4
Indexable
{
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "São Paulo",
               "short_name" : "São Paulo",
               "types" : [ "locality", "political" ]
            },
            {
               "long_name" : "São Paulo",
               "short_name" : "São Paulo",
               "types" : [ "administrative_area_level_2", "political" ]
            },
            {
               "long_name" : "São Paulo",
               "short_name" : "SP",
               "types" : [ "administrative_area_level_1", "political" ]
            },
            {
               "long_name" : "Brasil",
               "short_name" : "BR",
               "types" : [ "country", "political" ]
            }
         ],
         "formatted_address" : "São Paulo, SP, Brasil",
         "geometry" : {
            "bounds" : {
               "northeast" : {
                  "lat" : -23.3566039,
                  "lng" : -46.3650844
               },
               "southwest" : {
                  "lat" : -24.0082209,
                  "lng" : -46.825514
               }
            },
            "location" : {
               "lat" : -23.5557714,
               "lng" : -46.6395571
            },
            "location_type" : "APPROXIMATE",
            "viewport" : {
               "northeast" : {
                  "lat" : -23.3566039,
                  "lng" : -46.3650844
               },
               "southwest" : {
                  "lat" : -24.0082209,
                  "lng" : -46.825514
               }
            }
         },
         "partial_match" : true,
         "place_id" : "ChIJ0WGkg4FEzpQRrlsz_whLqZs",
         "types" : [ "locality", "political" ]
      },
      {
         "address_components" : [
            {
               "long_name" : "Campo Bom",
               "short_name" : "Campo Bom",
               "types" : [ "locality", "political" ]
            },
            {
               "long_name" : "Campo Bom",
               "short_name" : "Campo Bom",
               "types" : [ "administrative_area_level_2", "political" ]
            },
            {
               "long_name" : "Rio Grande do Sul",
               "short_name" : "RS",
               "types" : [ "administrative_area_level_1", "political" ]
            },
            {
               "long_name" : "Brasil",
               "short_name" : "BR",
               "types" : [ "country", "political" ]
            }
         ],
         "formatted_address" : "Campo Bom, RS, Brasil",
         "geometry" : {
            "bounds" : {
               "northeast" : {
                  "lat" : -29.6432924,
                  "lng" : -51.00873439999999
               },
               "southwest" : {
                  "lat" : -29.7088825,
                  "lng" : -51.0903542
               }
            },
            "location" : {
               "lat" : -29.6747831,
               "lng" : -51.0613111
            },
            "location_type" : "APPROXIMATE",
            "viewport" : {
               "northeast" : {
                  "lat" : -29.6432924,
                  "lng" : -51.00873439999999
               },
               "southwest" : {
                  "lat" : -29.7088825,
                  "lng" : -51.0903542
               }
            }
         },
         "partial_match" : true,
         "place_id" : "ChIJtVmb701AGZURtSIt3fy2bs4",
         "types" : [ "locality", "political" ]
      }
   ],
   "status" : "OK"
}
Editor is loading...