пытается добавить аннотацию к текущему местоположению, когда я хочу Любое количество аннотаций на, но это может помочь мне
я пробую этот код
- (CLLocationCoordinate2D)coordinate;
{
CLLocationCoordinate2D theCoordinate;
theCoordinate.latitude =MKUserLocation.latitude; //37.786996;// Here we have to change the with current location
theCoordinate.longitude = MKUserLocation.longitude;
return theCoordinate;
}