iPhone开发之绘制地图线路(2)

- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation  

函数中实现,如上代码。

另外用户的实时位置可用

cloMapView.userLocation = newLocation进行设置,然后显示在地图上。  

效果图如下:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/pszwx.html