标签: iphone ios4 iphone-sdk-3.0 ios-simulator
我知道可以获取当前位置的lat-lng。但我想让它继续为iphone取得。 可能吗?如果可能那么它是如何可能的。 。 请指导我。 。 。 感谢。
答案 0 :(得分:2)
您使用CoreLocation框架来访问有关您用户的位置信息。您需要实例化CLLocationManager对象并调用asynchronous startUpdatingLocation消息。您将通过您提供的CLLocationManagerDelegate获得用户位置的回调。
CoreLocation
CLLocationManager
asynchronous startUpdatingLocation
CLLocationManagerDelegate
参见代码示例
Get the User Location in iPhone App
Getting the User’s Location
A CoreLocation Tutorial