You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am facing issues while using the capacitor-background-geolocation library in my Ionic application. The problem occurs frequently and manifests as follows:
The recorded geolocation points are distant from each other, drawing straight lines on the map instead of following the actual path taken.
This behavior directly impacts the user experience and compromises the accuracy of the recorded data.
Tested Configurations:
I tried adjusting several configurations to solve the issue, but without success:
Adjustment of desiredAccuracy
Modification of distanceFilter and locationUpdateInterval
Tests with different values for stationaryRadius
Despite these changes, the points are still being recorded inconsistently.
Environment:
Capacitor Version: [6.0.1]
Plugin Version: [6.0.3]
Device OS: [Android]
Device Model: [add device model]
Ionic Framework Version: [7.2.0]
Steps to Reproduce:
Start geolocation tracking on an urban route with multiple curves.
Monitor the map in real-time or review the stored data.
Notice that the recorded points form straight lines instead of following the actual path.
Expected Behavior:
Geolocation points should be recorded accurately, following the path taken by the user.
Current Behavior:
Delays in starting location capture after the device starts moving.
Intermittent tracking, causing large distances between location points.
Suggestion:
What would be the ideal configuration to avoid this behavior? Is there any additional parameter that can help capture points more accurately in urban environments?
The text was updated successfully, but these errors were encountered:
The plug-in takes at least 200 meters of movement before the device is detected to be moving (can take longer depending on environment). This results in essentially a straight line from the last know “stationary location” to the point where the plug-in toggled into the “moving state”.
Description:
I am facing issues while using the
capacitor-background-geolocation
library in my Ionic application. The problem occurs frequently and manifests as follows:Tested Configurations:
I tried adjusting several configurations to solve the issue, but without success:
desiredAccuracy
distanceFilter
andlocationUpdateInterval
stationaryRadius
Despite these changes, the points are still being recorded inconsistently.
Environment:
Steps to Reproduce:
Expected Behavior:
Geolocation points should be recorded accurately, following the path taken by the user.
Current Behavior:
Logs and Evidence:
Configuration used:
Log:
Images
![](https://camo.githubusercontent.com/b79dea906bee21f09fdbf3e54c81857b38033240d6d9906bae05c4f0fba63f15/68747470733a2f2f666972656261736573746f726167652e676f6f676c65617069732e636f6d2f76302f622f63656c65626f726e2d34346337622e61707073706f742e636f6d2f6f2f7573657273253246337a586241386e456677646879393833697961585535373038517532253246696d6167657325324632303235303230343134323630373636392532466265666f7265253246726567696e616c646f2d322e706e673f616c743d6d6564696126746f6b656e3d32666365336465362d633532652d343134622d623666652d646562363032363236613465)
Suggestion:
What would be the ideal configuration to avoid this behavior? Is there any additional parameter that can help capture points more accurately in urban environments?
The text was updated successfully, but these errors were encountered: