2 implementations of IGeolocation
Microsoft.Maui.Essentials (2)
Geolocation\Geolocation.netstandard.tvos.watchos.cs (1)
9
partial class GeolocationImplementation :
IGeolocation
Geolocation\Geolocation.shared.cs (1)
173
partial class GeolocationImplementation :
IGeolocation
8 references to IGeolocation
Microsoft.Maui.Essentials (8)
Geolocation\Geolocation.shared.cs (7)
159
static
IGeolocation
Current => Devices.Sensors.Geolocation.Default;
161
static
IGeolocation
? defaultImplementation;
166
public static
IGeolocation
Default =>
169
internal static void SetDefault(
IGeolocation
? implementation) =>
190
/// Static class with extension methods for the <see cref="
IGeolocation
"/> APIs.
200
public static Task<Location?> GetLocationAsync(this
IGeolocation
geolocation) =>
210
public static Task<Location?> GetLocationAsync(this
IGeolocation
geolocation, GeolocationRequest request) =>
Geolocation\GeolocationLocationChangedEventArgs.shared.cs (1)
7
/// Event arguments containing the current reading of <see cref="
IGeolocation
.LocationChanged"/>.