isSpecialAreaAvoided

open fun isSpecialAreaAvoided(@NonNull countryIso: String): Boolean

Returns if the special area should be avoided when computing the route.

Return

If special area is avoided

Parameters

countryIso

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

open fun isSpecialAreaAvoided(): Boolean

Returns if the special area should be avoided when computing the route.

Return

If special area is avoided