2 implementations of ICompass
Microsoft.Maui.Essentials (2)
Compass\Compass.netstandard.tvos.watchos.macos.cs (1)
5
partial class CompassImplementation :
ICompass
Compass\Compass.shared.cs (1)
250
partial class CompassImplementation :
ICompass
6 references to ICompass
Microsoft.Maui.Essentials (6)
Compass\Compass.shared.cs (6)
47
/// Platform-specific APIs for use with <see cref="
ICompass
"/>.
135
static
ICompass
Current => Devices.Sensors.Compass.Default;
137
static
ICompass
? defaultImplementation;
142
public static
ICompass
Default =>
145
internal static void SetDefault(
ICompass
? implementation) =>
150
/// This class contains static extension methods for use with <see cref="
ICompass
"/>.