How to get the Direction from Compass Calibration,
i used core location framework and don’t know how to get north direction from the function:
- (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading *)newHeading;
if anybody knows help me to get the solution.
the method is the right. You can chosse between magnetic and true heading.
If you want allow compass calibration, you have to implement this method: