react-native-google-places-autocomplete icon indicating copy to clipboard operation
react-native-google-places-autocomplete copied to clipboard

Search by Places (shops/stores)

Open pedrohenriquefelima opened this issue 2 years ago • 1 comments

I'm working on a uni project for my final year. I've studied multiple ways of implementing this library and I finally managed to use it. However, it appears to me that it only searches addresses.

Is it possible to use this library to search for places? get their photos, type and etc...

I appreciate any response.

pedrohenriquefelima avatar Jan 21 '23 22:01 pedrohenriquefelima

  query={{
    key: '',
    language: 'en',
    type: 'establishment',
  }}

You can use type "establishment" instead of "address" to search Places

bhalodiya-vivek avatar Feb 16 '23 05:02 bhalodiya-vivek