HapiDirection

data class HapiDirection(routeIdxFrom: Int, routeIdxTo: Int)

Direction information. This is usually the last stop of the journey.

Constructors

HapiDirection
Link copied to clipboard
fun HapiDirection(routeIdxFrom: Int = -1, routeIdxTo: Int = -1)

Properties

routeIdxFrom
Link copied to clipboard
val routeIdxFrom: Int

Defines the first stop/station where this type is valid. See the Stops list for details of the stop/station.

routeIdxTo
Link copied to clipboard
val routeIdxTo: Int

Defines the last stop/station where this type is valid. See the Stops list for details of the stop/station.