You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/psykolm22/angular-google-place/blob/master/CONTRIBUTING.md#question
Current behavior
Currently the documentation says to use type within the options params.
var options = {
type: ['(regions)']
}
Expected behavior
The correct way to use the Google places API is by using types:
I'm submitting a...
Current behavior
Currently the documentation says to use
type
within the options params.Expected behavior
The correct way to use the Google places API is by using
types
:https://developers.google.com/places/supported_types
What is the motivation / use case for changing the behavior?
Saving time debugging :)
Environment
The text was updated successfully, but these errors were encountered: