diff options
| author | Dante Russo <drusso@codeaurora.org> | 2014-06-23 18:25:27 -0700 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2014-09-02 23:34:28 +0000 |
| commit | 4a243842152b0d15f8e9fefb6f93d69eb4855959 (patch) | |
| tree | 34a6c319e35c0a509dc21ca92ec95b37961aafc6 | |
| parent | 125a710193bd17768db3edcd228aebd79f53856e (diff) | |
Add raw uncertainty to inject position api
New qmi loc api v02 adds a raw uncertainty to the
inject position api, which will be used by the
geofence engine.
Change-Id: I307619006c799c31121941ac5c11bf62f4691c86
| -rw-r--r-- | gps/loc_api/libloc_api_50001/loc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gps/loc_api/libloc_api_50001/loc.cpp b/gps/loc_api/libloc_api_50001/loc.cpp index 852ebeb..86ec532 100644 --- a/gps/loc_api/libloc_api_50001/loc.cpp +++ b/gps/loc_api/libloc_api_50001/loc.cpp @@ -463,11 +463,6 @@ static int loc_inject_location(double latitude, double longitude, float accuracy { ENTRY_LOG(); - if (accuracy < 1000) - { - accuracy = 1000; - } - int ret_val = 0; ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy); |
