Assigned
Status Update
Comments
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?)
ca...@google.com <ca...@google.com> #3
Making popular times available by day of the week would be awesome
de...@gmail.com <de...@gmail.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
Description
#IMPORTANT: If your production system or service is down file a Severity 1 support case at console.cloud.google.com/google/maps-apis
===========================================================================================
#REMINDER: Please do not disclose any possible PII such as: email address, IP, contact number, any part of name, project numbers and billing accounts as these information may violate security and privacy. Comments or attachments that include PII will be removed and restricted from public viewing.
Furthermore, please refrain from replying to a comment as this will make your email address visible. Instead, you may use the Issue Tracker’s comment feature for your replies.
It is OK to share your API Project ID, but not API keys or client ID credentials.
To learn more about personal data, visithttps://en.wikipedia.org/wiki/Personal_data
===========================================================================================
Bug description
When calling the
fetchAutocomplete(with:)
function from thePlacesClient
, with anAutocompleteFilter
that sets the types property, which includes the.address
PlaceType, the request returns the following error:I have since then realized that the filter type I might want to use instead is
.streetAddress
, which doesn't return an error by the SDK/API.What is the incorrect behavior that you are experiencing?
Getting an error returned from the
fetchAutocompleteSuggestions
functionWhat should happen instead?
Get an array of results
Steps to reproduce the problem:
AutocompleteFilter(types: [.address])
AutocompleteRequest
with any query, using the previously definedAutocompleteFilter
PlacesClient.shared.fetchAutocompleteSuggestions(with: request)
Operating system version: 18.2 Google Places API for iOS version: 9.3.0 Hardware model: iPhone 12 GoogleCloud project id: ottawademo
Sample Code that reproduce the issue
[1] You can forkhttps://github.com/googlemaps/maps-sdk-for-ios-samples.git and modify it until it demonstrates the issue