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

148 Views Asked by At

I need to get information of all the turns that will be coming in navigation prior to starting navigation.

Thanks in advance!

1

There are 1 best solutions below

6
On BEST ANSWER

Once the route has been calculated you can call getAdviceList, something like:

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