Goal
I want to make my search box auto-complete detecting place name and address.
Currently, my search box auto-complete detecting only the address.
I used this one in my iOS app. Result is looking good for addresses but not place name.
https://github.com/shmidt/GooglePlacesSearchController
I want it to detect places, like B&H Photo
in NYC and so on ?
Example what I'm trying to do
Is it a paid service that I need to enable on Google API Console Library ?
Can someone sheds some lights on this ?
Just change your
GooglePlacesSearchController
initialization parameterplaceType
to.noFilter
For anyone with the same question but different implementation , just add a filter to your
GMSAutocompleteViewController