I've had success getting current travel time from location A to location B with API calls -- for example doing something like this:
But what I'm wondering is if it's possible to make the same call pegged to a specific route. i.e. When Google gives you three options from A to B in the web interface, and you pick one, i.e. like this:
It gives it a unique data tag (the string beginning with "!4m"). I'm wondering if it's possible to specify that data tag in an API call.
Any thoughts? Much appreciated.