How to Get Qibla Direction at Compass Windows Phone 8?
问题 I'm developing an Islamic app which has Qibla feature. I can determine Qibla direction in degrees from my current location using my longitude and latitude. For examle: From Cairo, Qibla direction will be 137 degree. How to make compass sensor in windows phone navigate to this angle? Edit: I'm using this method to get sensor heading readings: public void RunCompass() { try { if (Compass.IsSupported) { // If compass sensor is supported create new compass object and attach event handlers Compass