百度地图通过坐标定位 自己的位置显示小圆点 (精度圈是否显示根据自己喜好) 上图
.h 文件声明三个变量 接受坐标和title

.m文件 这里 _mapView1.showsUserLocation = YES; 我这里不知道为何不行 ,
_mapView1.showsUserLocation = true;确可以显示,没搞明白!




.h 文件声明三个变量 接受坐标和title

.m文件 这里 _mapView1.showsUserLocation = YES; 我这里不知道为何不行 ,
_mapView1.showsUserLocation = true;确可以显示,没搞明白!



