TriState

value class TriState(val value: Int)(source)

Represents a three-state boolean value used for accessibility and other trinary fields in GTFS.

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Companion object containing predefined tri-state constants.

Properties

Link copied to clipboard
val value: Int

The integer value representing the tri-state status.