TollCollectionType

object TollCollectionType

Utility that lists available toll collection point types.

Types

Type
Link copied to clipboard
annotation class Type
Toll collection type.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

TOLL_BOOTH
Link copied to clipboard
const val TOLL_BOOTH: Int = 1
Describes a payment booth.
TOLL_GANTRY
Link copied to clipboard
const val TOLL_GANTRY: Int = 2
Describes an overhead electronic gantry.
UNKNOWN
Link copied to clipboard
const val UNKNOWN: Int
Describes an unknown toll collection point.