React-native-google-places-autocomplete: Restrict Country

Created on 26 Apr 2016  路  2Comments  路  Source: FaridSafi/react-native-google-places-autocomplete

Hello,

I'm searching for how to restrict country scope for search.
i've made this in query prop but it's not working : components: {country :"us"}

Most helpful comment

try

...
components: 'country:us',
...

All 2 comments

try

...
components: 'country:us',
...

thx

Was this page helpful?
0 / 5 - 0 ratings

Related issues

quandevelopment picture quandevelopment  路  4Comments

yasirdev picture yasirdev  路  3Comments

yashwanth15 picture yashwanth15  路  3Comments

lukBakTsh picture lukBakTsh  路  3Comments

biks152207 picture biks152207  路  4Comments