So I understand how to use the Google Directions service to add waypoints and to change the transit mode but is it possible to do both with the same API call?
I'm trying to get directions that will involve walking, then biking, and then some more walking but I'm not sure how to do it using one API call. I know I can split it up into a few but it will then force me to process Google's response vs using the setDirections method.
These are the docs I'm going from: https://developers.google.com/maps/documentation/javascript/directions