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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -