@interface BicycleController ()<AutoCSTAnnotationViewyjjDelegate,BMKMapViewDelegate> { BMKMapView* _mapView;//地图 CLLocationCoordinate2D _newPoint;//中心点坐标 NSMutableArray *_bikeArr;//装自行车数据的数组 NSMutableArray *_annotationArr;//装标注的可变数组 PaoPaoView *paopaoBdView; }
时间: 2024-10-03 13:45:44