I am getting distance and time when drawing the route
double distance = m_mapRoute.getRoute ().getLength ();
double time = route.getTtaExcludingTraffic(Route.WHOLE_ROUTE).getDuration ();
Now the question is, i need to know how much distance and time is left to the finish while driving. I don't see any function in maneuver that provides this.