Ask Your Question
2

Can Google Places Auto complete be restricted to a single state?

asked 2022-11-22 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-03-24 03:00:00 +0000

david gravatar image

Yes, Google Places Auto complete can be restricted to a single state by providing the state's abbreviation or name in the componentRestrictions parameter in the Places Autocomplete API request. For example, to restrict the autocomplete results to California, the request would include:

https://maps.googleapis.com/maps/api/place/autocomplete/json?input=[QUERY]&types=address&componentRestrictions=state:CA&key=[API_KEY]

This will only return results that are in California and exclude results from other states.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-11-22 11:00:00 +0000

Seen: 10 times

Last updated: Mar 24 '23