olefirenko / vue-google-autocomplete

A Vue.js autosuggest component for the Google Places API.
https://olefirenko.github.io/vue-google-autocomplete/
MIT License
505 stars 258 forks source link

Not receiving photos object in response #153

Open abhimanusharma opened 3 years ago

abhimanusharma commented 3 years ago

As per Google places docs we get business_status, formatted_address, geometry, icon,name, permanently_closed (deprecated), photos, place_id, plus_code, types in response but using this plugin I am not receiving photos array at placechanged event.

I tried to change the types prop as mentioned in the documentation but it still won't work, any idea how to get photos array with this package?

shayan1998 commented 2 years ago

same issue here i try to using fields prop but nothing change in inputChange result!! did you know where i cant see the fields that i selected on fields prop

LarryBarker commented 2 years ago

👍