Skip to main content

CompassData

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the orientation of the user's device.

public class CompassData : IEquatable<CompassData>

Constructors

Instance memberCompassData()

Initializes a new instance of CompassData.

Instance memberCompassData(headingMagneticNorth)

Initializes a new instance of the CompassData class.

NameTypeDescription
headingMagneticNorthDoubleA reading of compass data for heading magnetic north.

Properties

Instance memberHeadingMagneticNorth

Double: The heading (measured in degrees) relative to magnetic north.