DnR
DnR

Reputation: 3507

Accuracy of GpsLocation.Heading on Windows Mobile

I've been use GpsLocation.Heading to get the current direction/orientation of my device.

But it seems not accurate, where the value is either:

means, it was very inconsistent and inaccurate.

As, I believe, from the documentation, Heading suppose to give me the value(in degrees) of where my device currently heading.

Does anybody know how to use it properly, or how to get the accurate value?

Upvotes: 0

Views: 132

Answers (1)

josef
josef

Reputation: 5959

This heading will only be accurate when you move.

Look for a magnetic field sensor (compass) (if any) in the device and then use that.

Upvotes: 1

Related Questions