【发布时间】:2014-01-04 19:52:43
【问题描述】:
我有一个项目使用 Apple 的“CoreLocation”框架进行反向地理编码。 我怎样才能让它使用谷歌的“谷歌地图”框架?
【问题讨论】:
-
欢迎来到 StackOverflow!你需要告诉我们你尝试了什么。我们不能只为您提供答案。
标签: xcode google-maps ios7 core-location reverse-geocoding
我有一个项目使用 Apple 的“CoreLocation”框架进行反向地理编码。 我怎样才能让它使用谷歌的“谷歌地图”框架?
【问题讨论】:
标签: xcode google-maps ios7 core-location reverse-geocoding
您可以考虑通过您自己通过 [NSURLConnection] 处理的 HTTP 连接直接使用 GoogleApsis
"http://maps.googleapis.com/maps/api/geocode/json?address=%@&sensor=false"
或者您可以使用 Google Maps API for iOS located here.
【讨论】: