Using the CLLocationManager object’s didUpdateHeading event, how do I convert the resulting heading.x and heading.y values into degrees I can plot onto an image of a compass?
Using the CLLocationManager object’s didUpdateHeading event, how do I convert the resulting heading.x and
Share
For headings degrees you can use
magneticHeadingandtrueHeadingproperties instead ofxandy.