📜  谷歌地理编码 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:54.842000             🧑  作者: Mango

代码示例2
{   "results" : [      {         "address_components" : [            {               "long_name" : "1600",               "short_name" : "1600",               "types" : [ "street_number" ]            },            {               "long_name" : "Amphitheatre Parkway",               "short_name" : "Amphitheatre Pkwy",               "types" : [ "route" ]            },            {               "long_name" : "Mountain View",               "short_name" : "Mountain View",               "types" : [ "locality", "political" ]            },            {               "long_name" : "Santa Clara County",               "short_name" : "Santa Clara County",               "types" : [ "administrative_area_level_2", "political" ]            },            {               "long_name" : "California",               "short_name" : "CA",               "types" : [ "administrative_area_level_1", "political" ]            },            {               "long_name" : "United States",               "short_name" : "US",               "types" : [ "country", "political" ]            },            {               "long_name" : "94043",               "short_name" : "94043",               "types" : [ "postal_code" ]            }         ],         "formatted_address" : "1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA",         "geometry" : {            "location" : {               "lat" : 37.4267861,               "lng" : -122.0806032            },            "location_type" : "ROOFTOP",            "viewport" : {               "northeast" : {                  "lat" : 37.4281350802915,                  "lng" : -122.0792542197085               },               "southwest" : {                  "lat" : 37.4254371197085,                  "lng" : -122.0819521802915               }            }         },         "place_id" : "ChIJtYuu0V25j4ARwu5e4wwRYgE",         "plus_code" : {            "compound_code" : "CWC8+R3 Mountain View, California, United States",            "global_code" : "849VCWC8+R3"         },         "types" : [ "street_address" ]      }   ],   "status" : "OK"}