gpt4 book ai didi

ios - Google Places API,GMSAutocomplete 搜索仅适用于城市,国家 iOS Swift

转载 作者:可可西里 更新时间:2023-11-01 01:37:32 24 4
gpt4 key购买 nike

我已经像这样设置了 Google GMSAutocomplete:

private func setupAutocompleteWithTextFieldController() {
let kTextFieldTop: CGFloat = searchField.frame.origin.y
let kTextFieldHeight: CGFloat = 44.0
let kContentRectTop = kTextFieldTop + kTextFieldHeight

contentRect = CGRectMake(0, kContentRectTop, self.view.bounds.size.width, self.view.bounds.size.height - kTextFieldHeight)

searchField.autocorrectionType = .No
searchField.returnKeyType = .Done
searchField.clearButtonMode = .WhileEditing
searchField.addTarget(self, action: "searchFieldTextFieldEditingChanged:", forControlEvents: UIControlEvents.EditingChanged)
searchField.delegate = self

tableDataSource = GMSAutocompleteTableDataSource()
tableDataSource.delegate = self

resultsController = UITableViewController(style: UITableViewStyle.Plain)
resultsController.tableView.delegate = tableDataSource
resultsController.tableView.dataSource = tableDataSource
}

并且还实现了委托(delegate)、UITextFieldDelegateGMSAutocompleteTableDataSourceDelegate,它运行良好。但是,我想将搜索限制在地区、行政区域和国家。例如我不希望它搜索“地点”。让

我知道有过滤对象;但是,如何将它应用到我的使用中?有什么想法吗?

filter = GMSAutocompleteFilter(), filter.type = GMSPlacesAutocompleteTypeFilter.City

最佳答案

您可以设置 autocompleteFilter GMSAutocompleteTableDataSource 的字段。

关于ios - Google Places API,GMSAutocomplete 搜索仅适用于城市,国家 iOS Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34864752/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com