【发布时间】:2015-11-08 15:51:40
【问题描述】:
我计划有一个应用程序来列出 UITableView 和 UISearchController 中的附近地点,并结合自动完成功能来过滤地点的结果,我正在尝试使用 Google Places API。
我很困惑,因为我不知道应该使用哪个 API:
- Google Places API 网络服务
或
- 适用于 iOS 的 Google Places API
我没有在 Google Places API for iOS 文档中找到获取地点列表的方法。
何时使用 Google Places API Web Service 以及何时使用 Google Places API for iOS ?以及在我的情况下最有效的方法(获取带有分页的地点列表并按名称和类别选项过滤)
我已经为 Google Places API for iOS 生成了一个 API-KEY,我还能在 Google Places API 网络服务中使用这个密钥吗?
【问题讨论】:
标签: ios objective-c web-services google-maps google-places-api