@capacitor-community/background-geolocation
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -15,2 +15,3 @@ export interface WatcherOptions { | ||
altitudeAccuracy: number | null; | ||
simulated: boolean; | ||
bearing: number | null; | ||
@@ -17,0 +18,0 @@ speed: number | null; |
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -88,2 +88,4 @@ # Background Geolocation | ||
bearing: 159.60000610351562, | ||
// True if the location was simulated by software, rather than GPS. | ||
simulated: false, | ||
// Speed in metres per second (or null). | ||
@@ -90,0 +92,0 @@ speed: 23.51068878173828, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44208
34
217