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);
Copyright © 2021 Jogjafile Inc.
Once the route has been calculated you can call getAdviceList, something like: