可能重复:
如何检索用户的当前城市名称?
我正在开发基于 gps 的应用程序,我想在 iphone 中获取当前位置,我如何获取它。比如德里,昌迪格拉。
可能重复:
如何检索用户的当前城市名称?
我正在开发基于 gps 的应用程序,我想在 iphone 中获取当前位置,我如何获取它。比如德里,昌迪格拉。
使用 CLLocationManager 获取当前地理位置并使用 MKReverseGeocoder 或 Google API 获取位置
使用 CoreLocation 框架。使用 CLLocation Manager,您可以获得当前位置的详细信息。
If you're writing a native application in Objective-C, there are plenty of resources out there that answer your question. I'd recommend you start with Apples own documentation, then come back with a more detailed question if you have specific problems: