【发布时间】:2021-09-16 19:27:00
【问题描述】:
我能够从路由对象中获取以下详细信息,例如: 路线持续时间、路线长度和 eta 等。
Route route = routeResultList.get(position).getRoute(); int routeDuration = route.getTtaExcludingTraffic(Route.WHOLE_ROUTE).getDuration(); int routeLength = mapRoute.getRoute().getLength();
同样,我也想通过路线详细信息。
【问题讨论】:
标签: here-api heremaps-android-sdk