5
let autocompleteController = GMSAutocompleteViewController()
autocompleteController.autocompleteFilter?.country = "AU"
autocompleteController.delegate = self
self.presentViewController(autocompleteController, animated: true, completion: nil)
我只需要篩選澳大利亞的數據,所以我想按國家過濾數據。谷歌自動完成的地方國家過濾器不工作在iOS