I am able to get the following details from route object like : route duration,route length and eta etc..
Route route = routeResultList.get(position).getRoute(); int routeDuration = route.getTtaExcludingTraffic(Route.WHOLE_ROUTE).getDuration(); int routeLength = mapRoute.getRoute().getLength();
Similarly I want to get via route details as well.