Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Thanks for your suggestion! We are currently evaluating this request, but do not have any plans to implement it at the moment. Please star to add your vote and receive further updates, and feel free to add any comments to discuss your use case.
[Deleted User] <[Deleted User]> #3
I've transitioned from this team. Thanks!
Description
恐らくですがラグじゃないかと思います。
API側は香川県高松市新田町までしか認識していないので、このエリアの中心に恐らくピンが落ちてます。
変更から2週間以上状況が変わらないようであれば、issuetrackerから GeocodeAPIの動作がおかしいことを報告しておくと、調査されると思います。
確認してみました。
Googleマップ上の緯度経度
香川県高松市新田町甲2567−1
34.3245925,134.0980999
GeocodeAPIで確認
// 20230126180544
//
{
"results": [
{
"address_components": [
{
"long_name": "新田町",
"short_name": "新田町",
"types": [
"political",
"sublocality",
"sublocality_level_2"
]
},
{
"long_name": "高松市",
"short_name": "高松市",
"types": [
"locality",
"political"
]
},
{
"long_name": "香川県",
"short_name": "香川県",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "日本",
"short_name": "JP",
"types": [
"country",
"political"
]
},
{
"long_name": "761-0102",
"short_name": "761-0102",
"types": [
"postal_code"
]
}
],
"formatted_address": "日本、〒761-0102 香川県高松市新田町",
"geometry": {
"bounds": {
"northeast": {
"lat": 34.3369577,
"lng": 134.1245997
},
"southwest": {
"lat": 34.3082629,
"lng": 134.0957257
}
},
"location": {
"lat": 34.3197981,
"lng": 134.1079134
},
"location_type": "APPROXIMATE",
"viewport": {
"northeast": {
"lat": 34.3369577,
"lng": 134.1245997
},
"southwest": {
"lat": 34.3082629,
"lng": 134.0957257
}
}
},
"partial_match": true,
"place_id": "ChIJu2QOzaaUUzURBKTTwxjBbk8",
"types": [
"political",
"sublocality",
"sublocality_level_2"
]
}
],
"status": "OK"
}
------------------------------------
※なお、類似の問題として、カテゴリ:建造物 として住所のPOIができている可能性が考えられる。