phunware / maas-mapping-android-sdk

Phunware Mapping SDK for Android
0 stars 6 forks source link

SWMAAS-1558 Refine walk time est by calculating remaining distance on current maneuver #117

Closed dtran-phunware closed 4 years ago

dtran-phunware commented 4 years ago
Context

QA found a bug where on a long straight maneuver, it appeared that the sample app was not updating arrival/walk time. This was because the code was using the entire distance of the maneuver in the calculation. This PR performs an additional calculation for remaining distance (bluedot loc -> end of maneuver) to refine the arrival/walk time.