isBoatFerryAvoided

open fun isBoatFerryAvoided(countryIso: String): Boolean

Returns if the boat ferry should be avoided when computing the route.

Return

If boat ferry is avoided

Parameters

countryIso

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

open fun isBoatFerryAvoided(): Boolean

Returns if the boat ferry should be avoided when computing the route.

Return

If boat ferry is avoided