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
The TrackingService.java which provides the GPS Passive recording feature uses the GPS as the provider and this cannot be changed to use the Fused Location provider.
The location client should be abstracted and made configurable to enable the host applications to either use the GPS provider, Fused Location provider or a hybrid of multiple providers that it prefers to use(In a case where the host application wants to chose the best location from the locations provided itself)
The text was updated successfully, but these errors were encountered:
ekigamba
changed the title
Abstract location provider in the Tracking service to enable use of different location providers
Abstract location provider in the passive recording feature to enable configurable location provider
Apr 17, 2019
The
TrackingService.java
which provides the GPS Passive recording feature uses the GPS as the provider and this cannot be changed to use the Fused Location provider.The location client should be abstracted and made configurable to enable the host applications to either use the GPS provider, Fused Location provider or a hybrid of multiple providers that it prefers to use(In a case where the host application wants to chose the best location from the locations provided itself)
The text was updated successfully, but these errors were encountered: