This repository has been archived by the owner on May 15, 2024. It is now read-only.
[Spec] Listening for location changes in the foreground #1447
Labels
feature-request
A request for a new feature.
Starting foreground geolocation listener
James' Geolocation plugin provides one extra feature above getting geo locations, and that is starting (and stopping) listening for geolocations and changes. I know that it's complicated when the listening should start or continue in the background, but this is not the scope for the new API. My use case is that as long as the app is open, the user wants to track where he/she is.
API
Geolocation
Scenarios
This API is purely for listening when the app is in foreground. No guarantees about what's happening when the app is in the background.
Platform Compatibility
Backward Compatibility
All new methods, so no backward compat issues.
Difficulty : medium
The implementation would mainly contain of the PR #1043 and parts of @jamesmontemagno 's plugin.
The text was updated successfully, but these errors were encountered: