更新到ios6并在ios6模拟器中运行我的应用程序后,出现以下错误:2012-09-2416:58:47.988Pigeons[628:c07]:ErrordownloadingtilesServerError:ErrorDomain=GEOErrorDomainCode=-204"Theoperationcouldn’tbecompleted.(GEOErrorDomainerror-204.)"UserInfo=0x19989ff0{UnderlyingErrors=("ErrorDomain=GEOErrorDomainCode=-204\"Theoperationcouldn\
我正在尝试显示map并使用MKMapView放置图钉。这是我的代码MKCoordinateRegionregion={{0.0,0.0},{0.0,0.0}};region.center.latitude=37.47;region.center.longitude=122.26;region.span.longitudeDelta=0.01f;region.span.latitudeDelta=0.01f;[mapViewsetRegion:regionanimated:YES];但是我得到下面的错误:ErrordownloadingtilesServerError:ErrorDoma
当我尝试使用反向地理编码时,出现此错误消息。Geocodeerror:ErrorDomain=GEOErrorDomainCode=-3"(null)"我的代码如下:importCoreLocationgeocoder.reverseGeocodeLocation(location){(placemarks,error)inifletplacemarks=placemarks{reverseGeocodeLocations[hash]=placemarks}callback(placemarks,error)}这只是偶尔有效,我每秒请求reverseGeocode几次。所以我猜这个错误