【发布时间】:2012-06-05 06:25:54
【问题描述】:
我在我的应用程序中使用核心定位框架我不得不问我如何更改 iphone 4s 中的当前位置以测试核心定位框架的这个功能:
- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation
*)newLocation fromLocation:(CLLocation *)oldLocation {
在这个函数中,我通过点击特定链接在服务器上发送 newLocation。
【问题讨论】:
标签: iphone ios5 gps xcode4.2 core-location