findAutocompletePredictionsFromQuery在Google Places的pod版本3.5中似乎不起作用

时间:2019-10-22 18:41:50

标签: swift xcode cocoapods google-places-api

尝试使用最新版本的Google Places iOS SDK时会发生此问题。

pod 'GooglePlaces', '3.5.0'添加到您的pod文件中。

安装pod并尝试编译一个具有google place自动完成功能的项目。

它将从可用性中删除以前的GMSPlacesClient autocompleteQuery函数,但是当搜索找到的here的替换项时,findAutocompletePredictionsFromQuery也将不可用。

enter image description here

我正在Catalina上使用Cocoapods版本1.8.4。我不认为这是环境问题。如果有人知道如何更新到GooglePlaces 3.5,请告诉我。

1 个答案:

答案 0 :(得分:1)

似乎他们还没有更新文档。该功能已重新命名。

您需要做两件事:

1)导入GoogleMapsBase

2)改用findAutocompletePredictions(fromQuery:...)