Reason for getting error in Reverse Geocoder Delegate method in the morning times.
- by Srilakshmi
- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFailWithError:(NSError *)error
{
NSLog(@"reverseGeocoder:%@ didFailWithError:%@", geocoder, error);
}
This method is getting called in morning times and it is not showing the placemark while running the application in simulator.
From Afternoon it is showing the placemark as "Cupertino".
Will you give me the reason for not getting the placeMark at morning times?