Implemented interface member:
property
MapServiceToken
Microsoft.Maui.Devices.Sensors.IPlatformGeocoding.MapServiceToken
4 references to MapServiceToken
Microsoft.Maui.Essentials (4)
Geocoding\Geocoding.uwp.cs (4)
37 if (string.IsNullOrWhiteSpace(MapServiceToken) && string.IsNullOrWhiteSpace(MapService.ServiceToken)) 38 throw new ArgumentNullException(nameof(MapServiceToken), "Please set the map service token to be able to use this API."); 40 if (!string.IsNullOrWhiteSpace(MapServiceToken)) 41 MapService.ServiceToken = MapServiceToken;