React-native-google-places-autocomplete: How to limit the search by country?

Created on 2 Feb 2018  路  4Comments  路  Source: FaridSafi/react-native-google-places-autocomplete

I have been trying to limit the search only for us.but i dont find any supported props to do so? Please help!

Most helpful comment

query={{
  components: 'country:us',
}}

All 4 comments

query={{
  components: 'country:us',
}}

@biks152207 you got your answer, please close this issue.

@lfkwtz @biks152207
How to pass multiple countries?

@vivekshah-zymr

query={{
  components=country:us|country:pr|country:vi|country:gu|country:mp
}}
Was this page helpful?
0 / 5 - 0 ratings