@capacitor-community/background-geolocation
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -23,2 +23,3 @@ import {CallbackID} from "@capacitor/core/dist/esm/core-plugin-definitions"; | ||
altitudeAccuracy: number | null; | ||
simulated: boolean; | ||
bearing: number | null; | ||
@@ -25,0 +26,0 @@ speed: number | null; |
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -93,2 +93,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). | ||
@@ -95,0 +97,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
44723
40
228