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
According to the Google Places API:
"strictBounds is a boolean specifying whether the API must return only those places that are strictly within the region defined by the given bounds. The API does not return results outside this region even if they match the user input."
The text was updated successfully, but these errors were encountered:
Using version 7.3.0, when trying to set 'strictBounds' while using Typescript results in the following error:
"'strictBounds' does not exist in type "
Example usage:
According to the Google Places API:
"strictBounds is a boolean specifying whether the API must return only those places that are strictly within the region defined by the given bounds. The API does not return results outside this region even if they match the user input."
The text was updated successfully, but these errors were encountered: