Avoid

data class Avoid(val countryCodes: List<String>) : CountryConfiguration

Keeps the navigation outside the given country codes.

Parameters

countryCodes

List of country codes in ISO-3166-1 Alpha-2 format.

Constructors

Link copied to clipboard
constructor(countryCodes: List<String>)

Properties

Link copied to clipboard