Vignettes
public enum Vignettes
Specifies in which countries toll roads that require vignettes may be taken or should be avoided.
The array describes the countries in which toll roads with vignettes are allowed.
Declaration
Swift
case allow(countries: Set<String>)
Parameters
countries
|
The array of strings where each string should be a 3-character, ISO 3166-1, alpha-3 country code. |
The array describes the countries in which all toll roads with vignettes are to be avoided.
Declaration
Swift
case avoid(countries: Set<String>)
Parameters
countries
|
The array of strings where each string should be a 3-character, ISO 3166-1, alpha-3 country code. |