Allow

data class Allow(val allowVignettes: List<String> = emptyList()) : Vignettes

Allow to use toll roads in specific countries or none; disallow all others.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

allowVignettes

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

Constructors

Link copied to clipboard
fun Allow(allowVignettes: List<String> = emptyList())

Properties

Link copied to clipboard