1 interface inheriting from IGeocoding
Microsoft.Maui.Essentials (1)
Geocoding\Geocoding.shared.cs (1)
32 public interface IPlatformGeocoding : IGeocoding
1 implementation of IGeocoding
Microsoft.Maui.Essentials (1)
Geocoding\Geocoding.uwp.cs (1)
11 class GeocodingImplementation : IPlatformGeocoding, IGeocoding
10 references to IGeocoding
Microsoft.Maui.Essentials (10)
Geocoding\Geocoding.shared.cs (10)
73 static IGeocoding Current => Devices.Sensors.Geocoding.Default; 75 static IGeocoding? defaultImplementation; 80 public static IGeocoding Default => 83 internal static void SetCurrent(IGeocoding? implementation) => 88 /// Static class with extension methods for the <see cref="IGeocoding"/> APIs. 99 public static Task<IEnumerable<Placemark>> GetPlacemarksAsync(this IGeocoding geocoding, Location location) 116 /// This is checked by confirming that <see cref="IGeocoding"/> implements the <see cref="IPlatformGeocoding"/> interface. 118 public static string? GetMapServiceToken(this IGeocoding geocoding) 134 /// This is checked by confirming that <see cref="IGeocoding"/> implements the <see cref="IPlatformGeocoding"/> interface. 136 public static void SetMapServiceToken(this IGeocoding geocoding, string? mapServiceToken)