CompassData
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid
Contains the orientation of the user's device.
- C#
- VB.NET
public class CompassData : IEquatable<CompassData>
Public Class CompassData
Inherits IEquatable(Of CompassData)
Constructors
CompassData()
Initializes a new instance of CompassData.
CompassData(headingMagneticNorth)
Initializes a new instance of the CompassData class.
| Name | Type | Description |
|---|---|---|
| headingMagneticNorth | Double | A reading of compass data for heading magnetic north. |
Properties
HeadingMagneticNorth
Double: The heading (measured in degrees) relative to magnetic north.