@capacitor-community/background-geolocation
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -104,2 +104,12 @@ # Background Geolocation | ||
### Typescript support | ||
```typescript | ||
// Capacitor 2.x | ||
import { | ||
BackgroundGeolocationPlugin | ||
} from "@capacitor-community/background-geolocation"; | ||
const BackgroundGeolocation = Plugins.BackgroundGeolocation as BackgroundGeolocationPlugin; | ||
``` | ||
## Installation | ||
@@ -106,0 +116,0 @@ ```sh |
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
38862
171