用于我的 iPhone 应用程序的 Google Places API
Posted
技术标签:
【中文标题】用于我的 iPhone 应用程序的 Google Places API【英文标题】:Google Places APIs for my iPhone application 【发布时间】:2012-02-09 09:56:23 【问题描述】:我正在开发一个使用 Google Places API 的 iPhone 应用程序。我正在使用 GPS 查找用户的当前位置。我想显示用户当前位置周围的地方。我能够找到用户周围的地点,但在 Google API 返回的 JSON 数据中不包括地点的图像。
如何使用 Google 地点 API 获取地点图片?
提前致谢。
【问题讨论】:
【参考方案1】:查看这个出于完全相同的原因构建的酷项目 - ios5-Google-Places。更多here as a blog post。它还内置了搜索功能。
应用程序将确定位置。发出 Google Places API 请求 包含 LAT 和 LNG 和 TYPES(类型是可配置的)并且将 将 JSON 结果返回到一个对象中以显示在 UITableView 中。
这应该可以解决您的要求。
以防万一这不是您的蛋糕,那么您需要使用UIWebView
和Google Places APIs 卷起您自己的iOS Google Places 包装器。
【讨论】:
以上是关于用于我的 iPhone 应用程序的 Google Places API的主要内容,如果未能解决你的问题,请参考以下文章
为啥 Google Cloud Messaging 通知不适用于 iPhone 生产环境?
用于开发 iPhone 推送通知服务的 Google App Engine 的 Java 替代方案是啥?
是否可以在 Google App Engine 应用程序中实现 iPhone 推送通知?
Google AdMob 不适用于 iPhone 7 和 7 Plus 等大屏幕设备的 Xamarin Form iOS