TollCollectionType

object TollCollectionType

Utility that lists available toll collection point types.

Types

Link copied to clipboard
annotation class Type

Toll collection type.

Properties

Link copied to clipboard
const val TOLL_BOOTH: Int = 1

Describes a payment booth.

Link copied to clipboard
const val TOLL_GANTRY: Int = 2

Describes an overhead electronic gantry.

Link copied to clipboard
const val UNKNOWN: Int

Describes an unknown toll collection point.