Vignette

public enum Vignette

Either of avoidVignette or allowVignette.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • This is an array of strings. 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 avoidVignette(Set<String>)
  • This is an array of strings. 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 allowVignette(Set<String>)