Here is my code.
It doesn't seem to work as I expect. I need GPS to update down to the 1 meter level (seems that is closest accuracy)... I think below is some syntax problems...
Any help would be appreciated...
Code:
CLLocationDistance locationDistance;
locationDistance = 1.0;
[[MyCLController sharedInstance].locationManager distanceFilter:locationDistance];
[[MyCLController sharedInstance].locationManager desiredAccuracy: kCLLocationAccuracyBest];
[[MyCLController sharedInstance].locationManager startUpdatingLocation];