CLLocationManager Delegate changes in iPhone OS 4.0

Posted by Srilakshmi on Stack Overflow See other posts from Stack Overflow or by Srilakshmi
Published on 2010-06-14T05:18:05Z Indexed on 2010/06/14 5:22 UTC
Read the original article Hit count: 308

Filed under:
         Hi,

           I have to run my app using iPhone OS 4.0. but while I am running my app  the   CLLocationManager Delegate is not getting called.


            The Delegate method is 
  • (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation{ }

© Stack Overflow or respective owner

Related posts about iphone-sdk