setTollRoadAvoided

open fun setTollRoadAvoided(@NonNull countryIso: String, avoid: Boolean)

Sets the flag indicates whether toll roads should be avoided when computing the route.

Parameters

countryIso

Iso code of country we want to apply restriction. Iso code is can be obtained via getTransitCountries

avoid

If to avoid or not to avoid toll roads

open fun setTollRoadAvoided(avoid: Boolean)

Sets the flag indicates whether toll roads should be avoided when computing the route.

Parameters

avoid

If to avoid or not to avoid toll roads