Assigned
Status Update
Comments
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com> #2
Yes please :) Along with a more specific definition of how the Popular Times are determined (how much history? done by mobile device activity? check ins?)
Description
We caught the issue about Google maps api for distance.
On December 19, 2023, we tried to get distance from the place whose address is "神奈川県川崎市川崎区池上新町3-1-4GLP川崎3F" but several requests failed.
On January 9, 2024, we used GoogleMaps API with the following command and got a response like "Address is not found".
''' command
curl -L -X GET '
"$GOOGLEMAP_API_KEY" is my key for google map usage.
'''
However, we have found the followings.
1. If we remove "GLP川崎3F"("GLP川崎" is the name of building) from address in the command(like the following), we can get normal response.
''' command
curl -L -X GET '
'''
2. In GoogleMaps browser app, we can reach the place without changing the address.(
Our questions are
1. Should we remove name of building like "GLP川崎3F" from addresses?
2. Why the address is not found only in GoogleMaps API?
Thank you for reading this issue, and hope will be answered sooner.
Regards
Keita