I am using the location manager to generate location data that I send in a URL to down load data. The first time I call the location manager, it correctly returns the current locationand based on the
view based app, .m - (void)viewDidLoad { [super viewDidLoad]; self.locationManager = [[[CLLocationManager alloc] init] autorelease];
i\'m trying with CLHeading to get compass value, - (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading *)newHeading {
The first time the app tries to get the users location they are prompted with \"Would like to use your current location\" and they can hit Don\'t allow or ok.Is there any way to find out if the user h
i used CLLoction manager to get location.b开发者_运维问答ut when ever i start my location then it gives me oldlocation which is store in device previously.i want to reset the location for this i used