summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorBhavna Sharma <sbhavna@codeaurora.org>2017-07-03 18:46:41 -0700
committerBhavna Sharma <sbhavna@codeaurora.org>2017-07-13 15:16:59 -0700
commitbe7f077122deebc468cf609cb5739a845ce7beec (patch)
treece30dcb28fb808f98ecea06a41f16966d9d7e770 /core/LocApiBase.h
parent86786d166a8ee8a8a8b389f942c08b70eab5c4dd (diff)
downloadgps-be7f077122deebc468cf609cb5739a845ce7beec.tar.gz
Fix to report bearing and speed accuracy
1. Validity bit for vertical uncertainity was conflicting with the validity bit of location source, hence had to change the bit. 2. Modify ZPP API to report speed and bearing accuracy. CRs-Fixed:2064017 Change-Id: I8b09ecab3d67557ad7c2451fee71dbc0e1f14371
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 86610e7..aa09be5 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -209,7 +209,8 @@ public:
virtual enum loc_api_adapter_err
getBestAvailableZppFix(LocGpsLocation & zppLoc);
virtual enum loc_api_adapter_err
- getBestAvailableZppFix(LocGpsLocation & zppLoc, LocPosTechMask & tech_mask);
+ getBestAvailableZppFix(LocGpsLocation & zppLoc, GpsLocationExtended & locationExtended,
+ LocPosTechMask & tech_mask);
virtual int initDataServiceClient(bool isDueToSsr);
virtual int openAndStartDataCall();
virtual void stopDataCall();