From be7f077122deebc468cf609cb5739a845ce7beec Mon Sep 17 00:00:00 2001 From: Bhavna Sharma Date: Mon, 3 Jul 2017 18:46:41 -0700 Subject: 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 --- core/LocApiBase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/LocApiBase.h') 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(); -- cgit v1.2.3