This repository was archived by the owner on May 15, 2024. It is now read-only.

Description
Description
The comment on GeolocationAccuracy.High does not match the code for Android.
Steps to Reproduce
Look at this comment in
|
// Android: ACCURACY_HI, POWER_MED (0-100m) |
Look at this code in
|
criteria.PowerRequirement = LocationPower.High; |
Expected Behavior
Change the comment or change the code so they match.
Actual Behavior
POWER_HI is used instead of POWER_MED
Basic Information
- Version with issue: master
- Last known good version: never (POWER_HI has always been used.
- IDE:
- Platform Target Frameworks:
- iOS: N/A
- Android: all
- UWP: N/A
- Android Support Library Version: N/A
- Nuget Packages: all
- Affected Devices: all
Screenshots
Reproduction Link