Update BackgroundServiceDelegate.mc

Added comment about reasoning for accuracy.
This commit is contained in:
Philip Abbey
2026-03-11 14:39:36 +00:00
parent 6d0f449904
commit 5ddcc14c54

View File

@@ -119,6 +119,7 @@ class BackgroundServiceDelegate extends System.ServiceDelegate {
var accuracy = 0; var accuracy = 0;
switch (position.accuracy) { switch (position.accuracy) {
case Position.QUALITY_LAST_KNOWN: case Position.QUALITY_LAST_KNOWN:
// Location is no longer tied to the timestamp, hence the larger inaccuracy.
accuracy = 200; accuracy = 200;
break; break;
case Position.QUALITY_POOR: case Position.QUALITY_POOR: