Assigned
Status Update
Comments
ra...@google.com <ra...@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?)
ra...@google.com <ra...@google.com> #3
Making popular times available by day of the week would be awesome
tr...@gmail.com <tr...@gmail.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
Description
The method isOpenWithPlace:callback: does not appear to work as documented.
When calling this method with an API key restricted to only "Places API (New)", an error is thrown for every call, indicating a Place Details request is being attempted.
This is not expected since the place object has the required fields present.
Updating the API key restrictions to include the "Places API" eliminates the error but "Places Details" (SKU: FC5C-DF28-543F) requests are seen in our billing report.
This seems like a bug in the SDK.
Additionally, this method should have an option to immediately throw an error if the Place fields aren't present, otherwise this call may result in unexpected charges.
Using the deprecated isOpen method on GMSPlace appears to work as intended.
Environment