![]() | 1 uniy OP 郁闷了 |
![]() | 2 regent 2012-07-31 11:03:07 +08:00 哎,楼主你也用这个头像 |
![]() | 3 pythons 2012-07-31 12:18:21 +08:00 给你个参考,不知道你怎么写的。 locatiOnManager= [[CLLocationManager alloc] init]; locationManager.delegate = self; locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers; locationManager.distanceFilter = 50;// 更新事件精度,单位米 [locationManager startUpdatingLocation];//启动 |
![]() | 4 macji 2012-07-31 12:45:31 +08:00 MKMapview 里只要 showsUserLocation = YES; 即可 |