我正在编写一个带有显示一些注释的 mapView 的应用程序。
现在我想在 mapView 中显示用户的当前位置。我使用以下代码获取当前位置:
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)location
我在日志中获取当前位置的详细信息
2013-10-14 12:03:34.291 AppName[13200:a0b] (
"<+7.35000000,+47.32000000> +/- 5.00m (speed -1.00 mps / course -1.00) @ 10/14/13, 12:03:34 PM Central European Summer Time")
现在我没有将位置作为这个蓝色脉冲点放入 mapView 中。
请给出一些提示。