Assigned
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@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.
jo...@hotelplanner.com <jo...@hotelplanner.com> #3
I've transitioned from this team. Thanks!
fo...@google.com <fo...@google.com> #4
Moving PlacesAPI bugs to new PM
Description
Currently, doing a query such as
...place/textsearch/json?types=airport&query=ORD&key=...
returns zero results.
In order to get the place record I had to include the word "airport" in my query:
...place/textsearch/json?types=airport&query=ORD+airport&key=...
This is of course redundant, because I've already specified types=airport.