I am able to convert the location to degree but I want want to know how can I point the Xamarin Essentials' Compass to a specific point instead of the current point?
A compass is a compass. It always points to the magnetic North. You can't change where a compass points (unless you can shift the Earth magnetic north). The only thing you can rotate is the image representing your compass, to show the user where the north is relative to her/his current direction.
Answers
Hi @JassimRahma Unfortunately, it's not possible to achieve what you are looking for?
Please have a look at this link
You can check the code repo in here in case you want to modify something for your need:
https://github.com/xamarin/Essentials
Hope it helps.
A compass is a compass. It always points to the magnetic North. You can't change where a compass points (unless you can shift the Earth magnetic north). The only thing you can rotate is the image representing your compass, to show the user where the north is relative to her/his current direction.
Check this
https://forums.xamarin.com/discussion/comment/381771/#Comment_381771