ios - Google Places API: Is it possible to specify the establishment (using the filter) -
so on google places api webpage lists bunch of different types of filters. however, filter i've seen has been used (other country) "establishment". webpage outdated? i'm looking add restaurants. here have far:
autocompletecontroller.delegate = self let filter = gmsautocompletefilter() filter.type = .establishment autocompletecontroller.autocompletefilter = filter
thank help!
this looks duplicate of below link. don't believe places api allows restrict further establishment filter. @ least not autocomplete.
google places autocomplete, filter establishments/restaurants
Comments
Post a Comment