1 implementation of IPlatformGeocoding
Microsoft.Maui.Essentials (1)
Geocoding\Geocoding.uwp.cs (1)
11 class GeocodingImplementation : IPlatformGeocoding, IGeocoding
4 references to IPlatformGeocoding
Microsoft.Maui.Essentials (4)
Geocoding\Geocoding.shared.cs (4)
116 /// This is checked by confirming that <see cref="IGeocoding"/> implements the <see cref="IPlatformGeocoding"/> interface. 120 if (geocoding is not IPlatformGeocoding platform) 134 /// This is checked by confirming that <see cref="IGeocoding"/> implements the <see cref="IPlatformGeocoding"/> interface. 138 if (geocoding is not IPlatformGeocoding platform)