We are playing around with routing in our application. Our requirement is to calculate route from the vehicle current location to a destination. The problem we are facing is if our vehicle is travelling in a specific direction on the road, we'd prefer to have a direction that would not force the vehicle to make a U-turn. Is there a way to do this? We've review the RouteParameters class and there doesn't appear to be anything to help with this issue.
Thanks.