在开始导航之前,如何在 skmaps 中获取整个路线的所有方向列表?

How i can get list of all the directions throughout the route in skmaps before starting navigation?

我需要在开始导航之前获取导航中所有转弯的信息。

提前致谢!

路线计算完成后,您可以调用 getAdviceList,类似于:

SKRouteManager.getInstance().getAdviceList(routeInfo.getRouteID(),DISTANCE_UNIT_KILOMETER_METERS);