The region
parameter is not implemented for placeAutocomplete
#959
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Based on the place autocomplete web service documentation, there is an optional parameter called
region
If I understood correctly this parameter allows to bias in the search result to be more locally relevant to a given region.
It looks like this parameter was not implemented in this package.
Steps to reproduce
Typescript error
Object literal may only specify known properties, and 'region' in type 'PlaceAutocompleteRequest['params']'
Is the
region
parameter still a valid parameter to use? It looks like the JavaScript client does support the region parameter so I presume it's just missing from this package?The text was updated successfully, but these errors were encountered: