Reason for getting error in Reverse Geocoder Delegate method in the morning times.

Posted by Srilakshmi on Stack Overflow See other posts from Stack Overflow or by Srilakshmi
Published on 2010-06-12T06:39:16Z Indexed on 2010/06/12 6:42 UTC
Read the original article Hit count: 244

Filed under:
  - (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?

© Stack Overflow or respective owner

Related posts about iphone