Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue on latest public build)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue on latest public build)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Description
以下の地域でGeocodingAPIを使用して住所から位置情報を取得しようとすると、
ほとんどのケースで同じ位置情報が返ってきます。
これはGeocodingAPIを使用した場合のみに発生しており、
正しい位置情報を取得できるように修正をお願いできますでしょうか。
=========
対象の地域:島根県隠岐郡知夫村
リクエスト例:島根県隠岐郡知夫村1106-3
レスポンス例:
{
"results" :
[
{
"address_components" :
[
{
"long_name" : "知夫村",
"short_name" : "知夫村",
"types" :
[
"locality",
"political"
]
},
{
"long_name" : "隠岐郡",
"short_name" : "隠岐郡",
"types" :
[
"administrative_area_level_2",
"political"
]
},
{
"long_name" : "島根県",
"short_name" : "島根県",
"types" :
[
"administrative_area_level_1",
"political"
]
},
{
"long_name" : "日本",
"short_name" : "JP",
"types" :
[
"country",
"political"
]
},
{
"long_name" : "684-0100",
"short_name" : "684-0100",
"types" :
[
"postal_code"
]
}
],
"formatted_address" : "日本、〒684-0100 島根県隠岐郡知夫村",
"geometry" :
{
"bounds" :
{
"northeast" :
{
"lat" : 36.033262,
"lng" : 133.0798842
},
"southwest" :
{
"lat" : 35.9915117,
"lng" : 132.9986884
}
},
"location" :
{
"lat" : 36.0139223,
"lng" : 133.0395309
},
"location_type" : "APPROXIMATE",
"viewport" :
{
"northeast" :
{
"lat" : 36.033262,
"lng" : 133.0798842
},
"southwest" :
{
"lat" : 35.9915117,
"lng" : 132.9986884
}
}
},
"partial_match" : true,
"place_id" : "ChIJ4ewmbN3PVzUR0CtXUkGzs3M",
"types" :
[
"locality",
"political"
]
}
],
"status" : "OK"
}