如何将自动完成搜索位置结果作为 GMSPlaces 而不是 GMSAutocompletePrediction with Google place API in iOS?

How to get auto complete search location results as GMSPlaces instead of GMSAutocompletePrediction with Google place API in iOS?

实际上,对于我使用 Google API 的自动完成位置搜索请求,我得到了 GMSAutoCompletepredictions 形式的相应响应。通过预测结果,我们没有获得更多详细信息,例如位置的坐标、格式化的详细地址等。

如果我们需要位置的更多详细信息,我们需要向 Google plcaes API 再发出一个请求,其中地点 ID 值在预测结果中可用。此方法可能会增加 API 使用率并影响应用程序性能。

请帮我解决这个问题。谢谢 :)

暂时没有别的办法。要从预测结果中获取更多信息,您必须通过 placeId 请求地点。