【问题标题】:Google Geocode API: 'administrative_area:in|country:US' Not Found谷歌地理编码 API:'administrative_area:in|country:US' 未找到
【发布时间】:2018-05-23 16:05:18
【问题描述】:

【问题讨论】:

    标签: google-maps google-geocoding-api geocode


    【解决方案1】:

    如果您使用ind 而不是in,它可以正常工作。

    https://maps.google.com/maps/api/geocode/json?components=country:US|administrative_area:ind&key=

    {
       "results" : [
          {
             "address_components" : [
                {
                   "long_name" : "Indiana",
                   "short_name" : "IN",
                   "types" : [ "administrative_area_level_1", "political" ]
                },
                {
                   "long_name" : "United States",
                   "short_name" : "US",
                   "types" : [ "country", "political" ]
                }
             ],
             "formatted_address" : "Indiana, USA",
             "geometry" : {
                "bounds" : {
                   "northeast" : {
                      "lat" : 41.761368,
                      "lng" : -84.784662
                   },
                   "southwest" : {
                      "lat" : 37.7717419,
                      "lng" : -88.097892
                   }
                },
                "location" : {
                   "lat" : 40.2671941,
                   "lng" : -86.1349019
                },
                "location_type" : "APPROXIMATE",
                "viewport" : {
                   "northeast" : {
                      "lat" : 41.761368,
                      "lng" : -84.784662
                   },
                   "southwest" : {
                      "lat" : 37.7717419,
                      "lng" : -88.097892
                   }
                }
             },
             "place_id" : "ChIJHRv42bxQa4gRcuwyy84vEH4",
             "types" : [ "administrative_area_level_1", "political" ]
          }
       ],
       "status" : "OK"
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-11-30
    • 2011-08-28
    相关资源
    最近更新 更多