@tak-ps/cloudtak 13.69.0 → 13.69.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,12 +4,18 @@ export declare class GeolocationPermission {
4
4
  private readonly context;
5
5
  constructor(context: DevicePermissionContext);
6
6
  private watchActive;
7
+ private watchGeneration;
8
+ private lastLocationTimestamp;
7
9
  private locationCallback;
10
+ private static readonly DISTANCE_FILTER_M;
11
+ private static readonly SEED_TIMEOUT_MS;
12
+ private static readonly SEED_MAX_AGE_MS;
8
13
  static supportsLocationRequests(): boolean;
9
14
  refreshStatus(): Promise<void>;
10
15
  request(onGranted?: () => void): Promise<void>;
11
16
  initializeSubscription(onGranted?: () => void): Promise<void>;
12
17
  startWatch(onLocation: (position: Position) => void): Promise<void>;
18
+ private seedImmediateFix;
13
19
  stopWatch(): Promise<void>;
14
20
  private startBackgroundWatch;
15
21
  private static backgroundLocationToPosition;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.69.0",
4
+ "version": "13.69.1",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"