【发布时间】:2012-06-05 07:18:51
【问题描述】:
我正在使用 Google Map GeoCoder v3 (JSON) 获取坐标
Praia do forte
Mata de São João, Bahia
Brazil
Google Geocoder API找不到,但http://maps.google.com可以找到。
这是我要进行地理编码的 Google Maps API v3 请求 URL
这是回复。
{
"results" : [
{
"address_components" : [
{
"long_name" : "Praia",
"short_name" : "Praia",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Praia",
"short_name" : "Praia",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "Cape Verde",
"short_name" : "CV",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Praia, Cape Verde",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 14.97272960,
"lng" : -23.47061630
},
"southwest" : {
"lat" : 14.90016530,
"lng" : -23.54284290
}
},
"location" : {
"lat" : 14.9304640,
"lng" : -23.5126690
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 14.95202550,
"lng" : -23.48065420
},
"southwest" : {
"lat" : 14.90890030,
"lng" : -23.54468380
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}
很明显,“Praia”这个词是佛得角的一个城市。
【问题讨论】:
-
您可以选择输入邮政编码吗?
-
在网络应用程序中,是的,可以输入邮政编码,但我认为此位置不存在邮政编码。
标签: google-maps google-maps-api-3