CompassData
Wisej.Hybrid.Shared.Sensors.CompassData
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid (3.5.0.0)
Contains the orientation of the user's device.
public class CompassData : IEquatable<CompassData>
Constructors
CompassData()

Initializes a new instance of CompassData.
CompassData(headingMagneticNorth)

Initializes a new instance of the CompassData class.
Name
Type
Description
Properties
HeadingMagneticNorth

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