Geocode failed with error: Error Domain=kCLErrorDomain Code=8 "(null)"

hello

I want to ask questions about the apple maps, I am using apple map SDK development, according to the coordinates for geographic information (- (void) reverseGeocodeLocation: (CLLocation *) location completionHandler: CLGeocodeCompletionHandler completionHandler;)Introduced into China, and I can get the coordinates of the relevant information, and using the coordinates of the abroad (for example: Russia's coordinates) is to get less than the relevant geographic information.What is this why?

Replies

kCLErrorDomain error 8 means Apple geoloc servers know nothing about the provided location. When doing reverse geocoding: lat/long has no address match, when forward geocoding: the address is not known to link to lat/long