I need to get information of all the turns that will be coming in navigation prior to starting navigation.
Thanks in advance!
Once the route has been calculated you can call getAdviceList, something like:
SKRouteManager.getInstance().getAdviceList(routeInfo.getRouteID(),DISTANCE_UNIT_KILOMETER_METERS);
Once the route has been calculated you can call getAdviceList, something like: