Hello! I'm wondering on where to add a GMSAutocompleteFilter for my search?
With the default google map autocomplete search I can use
let filter = GMSAutocompleteFilter()
filter.country = "SG"
resultsViewController!.autocompleteFilter = filter
Any help would be appreciated! Thanks!
Hello! I'm wondering on where to add a GMSAutocompleteFilter for my search?
With the default google map autocomplete search I can use
Any help would be appreciated! Thanks!