Interface CompassHeading

A CompassHeading object is returned to the compassSuccess callback function.

Index

Properties

Properties

public headingAccuracy: number

The deviation in degrees between the reported heading and the true heading.

public magneticHeading: number

The heading in degrees from 0-359.99 at a single moment in time.

public timestamp: number

The time at which this heading was determined.

public trueHeading: number

The heading relative to the geographic North Pole in degrees 0-359.99 at a single moment in time. A negative value indicates that the true heading can't be determined.