From 5ddcc14c54dc09456cb0ce50521ef4ef20ffb235 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Wed, 11 Mar 2026 14:39:36 +0000 Subject: [PATCH] Update BackgroundServiceDelegate.mc Added comment about reasoning for accuracy. --- source/BackgroundServiceDelegate.mc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/BackgroundServiceDelegate.mc b/source/BackgroundServiceDelegate.mc index 132ac6f..ce09312 100644 --- a/source/BackgroundServiceDelegate.mc +++ b/source/BackgroundServiceDelegate.mc @@ -119,6 +119,7 @@ class BackgroundServiceDelegate extends System.ServiceDelegate { var accuracy = 0; switch (position.accuracy) { case Position.QUALITY_LAST_KNOWN: + // Location is no longer tied to the timestamp, hence the larger inaccuracy. accuracy = 200; break; case Position.QUALITY_POOR: