Reputation: 105
I have a few questions on the Google Directions API.
Does avoid=tollroads in Google Directions API completely avoids partial toll roads? Or is it smart enough to know that there are routes that can go on partial toll roads but doesn't actually get to the parts on the partial toll roads that require toll road payments (for example if it notices the route exits the partial toll road before it gets to the part where you need to pay)?
If in order to get from A to B, you have to cross a toll road in order to get to the destination, when using avoid=tollroads, will it still return routes with that necessary toll road in it or will it return no results?
Thanks :)
Upvotes: 0
Views: 527
Reputation: 4855
avoid=tolls
. This also applies to routes with partial tolls.Upvotes: 2