Status Update
Comments
ra...@google.com <ra...@google.com>
ra...@google.com <ra...@google.com> #2
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
mi...@google.com <mi...@google.com> #3
It's extremely frustrating that it's apparently now impossible on android 13 to write to data/obb without rooting devices. People hated this change in 11, hated it in 12, and now it's been done again. Please let us access the device we payed for. No one asked for this change.
Description
# It is OK to share your API Project ID, but _not_ API keys.
Feature Request
-----------------------
What would you like to see us add to this API?
I am currently using places API to query for multiple keywords like food, hotel etc. Currently I am doing it this way :
1. query " food" to get food related places.
2. query "hotel" to get hotel related places.
3. then merge those results in single array
It would be very if we could search multiple different keyword in one query something like this:
1. query "food|hotel" to get food or hotel related places in one request
It would save lots of API requests. If there is currently any other way to do this which would cut down number of API requests, would really appreciate the help.
Thanks!
Issue report
----------------
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.
2.
3.