Transfer

data class Transfer(val fromStopId: String, val toStopId: String, val transferType: Int, val minTransferTime: Duration? = null)

See https://developers.google.com/transit/gtfs/reference#transferstxt

Constructors

Link copied to clipboard
constructor(fromStopId: String, toStopId: String, transferType: Int, minTransferTime: Duration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard