Gathering detailed insights and metrics for cordova-background-geolocation-plugin
Gathering detailed insights and metrics for cordova-background-geolocation-plugin
Gathering detailed insights and metrics for cordova-background-geolocation-plugin
Gathering detailed insights and metrics for cordova-background-geolocation-plugin
cordova-background-geolocation-lt
Cordova / Capacitor Background Geolocation. The most sophisticated, cross-platform location-tracking and geofencing plugin with battery-conscious motion-detection intelligence.
cordova-plugin-background-geolocation_sayeh
Cordova Background GeoLocation Plugin
cordova-plugin-mauron85-background-geolocation
Cordova Background Geolocation Plugin
@mauron85/cordova-plugin-background-geolocation
Cordova Background Geolocation Plugin
Background and foreground geolocation plugin for Cordova.
npm install cordova-background-geolocation-plugin
Typescript
Module System
Node Version
NPM Version
81
Supply Chain
100
Quality
86.3
Maintenance
100
Vulnerability
99.6
License
Objective-C (57.8%)
Java (40.73%)
JavaScript (1.28%)
Shell (0.15%)
C (0.03%)
Total Downloads
164,650
Last Day
263
Last Week
1,325
Last Month
5,659
Last Year
54,826
Apache-2.0 License
61 Stars
893 Commits
69 Forks
7 Watchers
1 Branches
1 Contributors
Updated on May 12, 2025
Minified
Minified + Gzipped
Latest Version
2.3.2
Package Id
cordova-background-geolocation-plugin@2.3.2
Unpacked Size
1.64 MB
Size
324.47 kB
File Count
239
NPM Version
10.8.2
Node Version
20.19.0
Published on
Mar 24, 2025
Cumulative downloads
Total Downloads
Last Day
-0.8%
263
Compared to previous day
Last Week
-23.1%
1,325
Compared to previous week
Last Month
55.1%
5,659
Compared to previous month
Last Year
9.3%
54,826
Compared to previous year
No dependencies detected.
Cross-platform geolocation for Cordova and Capacitor with battery-saving "circular region monitoring" and "stop detection"
This plugin can be used for geolocation when the app is running in the foreground or background. It is more battery and data efficient than html5 geolocation. It can be used side by side with other geolocation providers (eg. html5 navigator.geolocation).
This project is based on @mauron85/cordova-plugin-background-geolocation, which in turn was based on the original cordova-background-geolocation plugin by christocracy. Hayl Ltd have taken on responsibility for hosting it and will be maintaining it and merging PRs from the community. If you have any fixes, features or updates that you would like included, please do raise a PR or issue on the GitHub repository.
ATENTION: This project changes the package name from it's parents. The words are the same but in a different order, which is easy to miss and can cause some confusion
We are also looking to maintainers to help with this, so that the project does not end up orphaned. If you are interested in helping out with maintaining the project, please see the pinned discussion at GitHub.
The NPM package can be found at cordova-background-geolocation-plugin.
Note: for non AndroidX project please use version 1.x of this plugin. Version 2.x and on will support AndroidX.
Note: this plugin can be installed on a Capacitor project and it is tested to be working as expected, some configuration may need to be done differently than below according to how Capacitor configuration is implemented.
Note: for Android 14+ there's a need to let Google know why the app needs to use the location and have a video link when uploading for the first time to play console. It takes some time to approve and after that there's no need to do it again. This is related to FOREGROUND_SERVICE_LOCATION
premission.
Note: for Android 13+ there's a need for runtime POST_NOTIFICATION
permission request in order to show the icon.
1npm install cordova-background-geolocation-plugin 2npx cap sync
1cordova plugin add cordova-background-geolocation-plugin
You may also want to change default iOS permission prompts and set specific google play version and android support library version for compatibility with other plugins.
Note: Always consult documentation of other plugins to figure out compatible versions.
1cordova plugin add cordova-background-geolocation-plugin \ 2 --variable GOOGLE_PLAY_SERVICES_VERSION=17+ \ 3 --variable ALWAYS_USAGE_DESCRIPTION="App requires ..." \ 4 --variable MOTION_USAGE_DESCRIPTION="App requires motion detection"
Note: To apply changes, you must remove and reinstall plugin.
First, configure the plugin with the settings you require.
1BackgroundGeolocation.configure({ 2 locationProvider: BackgroundGeolocation.ACTIVITY_PROVIDER, 3 desiredAccuracy: BackgroundGeolocation.HIGH_ACCURACY, 4 stationaryRadius: 50, 5 distanceFilter: 50, 6 notificationTitle: 'Background tracking', 7 notificationText: 'enabled', 8 debug: true, 9 interval: 10000, 10 fastestInterval: 5000, 11 activitiesInterval: 10000, 12 url: 'http://192.168.81.15:3000/location', 13 httpHeaders: { 14 'X-FOO': 'bar' 15 }, 16 // customize post properties 17 postTemplate: { 18 lat: '@latitude', 19 lon: '@longitude', 20 foo: 'bar' // you can also add your own properties 21 } 22 });
Then call start()
to start location tracking.
A more comprehensive example can be found in the Documentation
Plugin version | Cordova CLI | Cordova Platform Android | Cordova Platform iOS |
---|---|---|---|
>1.0.0 | 8.0.0 | 8.0.0 | 6.0.0 |
>2.0.0 | 10.0.0 | 10.0.0 | 6.0.0 |
Copyright (c) 2013 Christopher Scott, Transistor Software
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
8 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
7 existing vulnerabilities detected
Details
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-19
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More