6 references to LocationWhenInUse
Microsoft.Maui.Essentials (6)
Geolocation\Geolocation.shared.cs (2)
53 /// <see cref="Permissions.LocationWhenInUse"/> from the user. 140 /// the app is in the foreground. Requests <see cref="Permissions.LocationWhenInUse"/>
Geolocation\Geolocation.uwp.cs (3)
39 await Permissions.EnsureGrantedAsync<Permissions.LocationWhenInUse>(); 68 /// the app is in the foreground. Requests <see cref="Permissions.LocationWhenInUse"/> 86 await Permissions.EnsureGrantedAsync<Permissions.LocationWhenInUse>();
Permissions\Permissions.uwp.cs (1)
162 return LocationWhenInUse.RequestLocationPermissionAsync();