如何在iphone sdk中找到当前位置

时间:2012-08-09 09:56:22

标签: iphone objective-c ios

  

可能重复:
  How to retrieve user's current city name?

我正在开发基于gps的应用程序,我想在iphone中获取当前位置,我如何获取它。像delhi,chandigrah。

3 个答案:

答案 0 :(得分:1)

使用CLLocationManager获取当前地理位置并使用MKReverseGeocoder或Google API获取位置

答案 1 :(得分:0)

使用CoreLocation Framework。使用CLLocation Manager,您可以获取当前位置详细信息

答案 2 :(得分:-1)

如果您在Objective-C中编写本机应用程序,那么有大量资源可以回答您的问题。我建议您从Apples自己的文档开始,如果您遇到特定问题,请返回更详细的问题:

<强>简介: http://developer.apple.com/library/ios/#DOCUMENTATION/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html

如何: http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html