Avoid

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Avoid(val countries: List<String> = emptyList()) : Vignettes

Disallow to use toll roads in specific countries or none; allow all others.

Constructors

Link copied to clipboard
constructor(countries: List<String> = emptyList())

Properties

Link copied to clipboard

List of 3-capital-letter country codes in which toll roads may not be taken. Use an empty list to allow all toll roads in all countries.