【问题标题】:IOS7 Google Maps API Reverse Geocoding xCodeIOS7 Google Maps API 反向地理编码 xCode
【发布时间】:2014-01-04 19:52:43
【问题描述】:

我有一个项目使用 Apple 的“CoreLocation”框架进行反向地理编码。 我怎样才能让它使用谷歌的“谷歌地图”框架?

【问题讨论】:

  • 欢迎来到 StackOverflow!你需要告诉我们你尝试了什么。我们不能只为您提供答案。

标签: xcode google-maps ios7 core-location reverse-geocoding


【解决方案1】:

您可以考虑通过您自己通过 [NSURLConnection] 处理的 HTTP 连接直接使用 GoogleApsis

"http://maps.googleapis.com/maps/api/geocode/json?address=%@&sensor=false"

或者您可以使用 Google Maps API for iOS located here.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-06-08
    • 1970-01-01
    • 2014-10-23
    • 2011-09-27
    • 1970-01-01
    • 2011-07-17
    • 2013-04-05
    相关资源
    最近更新 更多