Avoid

data class Avoid(val avoidVignettes: List<String> = emptyList()) : Vignettes

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

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

Parameters

avoidVignettes

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

Constructors

Link copied to clipboard
fun Avoid(avoidVignettes: List<String> = emptyList())

Properties

Link copied to clipboard