Assigned
Status Update
Comments
ca...@google.com <ca...@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.
Description
As an example, when trying to find the following address מנחם בגין 74 תל אביב-יפו we get different results depending if we apply the component filter of the country or not.
In the case of applying the country component filter, the params we are passing are:
components = country:IL
address = מנחם בגין 74 תל אביב-יפו
language = he
And we get the following placeId in the response
place_id: "ChIJf-g3BidKHRURkacbgtZXFXs"
I'm attaching the full response as resposeWithCountryFilter.json
But while requesting without the component filter of the country (which is the one that we expect for this specific address)
address = מנחם בגין 74 תל אביב-יפו
language = he
The placeId we get is the following:
place_id: "ChIJGdv_3HlLHRUREp5LbosQ1OQ"
I'm attaching the full response as resposeWithoutCountryFilter.json
We would like to understand if this is an expected behavior, and if so, why is that.
In addition, regarding that specific address we have also noticed that, if we add ישראל into the address we get the response of place_id: "ChIJf-g3BidKHRURkacbgtZXFXs" (this is not the one we were expecting) regardless of the existence or not of the country component filter in the request.
Thanks in advance for your answers.