我收到错误消息:
错误:操作无法完成。未启用 iOS 版 Places API。请参阅开发人员指南 ( https://developers.google.com/places/ios-api/start ),了解如何启用适用于 iOS 的 Google Places API。
Google 地图服务帐户已正确配置,帐单等已完成。
用于呈现的代码:
let autocompleteController = GMSAutocompleteViewController()
autocompleteController.delegate = self
present(autocompleteController, animated: true, completion: nil)