14 references to CompassData
Microsoft.Maui.Essentials (14)
Compass\Compass.shared.cs (14)
178
public CompassChangedEventArgs(
CompassData
reading) =>
184
public
CompassData
Reading { get; }
190
public readonly struct CompassData : IEquatable<
CompassData
>
193
/// Initializes a new instance of the <see cref="
CompassData
"/> class.
205
/// Compares the underlying <see cref="
CompassData
"/> instances.
210
(obj is
CompassData
data) && Equals(data);
213
/// Compares the underlying <see cref="
CompassData
.HeadingMagneticNorth"/> instances.
217
public bool Equals(
CompassData
other) =>
226
public static bool operator ==(
CompassData
left,
CompassData
right) =>
235
public static bool operator !=(
CompassData
left,
CompassData
right) =>
243
/// Returns a string representation of the current values of <see cref="
CompassData
.HeadingMagneticNorth"/>.
308
internal void RaiseReadingChanged(
CompassData
data)