Skip to content

Commit a3beded

Browse files
newky2kjamesmontemagno
authored andcommitted
Updated GeolocationRequest.shared.cs to correct power setting comment (xamarin#825)
Fixes xamarin#802
1 parent 9998fb1 commit a3beded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Essentials/Geolocation/GeolocationRequest.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public enum GeolocationAccuracy
2323
Medium = 3,
2424

2525
// iOS: NearestTenMeters (10m)
26-
// Android: ACCURACY_HI, POWER_MED (0-100m)
26+
// Android: ACCURACY_HI, POWER_HI (0-100m)
2727
// UWP: High (<=10m)
2828
High = 4,
2929

0 commit comments

Comments
 (0)