REDUCED_ ACCURACY
Location was granted, but only at approximate (reduced) accuracy — the member can be located to ~1–5 km, not precisely. This is the iOS 14+ "Precise Location" toggle being off, and the Android 12+ "Approximate" / coarse-only grant.
Unlike DENIED, location was granted; unlike GRANTED, it is intentionally fuzzed to approximate accuracy. Geofencing and automatic visit detection, which rely on small facility radii, are unreliable in this state — prompt the member to enable precise location, then route them to Settings via AFPermissions.openAppSettings().
Returned by getPermissionStatus(FINE_LOCATION) / requestPermission(FINE_LOCATION). The boolean convenience AFPermissions.isLocationAccuracyReduced() reports the same condition.