I am Having a problem In Location Accuracy Using Cellular Network.
Following are the My issues
Sometimes Location accuracy is very perfect in Cellular Networks(3G)
Sometimes Location Accuracy is Not getting perfectly Its one mile difference.
For WiFi Its working Very Perfectly.
Following are My code
locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
locationManager.desiredAccuracy = kCLLocationAccuracyBestForNavigation;
[locationManager startUpdatingLocation];
Please what is the problem for my code.