Skip to content

Commit

Permalink
Merge branch 'release-4.17.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Oct 22, 2024
2 parents 02c15b9 + aff35d4 commit a5faa67
Showing 110 changed files with 321 additions and 273 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 4.17.1 — 2024-10-21
* [Android] Implement `Service.onTimeout` to handle `foregroundServiceType="shortService"` timeouts.
* [iOS] Add new `Config.activityType` `ACTIVITY_TYPE_AIRBORNE`.
* [iOS] Implement `Config.triggerActivities` for iOS.
* [Android] Guard against `NullPointerException` receiving a null location in `PolygonGeofenceService` event.
* [Android] Address possible leak of `Activity` reference when terminating the app. Ensure internal reference to `Activity` is nullified when app is terminated.
* [Android] Add improvements to Android geofencing-only mode with `goefenceModeHighAccuracy: true` where motion-activity updates disabled.
* [Android] Add error-checking in polygon-geofencing to handle a possible `NullPointerException`.
* [iOS] Fix broken linking to Settings screen in `locationAuthorizationAlert` on iOS 18.

## 4.17.0 — 2024-09-04
* [iOS] Fix bug in iOS *Polygon Geofencing* when running in geofences-only mode (`.startGeofences`). iOS would mistakenly turn off location updates exactly 3 samples into the containing circular geofence of a polygon.
* Implement `notifyOnDwell` for polygon-geofences.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion docs/classes/backgroundgeolocation.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
@@ -311,6 +311,7 @@ <h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="backgroundgeolocation.html#accuracy_authorization_full" class="tsd-kind-icon">ACCURACY_<wbr>AUTHORIZATION_<wbr>FULL</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="backgroundgeolocation.html#accuracy_authorization_reduced" class="tsd-kind-icon">ACCURACY_<wbr>AUTHORIZATION_<wbr>REDUCED</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="backgroundgeolocation.html#activity_type_airborne" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AIRBORNE</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="backgroundgeolocation.html#activity_type_automotive_navigation" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AUTOMOTIVE_<wbr>NAVIGATION</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="backgroundgeolocation.html#activity_type_fitness" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>FITNESS</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="backgroundgeolocation.html#activity_type_other" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>OTHER</a></li>
@@ -1246,6 +1247,13 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> ACCURACY_<wbr>AUTHORIZATI
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a name="activity_type_airborne" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> ACTIVITY_<wbr>TYPE_<wbr>AIRBORNE</h3>
<div class="tsd-signature tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AIRBORNE<span class="tsd-signature-symbol">:</span> <a href="../index.html#activitytype" class="tsd-signature-type" data-tsd-kind="Type alias">ActivityType</a></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a name="activity_type_automotive_navigation" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> ACTIVITY_<wbr>TYPE_<wbr>AUTOMOTIVE_<wbr>NAVIGATION</h3>
@@ -4867,6 +4875,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="backgroundgeolocation.html#accuracy_authorization_reduced" class="tsd-kind-icon">ACCURACY_<wbr>AUTHORIZATION_<wbr>REDUCED</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="backgroundgeolocation.html#activity_type_airborne" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AIRBORNE</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="backgroundgeolocation.html#activity_type_automotive_navigation" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AUTOMOTIVE_<wbr>NAVIGATION</a>
</li>
@@ -5225,6 +5236,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="backgroundgeolocation.html#accuracy_authorization_reduced" class="tsd-kind-icon">ACCURACY_<wbr>AUTHORIZATION_<wbr>REDUCED</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="backgroundgeolocation.html#activity_type_airborne" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AIRBORNE</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="backgroundgeolocation.html#activity_type_automotive_navigation" class="tsd-kind-icon">ACTIVITY_<wbr>TYPE_<wbr>AUTOMOTIVE_<wbr>NAVIGATION</a>
</li>
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
@@ -189,6 +189,9 @@ <h3>Activity<wbr>Type</h3>
<tr>
<td><a href="classes/backgroundgeolocation.html#activity_type_other_navigation">ACTIVITY_TYPE_OTHER_NAVIGATION</a></td>
</tr>
<tr>
<td><a href="classes/backgroundgeolocation.html#activity_type_airborne">ACTIVITY_TYPE_AIRBORNE</a></td>
</tr>
</tbody></table>
<p>ℹ️ For more information, see <a href="https://developer.apple.com/reference/corelocation/cllocationmanager/1620567-activitytype?language=objc">Apple docs</a>.</p>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/authorization.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/authorizationevent.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/battery.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
10 changes: 8 additions & 2 deletions docs/interfaces/config.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
@@ -683,6 +683,9 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> activity<wbr>Type</h3
<tr>
<td><a href="../classes/backgroundgeolocation.html#activity_type_other_navigation">BackgroundGeolocation.ACTIVITY_TYPE_OTHER_NAVIGATION</a></td>
</tr>
<tr>
<td><a href="../classes/backgroundgeolocation.html#activity_type_airborne">BackgroundGeolocation.ACTIVITY_TYPE_AIRBORNE</a></td>
</tr>
</tbody></table>
<dl class="tsd-comment-tags">
<dt class="tsd-comment-tag-example">example</dt>
@@ -1799,6 +1802,8 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> foreground<wbr>Servic
</div>
<dl class="tsd-comment-tags">
<dt class="tsd-comment-tag-break">break</dt>
<dd></dd>
<dt class="tsd-comment-tag-deprecated">deprecated</dt>
<dd>
<a href="#⚠️-android-80" id="⚠️-android-80" style="color: inherit; text-decoration: none;">
<h3>⚠️ Android 8.0+</h3>
@@ -3835,8 +3840,9 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> trigger<wbr>Activitie
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p><strong><code>[Android-only]</code></strong> Configures a comma-separated list of motion-activities which are allow to trigger location-tracking.</p>
<p>Configures a comma-separated list of motion-activities which are allow to trigger location-tracking.</p>
</div>
<p><strong>⚠️ Warning:</strong> Requires that the user grant your app the &quot;<em>Motion/Health</em>&quot; permission.</p>
<dl class="tsd-comment-tags">
<dt class="tsd-comment-tag-break">break</dt>
<dd><p>These are the comma-delimited list of <a href="https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity">activity-names</a> returned by the <code>ActivityRecognition</code> API which will trigger a state-change from <strong>stationary</strong> to <strong>moving</strong>. By default, the plugin will trigger on <strong>any</strong> of the <strong>moving-states</strong>:</p>
2 changes: 1 addition & 1 deletion docs/interfaces/connectivitychangeevent.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/coords.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/currentpositionrequest.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/deviceinfo.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/devicesettings.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/devicesettingsrequest.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/geofence.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/geofenceevent.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/geofenceschangeevent.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/heartbeatevent.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/httpevent.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/location.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/locationauthorizationalert.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/logger.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/interfaces/motionactivity.html
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.4</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.17.1</span>
</span>
</div>
</div>
Loading

0 comments on commit a5faa67

Please sign in to comment.