高德地图,每次进入总是在北京
2019-01-20 本文已影响0人
灰客
获取数据的代码block内,做界面的刷新
[arr1 addObject:pointAnnotation];
[_mapView addAnnotation:pointAnnotation];
[_mapView showAnnotations:arr1 animated:YES];
获取数据的代码block内,做界面的刷新
[arr1 addObject:pointAnnotation];
[_mapView addAnnotation:pointAnnotation];
[_mapView showAnnotations:arr1 animated:YES];