Vignettes
public enum Vignettes
                Specifies in which countries toll roads that require vignettes may be taken or should be avoided.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
The array describes the countries in which all toll roads with vignettes are to be avoided.
Declaration
Swift
case avoid(countries: Set<String>)Parameters
countriesThe 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 toll roads with vignettes are allowed.
Declaration
Swift
case allow(countries: Set<String>)Parameters
countriesThe array of strings where each string should be a 3-character, ISO 3166-1, alpha-3 country code.
 
        
 
          TomTom SDK for iOS (0.40.0)
        
          Vignettes