google autocomplete region limitation continent and country

198 views Asked by At

My api url like this "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=$inputText&key=$mapKey&components=country:TR" I want it to come as autocomplete in all of Europe and a few countries in the Middle East. How should the request be?

1

There are 1 answers

3
miguev On

Currently Place Autocomplete has a limit of 5 countries in the components filter.

There is an open feature request to increase this limit: https://issuetracker.google.com/issues/74602145.